forked from cerc-io/registry-sdk
| proto | ||
| scripts | ||
| src | ||
| .gitignore | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
chiba-clonk-client
Development
Follow these steps to run the tests:
-
After cloning this repo run:
yarn -
Clone the chiba-clonk repo and change to repo directory.
-
Checkout to appropriate branch for running tests.
git checkout ng-chiba-clonk-client -
Run the chain using
./init.sh. -
Get the account details using:
ethermintd keys list -
Use the address of key
mykeyand assign it toDEFAULT_ADDRESSin the test helper file. -
To export the private key run:
ethermintd keys export mykey --unarmored-hex --unsafe -
Copy the private key and assign it to variable
DEFAULT_PRIVATE_KEYin the test helper file. -
Run the test in chiba-clonk-client repo:
yarn test