Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 1.37 KB

README.md

File metadata and controls

74 lines (55 loc) · 1.37 KB

Ethereum Board

  • Fully decentralized blog board based on Ethereum.
  • There is no back-end server to save data on App.
  • It only depends on ethereum blockchain as a database.

Postings

e

Writing Post

a b

Like, Dislike

c

Reply

d

Required

  • react
  • react-router
  • draft-js
  • material-ui
  • truffle
  • web3
  • openzeppelin-solidity
  • metamask

Install dependencies

$ npm install 
$ or 
$ yarn

Run

$ npm start
$ or
$ yarn start

Build

$ npm build
$ or
$ yarn build

Etc

Create Project

$ npm install -g create-react-app
$ npm install -g truffle

Environment Setting

$ truffle compile
$ truffle migrate