Info

Download ZIP (14.5 KB)

Testing and Issues

You can test this entry and submit issues during the testing period of the Blockchain Contest contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

24

Comments

Multi-signature wallet.
This smart contract is loaded to the blockchain along with the list of signatures it will accept and the quantity of signatures that is enough to execute an order.
2
You have not added any comments yet...
by rating

Issues

Magic Python Nov 4, 2019 at 10:20
plus:
All required features are implemented.
Nice code and scripts

minus:
sadly it didn't work on our test (n=16, k=10).
10
As I see accept_message() is called after ALL signatures are checked. It is very likely than it won't be enough gas_credit to handle orders with multiple signatures
Nobody added any issues yet...