Riso
May 28, 2023 ยท View on GitHub
Riso is a marketplace for trading commodities contracts, futures spcifically, built on Substrate.
Getting Started
Depending on your operating system and Rust version, there might be additional packages required to compile this template. Check the Install instructions for your platform for the most common dependencies. Alternatively, you can use one of the alternative installation options.
Build
Use the following command to build the node without launching it:
cargo build --release
Single-Node Development Chain
The following command starts a single-node development chain that doesn't persist state:
./target/release/node-template --dev
Connect with Polkadot-JS Apps Front-End
After you start the node template locally, you can interact with it using the hosted version of the Polkadot/Substrate Portal front-end by connecting to the local node endpoint. A hosted version is also available on IPFS (redirect) here or IPNS (direct) here. You can also find the source code and instructions for hosting your own instance on the polkadot-js/apps repository.