multiformats / go-multibase

Implementation of multibase parser in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-multibase

Travis CI codecov.io

Implementation of multibase -self identifying base encodings- in Go.

Install

go-multibase is a standard Go module which can be installed with:

go get github.com/multiformats/go-multibase

Contribute

Contributions welcome. Please check out the issues.

Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS Code of Conduct.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2016 Protocol Labs Inc.

About

Implementation of multibase parser in go

License:MIT License


Languages

Language:Go 99.6%Language:Makefile 0.4%