https://github.com/amazingandyyy/etherbrite
🗓 Clone eventbrite on Ethereum, built in Solidity, TruffleJS, Web3js and React/Redux.
https://github.com/amazingandyyy/etherbrite
blockchain daap ethereum ethereum-contract react smart-contracts solidity solidity-contracts truffle truffle-framework web3
Last synced: about 1 year ago
JSON representation
🗓 Clone eventbrite on Ethereum, built in Solidity, TruffleJS, Web3js and React/Redux.
- Host: GitHub
- URL: https://github.com/amazingandyyy/etherbrite
- Owner: amazingandyyy
- License: mit
- Created: 2017-12-26T08:58:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T04:48:30.000Z (about 7 years ago)
- Last Synced: 2025-05-05T20:11:47.239Z (about 1 year ago)
- Topics: blockchain, daap, ethereum, ethereum-contract, react, smart-contracts, solidity, solidity-contracts, truffle, truffle-framework, web3
- Language: JavaScript
- Homepage: https://amazingandyyy.com/etherbrite
- Size: 1.46 MB
- Stars: 20
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📅 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](https://github.com/amazingandyyy/etherbrite/blob/master/contracts/event-contract/contracts/Event.sol)
- Test all smart contract functions with [Mocha](https://github.com/amazingandyyy/etherbrite/blob/master/contracts/event-contract/test/event.js)
- Use Web3 in React/[Redux](https://github.com/amazingandyyy/etherbrite/blob/master/dapp/src/actions/index.js)
## You need [testrpc](https://github.com/trufflesuite/ganache-cli) 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](https://metamask.io/) in your chrome
## Screenshot

### Author
Andy Chen([amazingandyyy](https://github.com/amazingandyyy))
### LICENSE
[MIT](https://github.com/amazingandyyy/etherbrite/blob/master/LICENSE)