A deterministic state-machine that is designed to address the scale, cost, and privacy shortcomings of blockchain protocols that rely on one sequentially organized chain of all global transactions. The global state-machine is divided into finite number of state-machines called ProofChains. While each ProofChain maintains one state, together all ProofChains represent a globally accessible singleton state that is immutable.
- Instant Confirmation and Finality of Transaction
- Light-Weight Proof of Work (LWPOW)
- Asynchronous Parallelism
- Double Spending and Fork Resolution
- Pre-Mined Tokens
- Non-Linear Secret Sharing (NLSS)
- Follow the Rubix Installation Procedure
- For more information, go through Rubix Docs
- You can query at Rubix Discussion Forum
This Project is currently developed in Java. Multi-Language support will be available soon.
Language | Project | Completeness |
---|---|---|
Java | https://github.com/rubixchain/java-rubix | Alpha |
Python | https://github.com/rubixchain/py-rubix | Available Soon |
Kotlin | https://github.com/rubixchain/kotlin-rubix | Available Soon |
go | https://github.com/rubixchain/go-rubix | Available Soon |
Language | Project | Completeness |
---|---|---|
Java | https://github.com/rubixchain/java-rubix-api | 100% |
Python | https://github.com/rubixchain/py-rubix-api | Available Soon |
Kotlin | https://github.com/rubixchain/kotlin-rubix-api | Available Soon |
Go | https://github.com/rubixchain/go-rubix-api | Available Soon |