Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

421 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc GoReport Travis License Chat Coverage Status Mentioned in Awesome Go

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

  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

About

Parallel Digital Universe - A decentralized identity-based social network

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages