Skip to content

An eventbrite-like site in Solidity, TruffleJS, Web3js and React/Redux.

License

Notifications You must be signed in to change notification settings

EthereumSalon/etherbrite

 
 

Repository files navigation

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

About

An eventbrite-like site in Solidity, TruffleJS, Web3js and React/Redux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.4%
  • HTML 2.2%
  • CSS 1.4%