Parallel Digital Universe 
Golang implementation of PDU.
PDU
PDU is a decentralized identity-based social network, please read the WhitePaper on github.com/pdupub/Documentation for more details.
Usage
Parallel Digital Universe
A decentralized identity-based social network
Website: https://pdu.pub
Usage:
pdu [command]
Available Commands:
account Account generate or inspect
console Console of pdu
create Create a new PDU Universe
help Help about any command
start Start to run PDU Universe
Flags:
-h, --help help for pdu
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 and run:
make install && pdu start
Contributing
- Fork the repository on GitHub to start making your changes to the master branch
- Write a test which shows that the bug was fixed or that the feature works as expected
- Send a pull request and bug the maintainer until it gets merged and published