/O-AMM-ParaSim

Primary LanguageRustThe UnlicenseUnlicense

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