Theriak
November 15, 2020 ยท View on GitHub
Theriak
Conflict Prevention - Digital Architecture for Peace
Tech Stack
Theriak is built on top of Parity's Substrate platform. It is designed with GRANDPA/BABE consensus, the same PoS consensus algorithms used for Polkadot. Frontend is built with React and the Polkadot.js libraries for interacting with substrate chains.
How to run
- change your directory to
theriak-nodeand runcargo build --release- run the blockchain development node with
./target/release/theriak --dev
- run the blockchain development node with
- run
npm installintheriak-frontendandtheriak-frontend-user- begin the frontends with
npm startin boththeriak-frontendandtheriak-frontend-user
- begin the frontends with
- Interact with the blockchain explorer by opening polkadot.js