Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eosswedenorg-go/antelope-ship-client

Client implementation of antelope state-history websocket.
https://github.com/eosswedenorg-go/antelope-ship-client

antelopeio blockchain client eosio fio go golang leap libre ship state-history ultra wax websocket

Last synced: 15 days ago
JSON representation

Client implementation of antelope state-history websocket.

Awesome Lists containing this project

README

        

# Antelope SHIP Client

[![Test](https://github.com/eosswedenorg-go/antelope-ship-client/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/eosswedenorg-go/antelope-ship-client/actions/workflows/test.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/eosswedenorg-go/antelope-ship-client.svg)](https://pkg.go.dev/github.com/eosswedenorg-go/antelope-ship-client)
[![Go Report Card](https://goreportcard.com/badge/github.com/eosswedenorg-go/antelope-ship-client)](https://goreportcard.com/report/github.com/eosswedenorg-go/antelope-ship-client)

Client Implementation of Antelope state-history websocket.

### Install package

``` bash
go get -u github.com/eosswedenorg-go/antelope-ship-client@latest
```

### Documentation

Documentation can be found over at [pkg.go.dev](https://pkg.go.dev/github.com/eosswedenorg-go/antelope-ship-client)

### Examples

* [Basic](examples/basic/main.go)
* [Stream](examples/stream/main.go)

### Author

Henrik Hautakoski - [Sw/eden](https://eossweden.org/) - [[email protected]](mailto:[email protected])