https://github.com/ericdaugherty/ibc
Golang API for IBC Boilers
https://github.com/ericdaugherty/ibc
go golang golang-library
Last synced: 3 months ago
JSON representation
Golang API for IBC Boilers
- Host: GitHub
- URL: https://github.com/ericdaugherty/ibc
- Owner: ericdaugherty
- License: mit
- Created: 2018-04-03T00:12:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T03:23:10.000Z (over 5 years ago)
- Last Synced: 2024-06-20T13:28:51.626Z (about 2 years ago)
- Topics: go, golang, golang-library
- Language: Go
- Size: 31.3 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBC Boiler API
The ibc package provices a go interface to an IBC Boiler.
This package simplifies access to IBC Boiler status information. At this time, the interface is read-only.
The IBC Boiler must be internet/intranet connected and be accessible. It is not reccomended to expose the IBC Boiler to the internet so this library is best accessed via intranet.
This repository also provides a set of command line tools that provide basic monitoring and logging functionality.
- [IBC Logger](https://github.com/ericdaugherty/ibc/tree/master/tools/cmd/ibclogger)
- [IBC Monitor](https://github.com/ericdaugherty/ibc/tree/master/tools/cmd/ibcmonitor)
- [IBC Status](https://github.com/ericdaugherty/ibc/tree/master/tools/cmd/ibcstatus)