Aptos-powered platform for transparent disaster relief coordination and eco-conscious cross-border payments
Presentation: https://docs.google.com/presentation/d/1Vc3-S4YCdLaVLDTF40F0MPqKfPaL6wtrJm78Hm16PrY/edit?usp=sharing
Teammates:
- Bryan Ho: https://github.com/therealbryanho
- Zeyu Yao: https://github.com/cytronicoder
- Gustav Kalander: https://github.com/guskal01
Frontend demo: https://aptos-singapore-2023.vercel.app/ or https://aptos.cytronicoder.com/
Learn more about the contracts at move/README.md!
- run
pnpm install
to install dependencies; if you don't have pnpm installed, refer to pnpm docs. - create two
.env
files - one in the root directory and one infrontend/
both withVITE_APP_NETWORK=testnet
- run
pnpm run move:init
to initialize a new CLI Profile. - run
pnpm run move:compile
to compile your move contract. - run
pnpm run move:publish
to publish your contract. - run
pnpm start
to run your dApp.