Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 476 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 476 Bytes

NFT Viewer Exercise

Webpage that takes an Ethereum address as an input and pulls all of the NFTs associated with that account using the OpenSea Testnet API.

Install instructions

Requirements

  • nodejs v16.13.2 (recommended)
  • mpn v8.1.2

Commands

  • 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.