Introduction

Using ARK SDKs, developers can employ the programming language of their choice to build applications utilizing the ARK blockchain. The ARK SDKs are split into two packages for each language: Client and Cryptography.

Client SDKs help developers fetch information from the ARK blockchain about its current state: which delegates are currently forging, what transactions are associated with a given wallet, and so on.

Cryptography SDKs, by contrast, assist developers in working with transactions: signing, serializing, deserializing, etc.

Information

If you need to learn more about Cryptography in general, how initial key and address generation works, what is a public or private key, head over to the page link below:

Overview - Cryptography Overview

If your application doesn’t involve sending transactions, you can most likely build your application using the Client SDK alone. Otherwise, applications looking to leverage the full spectrum of ARK APIs should make use of both Client and Cryptography SDKs.

Usage guides are included for each supported language, and examples of how to use these libraries can be found in the Examples section of each specific library.

Supported Languages & Frameworks

Below you can find the Installation, Crypto and Client documentation for the language of your choice.

Typescript


PHP


Python


Java


GO


C++

Last updated 2 years ago
Edit Page
Share: