IRIShub Client SDKs
IRIShub SDK is a software development kit based on the Endpoint provided by IRIShub, which provides great convenience for users to quickly develop applications based on the IRIShub chain.
Available in three languages:
- irishub-sdk-go
- irishub-sdk-js
- irishub-sdk-java (coming soon)
Design Goals and Concepts
The SDK mainly implements the encapsulation of the functions of IRIShub modules, including: auth, bank, gov, htlc, keys, nft, oracle, random, record, service, staking, token. So that users can quickly realize the development of the following functions:
- Generating, Signing and Broadcasting Transactions
- Private Key Management
- Subscribe Events
SDK Docs
The document link of IRIShub SDKs is as follows:
- Go SDK docs
- JavaScript SDK docs
- Java SDK docs (coming soon)