This project queries against the doggies NFT contract address and get token information by ID. This has been deployed using VERCEL.
- React (CRA)
- Typescript
- Tailwind
- Web3
- JEST and React testing library
env.local
file with contract address valueREACT_APP_CONTRACT_ADRESS=0xc7df86762ba83f2a6197e1ff9bb40ae0f696b9e6
npm install
&&npm run start
npm run test
First time doing queries against a contract, looking for ABI, understanding concepts. I LOVE THIS 😍.
Integrate rtl with web3, maybe using etn-testing