If you haven't installed dependencies during setup:
npm install
Test development:
npm run dev
- The smart-contract code lives in the
/contract
folder. - The frontend code lives in the
/client
folder. this is your entrypoint to learn how the frontend connects to the NEAR blockchain.