Skip to content

A decentralized peer-to-peer broadcast network.

Notifications You must be signed in to change notification settings

liu369794992/go-revolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-revolver

Build Status

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

About

A decentralized peer-to-peer broadcast network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%