Skip to content

Utopia Ecosystem API wrapper written in Golang

License

Notifications You must be signed in to change notification settings

utopia-opensource/utopialib-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Utopia Ecosystem API wrapper written in Golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages