AccumulateNetwork / assembly-hackathon

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

Development Tools: C# SDK #2

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.

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

Requirements

The C# 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.