Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
/ kliento Public archive

Client library for celo (golang)

License

Notifications You must be signed in to change notification settings

celo-org/kliento

Kliento

Kliento (/client in esperanto/) is a set of client libraries for Celo in Golang. It is a ported library from ContractKit and only supports a subset of what ContractKit does.

Usage

Kliento is most useful for tight integration with contract bindings and historical queries.

See examples for some code samples demonstrating common use cases.

watch transfers screenshot

For sending contract transactions in consumer applications, we recommend using ContractKit.

Development

Use make gen-contracts to update the abigen bindings to the build artifacts from local monorepo.

Use make gen-registry to update the generated registry bindings to a list of contracts specified in the template script.