makoto / blockparty

NO BLOCK NO PARTY
MIT License
164 stars 41 forks source link

Allow batch attend #24

Closed makoto closed 7 years ago

makoto commented 7 years ago

Currently event organiser need to press "attend" button one by one which is time consuming as well as wasting gas.

jefflau commented 7 years ago

Frontend can be customised to have check boxes and then we can batch them with an array of public keys (if Solidity allows us to pass through arrays :P)

makoto commented 7 years ago

https://github.com/makoto/blockparty/pull/38