Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.25 KB

DePHY Blockchain

Development

Build

cargo build --release

Run

Once the project has been built, the following command can be used to explore all parameters and subcommands:

./target/release/dephy-blockchain -h

Single-Node Development Chain

This command will start the single-node development chain with non-persistent state:

./target/release/dephy-blockchain --dev

Connect with Polkadot-JS Apps Front-end

Once the node is running locally, you can connect it with Polkadot-JS Apps front-end to interact with your chain. Click here connecting the Apps to your local node.

License

Pallets (/pallets), runtimes (/runtimes), and the node (/node) released under AGPL v3.0 License.

All primitives (*-primitives) released under GPL v3.0 with a classpath linking exception.

Third-party vendors (/vendors) released under their own licenses.

Docs (/docs) released under Creative Commons.

The prototyping protocol implementation (/protocol_impl), the Subsquid project (/squid), and all other utilities licensed under MIT License.