forked from cerc-io/laconic-sdk
e563cfe6b11ea2373f4df0487c1c4e1e0000ca6e
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. -
Export the private key using:
chibaclonkd keys export mykey --unarmored-hex --unsafe -
Copy the private key and assign it to variable
PRIVATE_KEYin the.envfile. -
Run the tests in chiba-clonk-client repo:
yarn test -
Run the tests with auctions enabled
-
In chiba-clonk repo run:
TEST_AUCTION_ENABLED=true ./init.sh -
Export the private key and change it in
.envfile again using:chibaclonkd keys export mykey --unarmored-hex --unsafe -
Run tests:
yarn test:auctions
-
-
Run the tests for record and authority expiry
-
In chiba-clonk repo run:
TEST_NAMESERVICE_EXPIRY=true ./init.sh -
Export the private key and change it in
.envfile again using:chibaclonkd keys export mykey --unarmored-hex --unsafe -
Run tests:
yarn test:expiry
-
Development
Languages
TypeScript
99.9%