|
ec70c9f36b
|
Add a script to simplify creating and funding a new account. (#131)
Add a script for creating funded test accounts simply.
```
❯ scripts/create-and-fund-account.sh
{
"name": "68334d7175fd4f86befa4902657e5270",
"type": "local",
"address": "ethm15r5x94km0swq55aszwd7hnr9wksq7wmr38xes7",
"pubkey": "AuKqlSldJJXj4gYMFt2HeX9DJ3aUosYA7n6zBz9Tg7/i",
"mnemonic": "umbrella bean special unaware accident giant distance mix ghost feel possible cost road grant endless man maple derive rebuild learn mask water attract resist",
"bond": "3d3a73f09115d289d330781455e6eac217305dc4a20e19bde808011fe3775a93",
"balance": 5000000000,
"privkey": "480880fde7aff1461da584b436cb3a84692413c84623fda78e127bb4e704ce76"
}
```
Reviewed-on: cerc-io/laconicd#131
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
|
2024-01-10 23:04:53 +00:00 |
|