Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T04:48:30.000Z (over 5 years ago)
- Last Synced: 2024-10-04T13:20:40.677Z (about 1 month 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: 2
- 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
![image1](https://i.imgur.com/Cciyb4U.png)### Author
Andy Chen([amazingandyyy](https://github.com/amazingandyyy))### LICENSE
[MIT](https://github.com/amazingandyyy/etherbrite/blob/master/LICENSE)