An NFT collection composed of 6 titled "Benye Punks" was created using thirdweb and was deployed on the Rinkeby network (Testnet). Users can view the collection on https://testnets.opensea.io/collection/benye-punks or by searching the contract address (0xA455e4839822d1eC47495BEAEBb1EfDaceefC9dD). Each NFT has been assigned a unique "price" property.
Users have the ability to view and select from the NFT's displayed horizontally along the bottom of the page such that the selected NFT can be highlighted on the page. The main page pulls in the NFT's and the collection's corresponding contract address information. by calling the testnets OpenSea API.
- Create forked copy;
- Clone your own version of repo;
- CD into project base directory
cd benyepunks
; and - Download project dependencies by running
npm install
.
-
npm run start
, or; -
yarn run
; and - Open http://localhost:3000 with your browser to view the result.