Skip to content

zenkteam/CryptoPixels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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