Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.07 KB

etherbrite-project

An eventbrite-like project(basically a CRUD DApp) on ethereum blockchain. A fullstack DApp built with Solidity, TruffleJS, Web3js and React/Redux.

This is lovely demo for

  • Build Advance Contracts in Solidity
  • Test all smart contract functions with Mocha
  • Use Web3 in React/Redux

You need testrpc in a seperated terminal session

npm install -g ganache-cli
ganache-cli

Then open a new session, Run it

cd dapp
npm i
npm run start

You need metamaks in your chrome

Screenshot

image1

Author

Andy Chen(amazingandyyy)

LICENSE

MIT