All Projects → amazingandyyy → etherbrite

amazingandyyy / etherbrite

Licence: MIT license
🗓 Clone eventbrite on Ethereum, built in Solidity, TruffleJS, Web3js and React/Redux.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to etherbrite

solidity-contracts
📦 Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (+236.84%)
Mutual labels:  smart-contracts, truffle, ethereum-contract, solidity-contracts, truffle-framework
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+1921.05%)
Mutual labels:  smart-contracts, truffle, ethereum-contract, web3
uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+1694.74%)
Mutual labels:  smart-contracts, web3, solidity-contracts
Colonynetwork
Colony Network smart contracts
Stars: ✭ 351 (+1747.37%)
Mutual labels:  smart-contracts, ethereum-contract, solidity-contracts
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-10.53%)
Mutual labels:  smart-contracts, truffle, web3
ethereum-contracts
Knowledge Ethereum Smart Contracts
Stars: ✭ 41 (+115.79%)
Mutual labels:  smart-contracts, truffle, ethereum-contract
Solidity Idiosyncrasies
Solidity gotchas, pitfalls, limitations, and idiosyncrasies.
Stars: ✭ 267 (+1305.26%)
Mutual labels:  smart-contracts, truffle, web3
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+2110.53%)
Mutual labels:  smart-contracts, truffle, web3
Solidity
🔐 Ethereum smart contracts developed for the Hanzo Platform.
Stars: ✭ 46 (+142.11%)
Mutual labels:  smart-contracts, ethereum-contract, solidity-contracts
Seriality
Seriality is a library for serializing and de-serializing all the Solidity types in a very efficient way which mostly written in solidity-assembly
Stars: ✭ 105 (+452.63%)
Mutual labels:  smart-contracts, ethereum-contract, solidity-contracts
eth-decoder
Simple library to decode ethereum transaction and logs
Stars: ✭ 32 (+68.42%)
Mutual labels:  smart-contracts, truffle, web3
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (+800%)
Mutual labels:  truffle, ethereum-contract, web3
truffle-react
⚛️ A boilerplate Truffle Box project with Create React App for rapid Ethereum Dapp development
Stars: ✭ 45 (+136.84%)
Mutual labels:  truffle, ethereum-contract, truffle-framework
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (+105.26%)
Mutual labels:  smart-contracts, truffle, web3
Solidity Smart Contracts
smart contracts which are built on ethereum wallet mist,truffle compiler using solidity language.
Stars: ✭ 11 (-42.11%)
Mutual labels:  smart-contracts, truffle, ethereum-contract
trufflepig
🍄🐷Truffle contract artifact loading tool for local development
Stars: ✭ 45 (+136.84%)
Mutual labels:  smart-contracts, truffle, web3
Simple-Game-ERC-721-Token-Template
🔮 Very Simple ERC-721 Smart Contract Template to create your own ERC-721 Tokens on the Ethereum Blockchain, with many customizable Options 🔮
Stars: ✭ 83 (+336.84%)
Mutual labels:  smart-contracts, ethereum-contract, solidity-contracts
ProveIt
Implements proof of historical data possession on the Ethereum blockchain
Stars: ✭ 37 (+94.74%)
Mutual labels:  ethereum-contract, web3
framework
Lightweight, open source and magic-free framework for testing solidity smart contracts.
Stars: ✭ 36 (+89.47%)
Mutual labels:  smart-contracts, web3
ethereum-solidity-course-updated-code
Up-to-date Solidity/web3.js/React/Next.js code for the udemy.com course Ethereum and Solidity: The Complete Developer's Guide.
Stars: ✭ 161 (+747.37%)
Mutual labels:  smart-contracts, web3

📅 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].