Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 533 Bytes

File metadata and controls

22 lines (14 loc) · 533 Bytes

Litentry Node

Actions Status

Litentry node built with Substrate.

Setup rust enivornment

Follow the tutorial to setup rust environment.

Build from source code

rustup default nightly
cargo clean && cargo build 

Run nodes

./scripts/start-devnet
# Or
./scripts/start-testnet

License

Apache-2.0