Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.1 KB

Split the Donations

I have noticed a common scheme for event organizers and venues.

Split the donations (between the event organizer) and a venue (bar, coffee shop, coworking space...) (50 / 50)%

Usage:

Just tell the attendees the address of your contract, then they can donate whatever amount they wish using metamask.

  • Assumption: The organizer will make sure of the conversion to fiat to be given to non-profits.
  • The contract is the owner of the funds until split between event organizer and venue owner.

Dev setup:

For local development, you must run a local server.

Easy/fast way: go to source path

$ python -m SimpleHTTPServer

Then go to localhost:8000