forked from cerc-io/registry-sdk
6871e3596439fe5276127328903dda845e6b4610
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
Languages
TypeScript
99.7%
Dockerfile
0.2%