gnosisguild / wand-nft

wand-nft.vercel.app
8 stars 6 forks source link

Sets up Minting App Repo #20

Closed samepant closed 2 years ago

samepant commented 2 years ago

This moves the existing app to ./apps/dev-tool and created a new directory ./apps/minting-app that we can use to build out the minting app. This new directory is a copy of the dev-tool, but most parts removed that we won't use. The app can be run the same way as the dev-tool (yarn install && yarn run dev)

I moved all the state management to ./apps/minting-app/context/AppReducer.ts and put a couple of example state management functions.