This is blockchain node software for UBIK.hr, a Croatian self-regulating NGO dealing with blockchain and cryptocurrency education and adoption.
The currency is defined as UBIK, using 12 decimals with an SS58 format of 2 (matching Kusama addresses).
Build plan: https://hackmd.io/4Tcn8biMScqYxTBFOQMA6Q?view
You need Rust installed. Instructions here: https://substrate.dev/docs/en/tutorials/create-your-first-substrate-chain/setup or just run curl https://getsubstrate.io -sSf | bash -s -- --fast
git clone https://github.com/swader/ubikchain --depth 1
cd ubikchain
./scripts/init.sh
cargo build --release
./target/release/ubikchain-node
- Utility (batch tx)
- Vesting (vested transfer, gradual unlock of funds)
TBD
PRs are welcome.