Clients
The following tools allow for transacting and querying the Provenance Blockchain
CLI
-
provenanced Provenance Blockchain is wrapped into a single executable named
provenanced
. All interaction (whether creating a node, querying, or invoking actions) with Provenance Blockchain can be accomplished using theprovenanced
command. Read more -
gRPCurl is an excellent command-line tool that can be used to interact with blockchain gRPC endpoints. Their installation and usage documentation will help you get started quickly.
Kotlin
- pb-grpc-client-kotlin is a client written in Kotlin and available for install via Maven or Gradle. The documentation includes help with setup, query usage and transaction usage.
Javascript
-
Wallet Utils Typescript Utilities for Provenance Blockchain Wallet
-
Provenance.js The provenance.js library aims to be a complete and compact Javascript/TypeScript library for interacting with the Provenance Blockchain and its ecosystem.
GRPC clients in other languages
- Using the Cosmos and Provenance protos you can build you own client in any language you want! Being a developer is kinda great that way. Go do it and let us know how it goes.