Popularity
2.9
Declining
Activity
7.0
-
46
4
7

Programming language: Go
License: GNU General Public License v3.0 only
Latest version: v0.0.1

go-pdu alternatives and similar packages

Based on the "Distributed Systems" category.
Alternatively, view go-pdu alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of go-pdu or a related project?

Add another 'Distributed Systems' Package

README

Parallel Digital Universe   Tweet

GoDoc GoReport Travis [License](LICENSE) Chat Coverage Status Mentioned in Awesome Go

Golang implementation of PDU.

PDU

PDU is a decentralized social networking service, please read the WhitePaper on https://pdu.pub for more details.

Usage

Parallel Digital Universe
    A decentralized social networking service
    Website: https://pdu.pub

Usage:
  pdu [command]

Available Commands:
  ck          Create keystores
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  send        Send sampel msg to node
  start       Start run node
  test        Test some methods

Flags:
  -h, --help                 help for pdu
      --projectPath string   project root path (default "./")

Use "pdu [command] --help" for more information about a command.

Development

To copy the repository:

go get github.com/pdupub/go-pdu

OR

get clone https://github.com/pdupub/go-pdu.git

To build:

make install 

Contributing

  1. Fork the repository on GitHub to start making your changes to the master branch
  2. Write a test which shows that the bug was fixed or that the feature works as expected
  3. Send a pull request and bug the maintainer until it gets merged and published


*Note that all licence references and agreements mentioned in the go-pdu README section above are relevant to that project's source code only.