This repository contains the go bindings to interact with IQ protocol.
To use this repository you'll need a Go environment set up. See the official Go documentation for help with that.
To run integration tests, Docker will be needed. Please refer to Docker official documentation for help with that.
To run unit tests, run:
go run mage.go test
To run integration tests, run:
go run mage.go testintegration