Skip to content

v0.2.0 On-chain Querying Commands

Compare
Choose a tag to compare
@safestak-keith safestak-keith released this 23 May 15:56
· 5 commits to main since this release
7625b2e

Changes

New On-chain Querying Commands

Query commands:

  • query tip --network <network>
  • query protocol-parameters --network <network>
  • query info account --network <network>--stake-address <bech32_stake_address>
  • query asset account --network <network> --stake-address <bech32_stake_address>
  • query info address --network <network> --address <bech32_payment_address>
  • query info transaction --network <network> --tx-id <transaction_hash>

Transaction Commands:

  • transaction submit --network <network> --cbor-hex <hex_string>

Installation

The easiest way is to install the .NET SDK and install the global tool cscli.

dotnet tool install --global cscli

Alternatively, please download the platform-specific binaries in the release Assets below

Assets SHA256 Checksums

cscli.win-x64.exe: 267A2D907F475B69B22905023F58C7CB8259FD8D68A40E51F68DAF609B62BF00
cscli.linux-x64: 6E4F4D2CDB1959DD90944F5F4EC15D5E461512F6633770407041FC630CBBF562
cscli.osx-x64: F3D022926A972CB009A51078BFA046DEE3513D8D57EB79F3C02F48C32851B4CC
cscli-osx-arm64: 185AB1BB585F0E2DEDF5367B317D965DEAB0970972B4260345209B2EBBC6757E

Usage and Overview

Please see the README documentation