fa3e99d404
Fix send-funds script to use new web3 API
...
The API changed with the recent aragon/truffle update.
2019-07-18 16:25:06 +02:00
61fa26da7a
Add more information output to the send funds helper
2019-04-01 11:53:50 +02:00
9669f0137b
Use prompt instead of argv arguments in scripts
...
This makes it easier to handle truffle arguments which we for example
need to specify the network.
So we ask the user for input instead on using the argv array which might
change.
2018-04-20 00:22:09 +02:00
7d52161014
Document helper scripts to interact with the contracts
2018-04-04 22:05:22 +02:00
8301514c64
Add script to send funds from the main account
...
Helpful in development mode using ganache to fund another account
usage:
truffle exec scripts/send-funds.js <address> <amount in ether>
2018-04-02 16:53:25 +02:00