cargo build --releaseOnce the project has been built, the following command can be used to explore all parameters and subcommands:
./target/release/dephy-blockchain -hThis command will start the single-node development chain with non-persistent state:
./target/release/dephy-blockchain --devOnce 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.
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.