https://github.com/harryisfish/rum-go-sdk
[WIP] A third party quorum SDK in golang.
https://github.com/harryisfish/rum-go-sdk
golang quorum rumsystem
Last synced: 3 months ago
JSON representation
[WIP] A third party quorum SDK in golang.
- Host: GitHub
- URL: https://github.com/harryisfish/rum-go-sdk
- Owner: harryisfish
- Created: 2022-05-11T04:56:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T02:53:20.000Z (over 2 years ago)
- Last Synced: 2025-02-12T16:51:49.853Z (over 1 year ago)
- Topics: golang, quorum, rumsystem
- Language: Go
- Homepage:
- Size: 191 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rum-go-sdk
> ‼️ Because of the high speed of quorum evolution, this SDK may not be 100% suitable with latest quorum version.
# What is it?
This is a third party quorum SDK in golang.
## What is rum?
Rum System is flexable communicating protocol. You can treat it like well-backuped DB for the app that you want to build. [More about Rum](https://github.com/rumsystem/quorum)
# Usage
install: `go get github.com/tymon42/rum-go-sdk`