https://github.com/multiformats/go-multibase
Implementation of multibase parser in go
https://github.com/multiformats/go-multibase
Last synced: about 1 year ago
JSON representation
Implementation of multibase parser in go
- Host: GitHub
- URL: https://github.com/multiformats/go-multibase
- Owner: multiformats
- License: mit
- Created: 2016-08-23T00:37:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T08:32:30.000Z (about 1 year ago)
- Last Synced: 2025-04-08T17:18:01.257Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 32
- Watchers: 18
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-multibase
[](http://ipn.io)
[](https://github.com/multiformats/multiformats)
[](https://webchat.freenode.net/?channels=%23ipfs)
[](https://github.com/RichardLitt/standard-readme)
[](https://travis-ci.org/multiformats/go-multibase)
[](https://codecov.io/github/multiformats/go-multibase?branch=master)
> Implementation of [multibase](https://github.com/multiformats/multibase) -self identifying base encodings- in Go.
## Install
`go-multibase` is a standard Go module which can be installed with:
```sh
go get github.com/multiformats/go-multibase
```
## Contribute
Contributions welcome. Please check out [the issues](https://github.com/multiformats/go-multibase/issues).
Check out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) 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](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
[MIT](LICENSE) © 2016 Protocol Labs Inc.