Webpage that takes an Ethereum address as an input and pulls all of the NFTs associated with that account using the OpenSea Testnet API.
- nodejs v16.13.2 (recommended)
- mpn v8.1.2
- Fetch repo
git clone https://github.com/fegloff/exercise.git
- Install dependencies
yarn
- Development
yarn start
- Build
yarn build
The build artificats will be in /build folder.