- install Just https://github.com/casey/just
-
Run
aptos node run-local-testnet --with-faucetto start a local node -
Create a coin: https://aptos.dev/tutorials/your-first-coin/
-
Create an NFT: https://aptos.dev/tutorials/your-first-nft/
-
Publish the Move modules:
- Move to
move/folder - Run
just publish queue - Run
just publish farm
- Move to
-
Setup/manage the farm:
- Run
ts-node scripts/farm-manager.ts
- Run
-
Move to
app/and runyarn -
Run
yarn devto work locally