Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2yuri/kchainws
KleverChain socket client
https://github.com/2yuri/kchainws
Last synced: 2 days ago
JSON representation
KleverChain socket client
- Host: GitHub
- URL: https://github.com/2yuri/kchainws
- Owner: 2yuri
- License: mit
- Created: 2022-06-04T23:00:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T13:25:05.000Z (over 2 years ago)
- Last Synced: 2024-06-21T11:03:15.574Z (5 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kchainws 💜
```
Consume KleverChain node socket messages easyly 🚀
```## About the project 🌟
- Connect to your node with this client
- Read and Handle messages gracefully## Installation ⚙️
`go get -u github.com/hyperyuri/kchainws`
## Quick Start 📚
- [Example](https://github.com/hyperyuri/kchainws/blob/main/example/simple/simple.go)