AccumulateNetwork / assembly-hackathon

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

Development Tools: Build an SDK of your choice #7

Open QVidal opened 3 years ago

QVidal 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. Having SDKs built in any language will help make Accumulate more accessible to a broader audience and so we are open to all sorts of SDKs.

The SDK should make interaction with the Accumulate protocol simple and straightforward using the programming language of your choice.

Requirements

The Ruby 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.