React frontend minting site: frontend-mint
Smart Contracts (for now on Polygon): smartcontracts
Run npm run install-dependencies
to install all the dependencies.
To run the frontend locally, run npm start
from the root directory.
To test the smart contract: npm run test-contract
.
To deploy the smart contract to Polygon's testnet: npm run deploy-test-polygon
.