Vanclief / go-imx-client

Unofficial Golang client for Immutable X API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-imx-client

Unofficial Golang client for the Immutable X API

Most methods are not added yet, feel free to contribute Sponsored by www.cryptoxolos.com

Usage

Only REST

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,  "", "")

REST + SDK

If you need to use the IMX SDK you need to

  1. Run an instance of https://github.com/Vanclief/js-imx-service

  2. Create a new client

import "github.com/vanclief/go-imx-client"

Instantiate a new client

client, _ := NewClient(Ropsten,  "{wallet key}", "{alchemy key}")

Development

Run tests:

make test

About

Unofficial Golang client for Immutable X API

License:MIT License


Languages

Language:Go 98.5%Language:Makefile 1.5%