Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.06 KB

Worlds Nft

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

Dependencies

  • Solidity
  • Next.js
  • Node.js
  • Typescript
  • Ethers.js
  • p5.js
  • ChakraUI