Skip to content

deaz/blockchain-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain-rs

Rust implementation of naivechain.

Run

docker-compose up

Add block

curl --data "data=testdata" localhost:8000/mine-block

Show blocks

curl localhost:8000/blocks

Add peer

curl --data "peer=ws://node2:3012" localhost:8000/add-peer

Show peers

curl localhost:8000/peers

About

Rust implementation of naivechain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages