Utopia Ecosystem API wrapper written in Golang
go get gopkg.in/sagleft/utopialib-go.v2
or
import "gopkg.in/sagleft/utopialib-go.v2"
client := utopiago.UtopiaClient{
protocol: "http",
token: "C17BF2E95821A6B545DC9A193CBB750B",
host: "127.0.0.1",
port: 22791,
}
fmt.Println(client.GetSystemInfo())
- 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;