Circular Protocol Go Package
The Circular Blockchain API suite provides a robust and efficient interface for interacting with the Circular Protocol, a decentralized and highly scalable blockchain network.
These APIs enable developers to integrate, query, and execute operations on the Circular Protocol blockchain, supporting a wide range of decentralized applications (dApps),
financial transactions, and smart contracts.
Installation
To install the Circular Protocol Go package, run the following commands:
go get -u github.com/circular-protocol/circular-go
After that, run the following command to clean up your module dependencies:
go mod tidy
Usage
Once installed, you can import the necessary packages from the Circular Protocol Go API into your project:
import (
"github.com/circular-protocol/circular-go/circular_protocol_api"
"github.com/circular-protocol/circular-go/utils"
)
Docs
Find the docs on our official GitBook
About
The Circular Protocol provides decentralized, scalable solutions for dApps, financial transactions, and smart contracts. The API suite makes it easier for developers to work with the Circular Protocol blockchain by offering ready-to-use methods for querying and executing blockchain operations.
For more information, check out the official documentation or reach out to the Circular Protocol community.
Mantainers
License
This library is open-source and available for both private and commercial use. For detailed terms, please refer to the LICENSE file provided in the repository.