- you can take a look at sample deployment at test the app at: https://opyn-time-vault.vercel.app/
- solidity located at packages/solidity
- contains smart contracts in /contracts
- contains comprehensive tests in /test
Smart contract build and test commands
yarn build
yarn build:f # in case you want --force build of contracts
npx hardhat test
- React app source located at packages/web
- contains
screens/
folder with singleMainScreen
in /screens- this screen encapsulates main logic needed for the task
- also separate into sub-components located at /screens/MainScreen/components
- contains
Development command:
yarn install
yarn start
Build and run command:
yarn install
yarn build
yarn start
- click to watch the entire mini-demo
Column 1 | Column 2 |
---|---|