a web3.0 app that displays NFTs minted on thirdweb and showcased on opensea.
CP Punk clone
Technology | Description |
---|---|
React.js | JavaScript library |
CSS3 | Cascading Style Sheets |
thirdweb | a platform that provides a suite of tools to build, launch and manage Web3.0 projects |
OpenSea | the world's first and largest NFT marketplace |
- Click to view NFT
To test the application run the following commands on your terminal:
clone the repository
$ cd cppunkclone
-
Install dependencies via npm or yarn: npm i OR yarn
-
Website: To start it, run npm start OR yarn start