Get a pixel on a grid, saved on the Ethereum blockchain.
Developed using truffle suite, Ganache, webpack, lite-server.
- Install and run Ganache
- Get a web3 enabled browser/plug-in, like Metamask
- Connect your wallet to the local Ganache network. Example here.
- Import a private key from your Ganache instance to Metamask
npm install -g truffle
to install truffle tooling globallynpm install
to install dependenciestruffle migrate
to deploy contract on Ganachenpm run build
to bundle jsnpm run dev
to start local web server- Get pixels!