10,000 unique NTFs with proof of ownership living on the Polygon blockchain and following the ERC-721 standard, but yeah, these are DICKs.
This project is composed with different pieces:
- Contract (this): Solidity ERC-721 smart-contracts that is responsible to create the NFT tokens with random metadata with rarity rules.
- API: Build and upload SVG on IPFS. Return token Metadata for Opensea marketplace.
- Website: Frontend React application using web3 and Truffle that provides an user interface to interact with the smart-contract.
Require Node.js, npm, the ganache local blockchain.
git clone https://github.com/juliencrn/spacedicks-contract
cd spacedicks-contract
Then see the package.json
in the script
section, you can test
, compile
, migrate
and verify
the smart-contracts.