Skip to content

fragosti/ethereum-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-canvas

A decentralized app where you can save drawings onto the Ethereum blockchain. Built using truffle and React through the react-box truffle-box.

Contract address on etherscan.

How To Run

Dependencies

$ npm install -g truffle
$ npm install -g ethereumjs-testrpc

Compile contract

$ truffle compile

Deploy/migrate contract

$ truffle migrate

Run local ETH blockchain

$ testrpc

Run app

$ npm run start

Build app

$ npm run build

Deploy app

$ npm run deploy

Deploy smart contract

$ truffle migrate --network mainnet

About

Draw on the blockchain 🎨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published