0xTDF / RSVP-dApp

Smart contract that allows guests to RSVP for an event by paying a small fee. Said fee is returned to any guests who attend the event. Any remaining Ether left in the smart contract, a result of guests not attending, is divided up and sent to the guests that did.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License LinkedIn

RSVP dApp

Smart contract that allows guests to RSVP for an event by paying a small fee in to the smart contract. Said fee is returned to any guests who attend the event. Any remaining Ether left in the smart contract, a result of guests not attending, is divided up and sent to the guests that did.

Development-Goals

🤖 Expand Solidity knowledge

Built With

Future Work

  • Incorporating a cut off time into the smart contract for guests RSVPing.
  • Prevent integer overflows using Open-Zeppelin libraries.
  • Perform unit tests using JavaScript, Truffle, Mocha and Chai.
  • Build a simple front end using React.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter - @TraderTDF

LinkedIn - https://www.linkedin.com/in/RAMWatson/

Project Link: https://github.com/Elisik/RSVP-DApp

About

Smart contract that allows guests to RSVP for an event by paying a small fee. Said fee is returned to any guests who attend the event. Any remaining Ether left in the smart contract, a result of guests not attending, is divided up and sent to the guests that did.


Languages

Language:JavaScript 59.5%Language:Solidity 40.5%