CardanoSharp / cscli

Cross-platform CLI for building and interacting with Cardano data structures using .NET cryptographic and serialisation primitives of CardanoSharp
17 stars 7 forks source link

Add On-Chain Querying #2

Closed nothingalike closed 2 years ago

nothingalike commented 2 years ago

Thinking we could add the Koios SDK to get things like Protocol Parameters

safestak-keith commented 2 years ago

Yeah I imagined cscli to be a light cardano-cli with advanced wallet commands. We can start with the protocol params and eventually work our way to querying the tip, the UTxOs from address(es), to ultimately building and submitting Tx. Do you want to start on the protocol params bit?

safestak-keith commented 2 years ago

Completed via https://github.com/CardanoSharp/cscli/pull/5 and released in v0.2.0

New commands

Query commands:

Transaction Commands: