This is an experimental project.
The tez
program is a command line interface (CLI) for interacting with the Tezos blockchain.
-o json
)Yes, and tezos-client
is great! But it has some downsides, and diversity is a strength.
The Tezos blockchain ships with tezos-client
, a complete tezos cli. It is written in OCaml (which we ❤️), it is well tested and complete.
For new-comers to Tezos, we think interacting with the Tezos Block chain from the command line interface has too much friction.
tezos-client
has opinions and idiosyncrasies. Frankly, we have come to like them, but newcomers to Tezos may not have the same patience as us.
We also may end up having alternative implementations of the Tezos Node in other languages (hello simplestaking team!). Think of these as Linux distributions to GNU/Linux, but Tezos node distributions for the Tezos Blockchain. When new nodes come along, this tez
cli could support them and the RPCs/APIs that they implement.
Visit the Releases page and download a pre-built binary for your operating system. We build for Windows, MaxOSX, Linux and FreeBSD. If you want builds for another OS or architecture, open an issue!
The feature set is limited to querying blocks. We will build out new features as time permits.