/CryptoPixels

https://cryptopixels.org

Primary LanguageJavaScript

CryptoPixels.org

Buy 1 million pixels as 10x10 px blocks. Lazy minted. See it live on CryptoPixels.org.


Configuration

Copy the .env.sample file in the root folder to .env and set the environment variables as you like.

🏃‍♀️ Quick Start

required: Node plus Yarn and Git

yarn install
yarn start

in a second terminal window:

yarn chain

To deploy the contract:

yarn deploy

📱 Open http://localhost:3000 to see the app


Credits

Many functions and the initial scaffolding was based on Austin Griffith's Scaffoldeth Repo