nmarcetic / sdk-go

Tools to work with the Injective Chain, Injective EVM and EIP712.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Injective Protocol Golang SDK 🌟


πŸ“š Getting Started

Clone the repository locally and install needed dependencies

$ git clone git@github.com:InjectiveLabs/sdk-go.git
$ cd sdk-go
$ go install ./...

Updating Exchange API proto and client

$ make copy-exchange-client

(you have to clone this repo into ../injective-exchange)


Publishing Tagged Release

$ git add .
$ git commit -m "bugfix"
$ git tag -a v1.1.1
$ git push origin master --tags

β›‘ Support

Reach out to us at one of the following places!


πŸ” License

About

Tools to work with the Injective Chain, Injective EVM and EIP712.

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%