forked from cerc-io/laconic-sdk
| 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 directory to repo directory.
-
Run the chain using
./init.sh. -
The mnemonic phrase can be seen in the console at the start just after the script is executed.
-
Copy the mnemonic phrase and assign it to variable
MNEMONICin the test file. -
To export the private key run:
ethermintd keys export mykey --unarmored-hex --unsafe -
Copy the private key and assign it to variable
PRIVATE_KEYin the test file. -
Run the test in chiba-clonk-client repo:
yarn test -
The account details can be seen using
ethermintd keys list