laconicd/scripts
Thomas E Lackey ec70c9f36b
Some checks failed
Pull Request Labeler / triage (push) Successful in 23s
Run Gosec / Gosec (push) Successful in 25s
Tests / cleanup-runs (push) Has been skipped
CodeQL / Analyze (go) (push) Successful in 1m26s
Tests / test-unit-cover (push) Successful in 1m38s
Lint / Run golangci-lint (push) Successful in 2m42s
Tests / test-importer (push) Successful in 1m28s
Lint / Run flake8 on python integration tests (push) Failing after 2m56s
Tests / test-rpc (push) Successful in 1m3s
Tests / sdk_tests (push) Failing after 1m59s
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: #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
..
.env update fork 2022-10-10 16:08:33 +05:30
contract-test.sh ignore solidity test 2022-10-12 17:24:07 +05:30
create-and-fund-account.sh Add a script to simplify creating and funding a new account. (#131) 2024-01-10 23:04:53 +00:00
ethermint-devnet.yaml update fork 2022-10-10 16:08:33 +05:30
gen-tests-artifacts.sh tests: add message call benchmark (#717) 2021-11-08 13:04:49 +00:00
geth-genesis.json Sync from fork (#74) 2023-01-10 10:20:57 +05:30
integration-test-all.sh Sync from fork (#74) 2023-01-10 10:20:57 +05:30
laconicd-devnet.yaml chain id (#73) 2023-01-11 10:52:29 +05:30
proto-tools-installer.sh Sync from fork (#74) 2023-01-10 10:20:57 +05:30
protoc-swagger-gen.sh Sync from fork (#74) 2023-01-10 10:20:57 +05:30
protocgen.sh Sync from fork (#74) 2023-01-10 10:20:57 +05:30
run-integration-tests.sh Sync from fork (#74) 2023-01-10 10:20:57 +05:30
run-solidity-tests.sh ignore solidity test 2022-10-12 17:24:07 +05:30
start-docker.sh ignore solidity test 2022-10-12 17:24:07 +05:30
start-ethermint.sh update fork 2022-10-10 16:08:33 +05:30
start-geth.sh Sync from fork (#74) 2023-01-10 10:20:57 +05:30
start.sh chain id (#73) 2023-01-11 10:52:29 +05:30