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:
auto Auto Initialize PDU
ck Create keystores
help Help about any command
init Initialize PDU
send Send hello msg to node
start Start run node
test Test some tmp func
upload Upload file to node
Flags:
--db string path of database (default "pdu.db")
-h, --help help for pdu
--nodes string node list
--port int port to start server or send msg (default 1323)
--projectPath string project root path (default "./")
--url string target url (default "http://127.0.0.1")
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
- 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