Prathamesh Musale
6510c1b13f
Part of https://www.notion.so/Rename-laconic2d-to-laconicd-9028d0c020d24d1288e92ebcb773d7a7 Co-authored-by: neeraj <neeraj.rtly@gmail.com> Reviewed-on: #61 Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to> Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
733 B
733 B
Run CLI tests
-
Follow the project
Setup
andAccount Setup
from root README -
Add laconic cmd to path
export PATH="$PWD/bin:$PATH"
-
Create a .env file using .env.example:
cp .env.example .env
-
Get account address of test account:
laconicd keys list --keyring-backend test # - address: laconic10er85pyd7ukw732e88fzv7k0jq205764hye2dx # name: alice # pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AsDoWlNIr3W013pOiwmopaB/SaWQj6r3g56xb2d9GxYK"}' # type: local
Use the
address
field from the result and assign it inTEST_ACCOUNT
field of.env
file -
Run CLI tests:
yarn test