A frontend dapp for minting the Stripes NFT on Metis. You can access the minting app here.
The minting app is build using React and web3 hooks provided by useDapp.
To launch a development server, install dependencies and start the app:
yarn install
yarn start
To create a production build:
yarn build