Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.47 KB

Worlds Nft

This app was deployed on rinkby test net and the free version of heroku both of which no longer exist... one day I will get around to redeploying it

Experience the ever-changing beauty of Worlds by viewing a newly generated solar system each time you refresh the page.

Screen.Recording.2024-07-05.at.19.56.02.mov

Worlds is a complete ERC721 NFT project deployed on Rinkeby. The Project is divided into 3 different repos. The contract is fully tested using Foundry and inherits from the ERC721A contract. The front-end provides a minting interface powered by Next.js. The backend is a Node.js server that awaits the contracts mint event, then it generates metadata and hosts the new animation. Finally the animation/art itself which is a solar system physics engine generated by p5.js

image

image

image

Stack

  • Solidity
  • Next.js
  • Ether.js
  • Chakra UI
  • Opensea API
  • Express
  • Typescript
  • Rainbowkit