O-AMM-Simulation Parachain Node
We provide an intuitive on-chain prototype to demonstrate the off-chain calculation and on-chain verification mechanisms, whose advantages are described here.
How to try
Start local Node
- Clone this repo, and build it.
cargo build --package node-template --release
- Start the node locally.
./target/release/node-template --dev
- Go to polkadot.js.org/apps and connect to the local node.
Try is manually
- Go to off-chain-calc and follow the tutorial to operate.