Categorygithub.com/csunny/dpos
repositorypackage
0.2.0
Repository: https://github.com/csunny/dpos.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Implement a simple blockchain use dpos algorithm

Architecture Design

  • Create a P2P Conn-pool
  • BlockChain Generate
  • Node Manage And Vote
  • Pick Node
  • Write Block On Blockchain

Build

go build -o build/dpos main/dpos.go

RUN

git clone [email protected]:csunny/dpos.git

cd dpos    // 切换到源码路径下
go build main/dpos.go

connect multi peer

./dpos new --port 3000 --secio

Vote

./dpos vote -name QmaxEdbKW4x9mP2vX15zL9fyEsp9b9yV48zwtdrpYddfxe -v 30

Document

Doc

Licence

MIT