Skip to content

A Substrate node template based sample runtime, showcasing validator and account permissioning.

License

Notifications You must be signed in to change notification settings

crypto1783/substrate-permissioning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Substrate Permissioning Samples

A Substrate node template based sample runtime, showcasing validator and account permissioning.

Permissioning Pallets

The runtime includes:

Build

Install Rust:

curl https://sh.rustup.rs -sSf | sh

Initialize your Wasm Build environment:

./scripts/init.sh

Build Wasm and native code:

cargo build --release

Run

Start a development chain with:

./target/release/substrate-permissioning-sample --dev

Detailed logs may be shown by running the node with the following environment variables set: RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --dev.

Disclaimer

This code not audited and reviewed for production use cases. You can expect bugs and security vulnerabilities. Do not use it as-is in real applications.

About

A Substrate node template based sample runtime, showcasing validator and account permissioning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.4%
  • Shell 0.6%