Unofficial Golang client for the Immutable X API
Most methods are not added yet, feel free to contribute Sponsored by www.cryptoxolos.com
If you don't need to use the IMX SDK, you can do:
import "github.com/vanclief/go-imx-client"
Instantiate a new client
client, _ := NewClient(Ropsten, "", "")
If you need to use the IMX SDK you need to
-
Run an instance of https://github.com/Vanclief/js-imx-service
-
Create a new client
import "github.com/vanclief/go-imx-client"
Instantiate a new client
client, _ := NewClient(Ropsten, "{wallet key}", "{alchemy key}")
Run tests:
make test