https://github.com/reiver/go-figmentio
Package figmentio provides tools for working with figment.io, for the Go programming language. figment.io is a company that provide staking services.
https://github.com/reiver/go-figmentio
figment-io proof-of-stake
Last synced: about 3 hours ago
JSON representation
Package figmentio provides tools for working with figment.io, for the Go programming language. figment.io is a company that provide staking services.
- Host: GitHub
- URL: https://github.com/reiver/go-figmentio
- Owner: reiver
- License: mit
- Created: 2024-04-02T19:27:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-02T20:08:49.000Z (over 1 year ago)
- Last Synced: 2025-04-09T09:46:30.400Z (6 months ago)
- Topics: figment-io, proof-of-stake
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-figmentio
Package figmentio provides tools for working with [figment.io](https://figment.io/) , for the Go programming language.
[figment.io](https://figment.io/) is a company that provide staking services.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-figmentio
[](https://godoc.org/github.com/reiver/go-figmentio)
## Import
To import package **figmentio** use `import` code like the follownig:
```
import "github.com/reiver/go-figmentio"
```## Installation
To install package **figmentio** do the following:
```
GOPROXY=direct go get https://github.com/reiver/go-figmentio
```## Author
Package **figmentio** was written by [Charles Iliya Krempeaux](http://reiver.link)