moonbeam-foundation / cli-ts-signer

Typescript based cli signer for both Substrate and Ethereum Transactions
GNU General Public License v3.0
1 stars 1 forks source link

Add example for JSON inputs #23

Open joelamouche opened 2 years ago

joelamouche commented 2 years ago
"[\"0xb862F5c728470473062dEFCC09885aF91637D145\",\"10000000000000000000\"]"

is how a transfer JSON would be formated

crystalin commented 2 years ago

You need to provide for different OSes. As windows wouldn't support that. Also for linux/mac it is better written:

'["0xb862F5c728470473062dEFCC09885aF91637D145", "10000000000000000000"]'

(It is more efficient to write json in shell using single-quote wrapper)