tomteman / attendr

An Ethereum decentralized application that helps event organizers prevent no-shows by requiring attendees to make a deposit into a smart contract in order to gain entrance to the event. Deposits are refunded upon arrival (by scanning the wallet address QR code). All funds of no-shows are transferred to a charity wallet address defined in the contract in advance.

Home Page:https://attendr.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attendr

Attendr was created as part of the Facebook 2017 Hackathon in Tel-Aviv, Israel.

As meetup organizers, we are all too familiar with the issue of people hitting the "attending" button simply as a means of reminding them of the event, regardless of their intent of actually showing up.

Our goal is to allow event organizers to better anticipate the number of people who will actually arrive.

Attendr

How to install

  1. yarn

How to run

  1. Fill in the values in truffle.js (INFURA_APIKEY, MNEMONICs)
  2. yarn run truffle
  • Don't forget to compile and migrate after every change to the .sol files.
  1. yarn start

About

An Ethereum decentralized application that helps event organizers prevent no-shows by requiring attendees to make a deposit into a smart contract in order to gain entrance to the event. Deposits are refunded upon arrival (by scanning the wallet address QR code). All funds of no-shows are transferred to a charity wallet address defined in the contract in advance.

https://attendr.io


Languages

Language:CSS 86.5%Language:TypeScript 7.5%Language:HTML 3.8%Language:JavaScript 2.1%