grankko / colorblock

Get pixels on a grid, saved on the Ethereum blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colorblock

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 globally
  • npm install to install dependencies
  • truffle migrate to deploy contract on Ganache
  • npm run build to bundle js
  • npm run dev to start local web server
  • Get pixels!

screenshot

About

Get pixels on a grid, saved on the Ethereum blockchain.


Languages

Language:JavaScript 72.7%Language:Solidity 27.3%