An open API service indexing awesome lists of open source software.

https://github.com/blockstarter/sign

Sign multisig transactions
https://github.com/blockstarter/sign

Last synced: 5 months ago
JSON representation

Sign multisig transactions

Awesome Lists containing this project

README

          

# Blockstarter Sign

Sign transactions of your multisig wallet created by blockstarter

### Install it

Install nodejs and npm (documentation: https://www.npmjs.com/package/npm)
```
npm i blockstarter_sign -g
```

### Use it

* Set (to) address - target address where do you want to send money from your multisig address
* Set Amount - How many ethers would you like to send

```
blockstarter_sign --to 0x1f96beae932df4d05b133160f440ae992869efeb --amount 1
```

* Obtain Generated $data
* Open Metamask (or something else)
* Put Your multisig contract address (TO)
* Set 0 Amount
* Put generated $data in data field

Note! Each owner should repeat a same action

![Terminal](http://res.cloudinary.com/nixar-work/image/upload/v1499168789/Screen_Shot_2017-07-04_at_2.55.34_PM.png)