trustbase client implementation for trustbase, a Substrate compatible chain for wasm smart contracts.
Install all the required dependencies with a single command
curl https://getsubstrate.io -sSf | bash -s -- --fast
Once the development environment is set up, build the trustbase client.
cargo build --release --locked
To run local dev node, do
cargo run --release -- --dev
To run local network, do
cargo run --release -- --chain local
To run trustbase testnet cc2, do
./target/release/trustbase --chain testnet
This repo supports trustbase runtimes for trustcc2.
Connect to the trustcc1 network by running:
./target/release/trustbase