README.md 1.43 KB
Newer Older
Jeromy's avatar
Jeromy committed
1 2 3 4
go-addr-util
==================

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
Richard Littauer's avatar
Richard Littauer committed
5
[![](https://img.shields.io/badge/project-libp2p-blue.svg?style=flat-square)](http://github.com/libp2p/libp2p)
Jeromy's avatar
Jeromy committed
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![Coverage Status](https://coveralls.io/repos/github/libp2p/go-addr-util/badge.svg?branch=master)](https://coveralls.io/github/libp2p/go-addr-util?branch=master)
[![Travis CI](https://travis-ci.org/libp2p/go-addr-util.svg?branch=master)](https://travis-ci.org/libp2p/go-addr-util)

> Address utilities for libp2p swarm.

## Table of Contents

- [Install](#install)
- [Contribute](#contribute)
- [License](#license)

## Install

```sh
make install
```

## Contribute

Richard Littauer's avatar
Richard Littauer committed
26 27 28
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/go-addr-util/issues)!

Check out our [contributing document](https://github.com/libp2p/community/blob/master/CONTRIBUTE.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to libp2p are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
Jeromy's avatar
Jeromy committed
29 30 31 32 33

Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

Richard Littauer's avatar
Richard Littauer committed
34
[MIT](LICENSE) © Jeromy Johnson