Categorygithub.com/pqabelian/abelian-sdk-go
repositorypackage
0.0.0-20240809150220-8dcbf4c49f74
Repository: https://github.com/pqabelian/abelian-sdk-go.git
Documentation: pkg.go.dev

# README

The Go SDK for the Abelian Blockchain

GitHub Release Made with Java License: MIT

A Go library that allows developers to interact with the Abelian blockchain.

It provides low-level APIs to interact with the Abelian blockchain including creating keys and addresses, querying blockchain data, decoding privacy-protected data, building transactions, signing transactions and sending transactions.

Please refer to A Demo Application of the Abelian Go SDK for the following topics:

  • How to build and run the demo application.
  • How to interact with the Abelian blockchain using the demo application only (without the need to write any code).
  • How to integrate the SDK into your project and the usage of the SDK.

For high-level APIs, please refer to the Abelian Java SDK which is built on top of this Go SDK.