mirror of
https://github.com/FlipsideCrypto/terra-multisend.git
synced 2026-02-06 10:47:19 +00:00
1.1 KiB
1.1 KiB
terra-multisend
To Install:
-
Add a
config.jsonfile with two keys:a.
transaction_path- should contain data to create a transaction.
{
"recipients": [
{
"address": "terra1rn4xyx597t75hhzv6agtwp5pqssxwd2y7nfj2l",
"amount": 1,
"coin": "LUNA"
},
{
"address": "terra1xdywt32qc328u390v9e8q76natxlypuh3vhq95",
"amount": 1,
"coin": "LUNA"
},
{
"address": "terra13smeu7ax2fljrfwqnyyw9rsu8ftnwad9ls0fkk",
"amount": 1,
"coin": "LUNA"
},
{
"address": "terra143zur75278h392ws3r75m53t96npvwllaptc7w",
"amount": 1,
"coin": "LUNA"
}
],
"senders": [
{
"address": "terra1fzgtvvf8a4vc82fnrxu9ly0cnsldmv80zj2a34",
"amount": 4,
"coin": "LUNA"
}
]
}
b. `mnemonic.txt` -- secret key DO NOT COMMIT THIS!!
- Update
PATHvariable inconfig.pyto point to the config.json file. - Run
python setup.py install