didil / ImageOnBlockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageOnBlockchain

Storing images and text on blockchain

Running locally

To start private network:

testrpc

Alternatively you can run a local Rinkeby testnet node:

geth --rinkeby --rpc --rpcapi db,eth,net,web3,personal --unlock="<DEPLOYER_ADDRESS>"

Copy truffle-config.js to truffle.js and make any network config changes

To deploy contract:

truffle migrate

To run app locally :

npm run start

About


Languages

Language:JavaScript 93.1%Language:CSS 5.3%Language:HTML 1.7%