DemocracyEarth / old_dapp

Liquid democracy smart contract implementation
32 stars 13 forks source link

[Metamask] call delegate() function #58

Closed virgile-dev closed 6 years ago

virgile-dev commented 6 years ago

When user has chosen a delegate by clicking on the radio button and then click on the delegatebutton it should trigger a metamask transaction. delegate function parameters are: delegate(address from, address representative)

virgile-dev commented 6 years ago

Status of the transaction:

capture d ecran 2018-04-22 a 15 12 26
aecc commented 6 years ago

The transaction is already implemented. Missing is the transaction status and a better UX.

AlexJupiter commented 6 years ago

Related issue: https://github.com/DemocracyEarth/dapp/issues/90