Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 797 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 797 Bytes

🏗 Scaffold-ETH | 🔮SolidCircles🟣

SolidCircles is a collection of dynamically changing artworks stored on the blockchain.

Limited edition artwork (only 777 pieces) created by blending different color layers using SVG, which interact with one another and gradually move at varying velocities, resulting in an NFT that continuously transforms and shifts in color.

Minting page: https://solidcircles.surge.sh/

Opensea collection: https://opensea.io/collection/solidcircles

Deployment

  yarn install

To deploy locally insert 'localhost' on hardhat config and App.jsx, then open 3 windows and run:

  yarn chain
  yarn deploy
  yarn start

Acknowledgements