Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubixchain/rubixnetwork
rubix network git page
https://github.com/rubixchain/rubixnetwork
Last synced: about 5 hours ago
JSON representation
rubix network git page
- Host: GitHub
- URL: https://github.com/rubixchain/rubixnetwork
- Owner: rubixchain
- License: gpl-3.0
- Created: 2020-08-12T12:17:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T05:58:32.000Z (10 months ago)
- Last Synced: 2024-01-11T09:30:10.285Z (10 months ago)
- Language: Shell
- Size: 93.6 MB
- Stars: 20
- Watchers: 5
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubix - ProofChain
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.
# Features
* Instant Confirmation and Finality of Transaction
* Asynchronous Parallelism
* Proof of Pledge (PoP)
* Double Spending and Fork Resolution
* Hard capped native tokens with publicly verifiable , immutable mathematical proofs
* Non-Linear Secret Sharing (NLSS)# Getting Started
1. Follow the Rubix [Installation Procedure](https://learn.rubix.net/node-setup) (including wallet) depending on your OS.
2. You can query at [Rubix Discussion Forum](https://t.me/joinchat/FVW78xbBBvefEUSBB0p4Fw).# Useful Links
* [Website](https://rubix.net/)
* [Documentation](https://learn.rubix.net/)
* [Twitter](https://twitter.com/RubixChain)
* [Telegram](https://t.me/joinchat/FVW78xbBBvefEUSBB0p4Fw)
* [Other Links](https://linktr.ee/rubix.net)# Project Private Links
This Project is currently developed in Java. Multi-Language support will be available soon.
| **Language** | **Project** | **Completeness** |
| :-------------------|:---------------------:| -----------------:|
| Java | | **Alpha(Private)** |
| Rust | | **Alpha(Private)** |
| go | | Available Soon |# Specs and Papers
* Specifications of Rubix - [specs](https://rubix.net/)
* White Paper - [paper](https://github.com/rubixchain/rubixnetwork/raw/master/RubiX_WhitePaper%20R1.8.pdf)