https://github.com/blockstarter/sign
Sign multisig transactions
https://github.com/blockstarter/sign
Last synced: 5 months ago
JSON representation
Sign multisig transactions
- Host: GitHub
- URL: https://github.com/blockstarter/sign
- Owner: blockstarter
- Created: 2017-07-03T20:39:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T11:47:53.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T06:11:53.061Z (over 1 year ago)
- Language: LiveScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
