forked from cerc-io/laconic-sdk
58227b68be8d6d247e9b5a69320c2e249671777a
chiba-clonk-client
Tests
Follow these steps to run the tests:
-
After cloning this repo run:
yarn -
Copy .env.example file and create a
.envfile. -
Clone the chiba-clonk repo and change to repo directory.
-
Run the chain using
./init.sh. -
Get the account details using:
ethermintd keys list -
Use the address of key
mykeyand assign it toACCOUNT_ADDRESSin the.envfile. -
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.envfile. -
Run the test in chiba-clonk-client repo:
yarn test
Development
Languages
TypeScript
99.9%