Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 669 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 669 Bytes

Welcome to WAGMI NFT Frontend Booster

WAGMI ! Write less, Do more

drawing

Installation

clone project

$ git clone [email protected]:madeinfree/wagmi-nft-fronend-booster.git
$ cd wagmi-nft-fronend-booster

install dependency

$ npm i

setting .env

change .env-example to .env file name, update environment variable and save file.

CONTRACT_ADDRESS= # replace to your testnet contract address
INFURA_ID= # support infura now, use your infura id

run dev

$ npm run dev

Now all done, happy hacking !!

LISCENSE

MIT