Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Client implementation of antelope state-history websocket.
- Host: GitHub
- URL: https://github.com/eosswedenorg-go/antelope-ship-client
- Owner: eosswedenorg-go
- License: mit
- Created: 2022-01-13T16:10:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T20:23:31.000Z (7 months ago)
- Last Synced: 2024-04-24T21:32:41.242Z (7 months ago)
- Topics: antelopeio, blockchain, client, eosio, fio, go, golang, leap, libre, ship, state-history, ultra, wax, websocket
- Language: Go
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wax - antelope-ship-client - Client Implementation of Antelope state-history websocket in go. (Developer Resources / Languages)
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])