Skip to content

MarineNewt/CanvasNFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CanvasNFT

Canvas on-chain NFT Project and website.
Live site viewable at: https://canvasonchain.com/

The Canvas is a on-chain NFT project featuring a shared canvas created one pixel at a time by the community.
Website components are within src/components/
The Canvas solidity Contract is within contracts/

On the minter site users can click the center button to mint their canvas: image

After minting, users can click "Click To Place A Pixel" to be taken to the pixel page: image

On this page users can enter R-G-B values to create the color of the pixel they want. Since pixel placement is limited to 1 pixel per 600 blocks (~2 hours), a token ID is required as an input as well before proceeding. Then the user can search the canvas to pick a pixel that they wish to change to their color. A pixel can be clicked to highlight it, then the place a pixel button can be pressed to put the pixel down onto the canvas.

On opensea or other platforns users can see the NFT evolve and change as users place their pixels onto the canvas.

image