Skip to content

karriz-dev/symbol-sdk

Repository files navigation

Symbol SDK for Go

Symbol Blockchain Network SDK for Go

Quality gate

GitHub go.mod Go version GitHub Release

Installation

go get github.com/karriz-dev/symbol-sdk

Usage

Check example folder this repo. go to example

Supported List

Transaction Factory

Function Name Description Supported
Sign transaction signing ✔️
Verify verfying transaction signature ✔️
MessageEncode encoding message uft-8 (plain) ✔️
MessageEncode encoding message uft-8 (encrypt)
CoSign transaction co-signing

Transaction

Type Name Description Supported Embedded
0x4154 TransferTransactionV1 transfer mosaic from signer to receipient ✔️ ✔️
0x4148 HashLockTransactionV1 locked mosaic with sha256 hash ✔️ ✔️
0x4241 AggregateBondedV2 aggregate bonded some transactions ✔️

Network Utilities

Name Description Supported
NetworkEstimateFee get network estimated tx fee ✔️
NetworkProperties get network properties(/network/properties) ✔️

Contribute