DigixGlobal / governance-ui-components

Governance UI reusable components library
Other
3 stars 2 forks source link

[FEATURE] Display of remaining funds in DigixDAO #346

Closed Daivasmara closed 5 years ago

Daivasmara commented 5 years ago

Ref DGDG-561

TO TEST :

in dao-contracts

> node_modules/.bin/.truffle console
> var accounts
> web3.eth.getAccounts((e,r)=>accounts=r)
> web3.eth.sendTransaction({from: accounts[0], to: accounts[1], value: 1e9}, (e,r)=>console.log(r))