makoto / blockparty

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

Implement multiownable #126

Closed makoto closed 6 years ago

makoto commented 6 years ago

Currently there is only one owner who can mark people attend. There will be a risk when the owner had problem with his/her account.

User following as a reference to implement multi ownership system. https://github.com/OpenZeppelin/zeppelin-solidity/issues/769

makoto commented 6 years ago

Implemented https://github.com/makoto/blockparty/pull/135 instead