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)%
- Front end (wip)
- contract code | deployed on mainnet
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.
For local development, you must run a local server.
Easy/fast way: go to source path
$ python -m SimpleHTTPServer
Then go to localhost:8000