Skip to content

Smart Contract parachain interoperate with Polkadot and Ethereum

License

Notifications You must be signed in to change notification settings

TrustBase/trustbase

Repository files navigation

trustbase

License: GPL v3

trustbase client implementation for trustbase, a Substrate compatible chain for wasm smart contracts.

Setup Environment

Install all the required dependencies with a single command

curl https://getsubstrate.io -sSf | bash -s -- --fast

Build from source

Once the development environment is set up, build the trustbase client.

cargo build --release --locked

Usage

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

TrustBase network

This repo supports trustbase runtimes for trustcc2.

Connect to the trustcc1 network by running:

./target/release/trustbase