AccumulateNetwork / assembly-hackathon

Information about Accumulate's first hackathon and ideas for software to build.
2 stars 0 forks source link

Development Tools: Golang SDK #16

Open qisforq opened 3 years ago

qisforq commented 3 years ago

Description

We are looking for teams interested in building SDKs for Accumulate to make it easier for software developers to integrate the Accumulate protocol into their software.

The Golang SDK should make interaction with the Accumulate protocol simple and straightforward using the Go programming language.

Requirements

The Golang SDK should support all available Accumulate Operations. Please see the Accumulate API Documentation or the CLI Reference for information on the available operations.

Accumulate SDKs should be accessible, consistent, and reliable. The source code should be publicly available and include easy-to-follow and concise documentation.

Build the SDK with the expectation that it will be used in production by other developers. It should be secure, performant, and ready to use out of the box with minimal configuration.