/go-revolver

A decentralized peer-to-peer broadcast network.

Primary LanguageGo

go-revolver

ddd ddd dd 11 Build Status 99

A decentralized peer-to-peer broadcast network.

Prerequisites

  • go compiler (v1.8 or later)
  • gx package management tool (v0.11 or later)

Install

Simply add the latest release to your gx dependencies.

{
    "gxDependencies": [
        {
            "hash": "QmXz8gebptKTDCWForTFiwWyzzTQ6GfH4EH39q7X9TiYao",
            "name": "go-revolver-p2p",
            "version": "0.1.0"
        }
    ]
}

Then fetch it from IPFS.

gx install

Contribute

Feel free to join in. All are welcome. Open an issue!

Acknowledgment

We thank the libp2p developers for providing us a framework to develop this library.

License

GPLv3