Clone the repository locally and install needed dependencies
$ git clone git@github.com:Helios-Chain-Labs/sdk-go.git
$ cd sdk-go
$ go mod download
# import pk into keyring if you use keyring
heliades keys unsafe-import-eth-key helios-user 5d386fbdbf11f1141010f81a46b40f94887367562bd33b452bbaa6ce1cd1381e
# run chain example
go run examples/chain/bank/1_MsgSend/example.go
# run exchange example
go run examples/exchange/derivatives/4_Orderbook/example.go
$ make copy-exchange-client
(you have to clone this repo into ../helios-indexer
)
$ git add .
$ git commit -m "bugfix"
$ git tag -a v1.1.1
$ git push origin master --tags
Reach out to us at one of the following places!
- Website at
https://helioschain.network/
- Twitter at
@helios_layer1
Copyright © 2024 - 2025 Helios Labs Inc. (https://helioslabs.org/)
Based on Injective Labs sdk-go under:
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/