An open API service indexing awesome lists of open source software.

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.

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

[![GoDoc](https://godoc.org/github.com/reiver/go-figmentio?status.svg)](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)