This SDK is designed to work with the KLY network. Currently the functionality includes:
- Generating key pairs for 4 types of accounts
- Creation of all types of transactions
- Interaction with smart contracts
- Interaction with system components of the network (staking, aliases and much more)
- Interaction with CRUD API endpoints
Currently supports only dev_tachyon workflow
go get -u github.com/klyntarnetwork/go-sdkTo fully understand the capabilities of the SDK, please refer to our documentation
go test -count=1Or separate set of tests:
go test -count=1 ./tests/crypto