Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.05 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.05 KB

logo

Utopia Ecosystem API wrapper written in Golang

Docs

GoDoc go-report Build Status

Install

go get gopkg.in/sagleft/utopialib-go.v2

or

import "gopkg.in/sagleft/utopialib-go.v2"

Usage

client := utopiago.UtopiaClient{
	protocol: "http",
	token:    "C17BF2E95821A6B545DC9A193CBB750B",
	host:     "127.0.0.1",
	port:     22791,
}

fmt.Println(client.GetSystemInfo())

How can this be used?

  • creating a web service that processes client requests;
  • creation of a payment service;
  • development of a bot for the channel;
  • utility for working with uNS;
  • experiments to explore web3.0;