Splinter is a privacy-focused platform for distributed applications that provides a blockchain-inspired networking environment for communication and transactions between organizations. Splinter lets you combine blockchain-related technologies -- such as smart contracts and consensus engines -- to build a wide variety of architectural patterns.
⊹ Features ⊹ Building Splinter ⊹ Demos ⊹ License ⊹
Splinter allows the same network to do two-party private communication, multi-party private communication, and network-wide multi-party shared state, all managed with consensus. A Splinter network enables multi-party or two-party private conversations between nodes using circuits and services.
A node is the foundational runtime that allows an organization to participate in the network.
A circuit is a virtual network within the broader Splinter network that safely and securely enforces privacy scope boundaries.
A service is an endpoint within a circuit that sends and receives private messages.
A Splinter application provides a set of distributed services that can communicate with each other across a Splinter circuit.
Splinter is designed for privacy
The key concepts of Splinter are fundamentally anchored to privacy.
Splinter is distributed and flexible
Splinter works across a network
Splinter is agile with smart contracts
Splinter is designed for applications
To build Splinter, run cargo build from the root directory. This command
builds all of the Splinter components, including libsplinter (the main
library), splinterd (the splinter daemon), the CLI, the client, and all
examples in the examples directory.
To build individual components, run cargo build in the component directories.
For example, to build only the Private XO demo, navigate to
examples/private_xo, then run cargo build.
Splinter includes several example applications that you can run as demos. The README in each directory explains how to run the demo.
Private Counter: Three services communicate over a circuit to increment a shared counter.
Private XO: Two services talk over a circuit to play a private game of tic tac toe (XO).
Gameroom: Web application that allows you to set up a dynamic multi-party circuit (called a "gameroom") and play tic tac toe (XO).
Splinter software is licensed under the Apache License Version 2.0 software license.
Splinter operates under the Cargill Code of Conduct.
Content type
Image
Digest
Size
1019.4 MB
Last updated
almost 7 years ago
docker pull rbuysse/splinter-dev