Categorygithub.com/karriz-dev/symbol-sdk
repositorypackage
0.0.2
Repository: https://github.com/karriz-dev/symbol-sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Symbol SDK for Go

Symbol Blockchain Network SDK for Go

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 NameDescriptionSupported
Signtransaction signing:heavy_check_mark:
Verifyverfing transaction signature:heavy_check_mark:
MessageEncodeencoding message uft-8 (plain):heavy_minus_sign:
MessageEncodeencoding message uft-8 (encrypt):heavy_minus_sign:
CoSigntransaction co-signing:heavy_minus_sign:

Transaction

IDNameDescriptionSupported
16724TransferTransactionV1transfer mosaic from signer to receipient:heavy_check_mark:
16717MosaicDefinitionV1definition new a mosaic:heavy_minus_sign:
16973MosaicSupplyChangechange mosaic's supply:heavy_minus_sign:

Network Utilities

NameDescriptionSupported
NetworkEstimateFeeget network estimated tx fee:heavy_minus_sign:
NetworkPropertiesget network properties(/network/properties):heavy_minus_sign:

Contribute