A farming dApp implementation of ArthSwap master chef adapted from sushiswap
This is an unaudited implementation ready to be used.
- ✅ contracts
- ✅ integration tests
- ⬜ UI (January 2023)
- ⬜ Audit
ink! 4.0 beta (latest)
openbrush 3.0.0 beta (latest)
Apache 2.0
Use these instructions to set up your ink!/Rust environment
Run this command in the contract folder:
cargo contract build
cargo test
First start your local node.
Deploy using polkadot JS. Instructions on Astar docs
First start your local node. Recommended swanky-node
yarn
yarn compile
yarn test