Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 898 Bytes

README.md

File metadata and controls

44 lines (36 loc) · 898 Bytes

telliot-kadena

python3 -m venv venv
source venv/bin/activate
pip install -e .

Initialize configuration

kadena config init
or
kadena config show

Add keyset to the keystore:

# example
kadena keyset add  <acct-nm> "<private-key> <private-key>" <predicate ie. keys-all> <chain-id>
# modules are only available on chain 1 for now

Report random Spot prices

kadena report --account <acct-nm> --network testnet04

Select an available spot price

# example
# To search available spots add '--help' to the command
kadena report --account <acct-nm> --network testnet04 --query-tag eth-usd-spot

Or build query for manual price submission

 kadena report --account <acct-nm> --network testnet04 --build-spot

Gas setting flags '--gas-limit', '--gas-price'

See all options by using: '--help' flag

Note: keyset name has to be same as gas account