Skip to content

Libp2p implementation of a decentralized blockchain

License

Notifications You must be signed in to change notification settings

SHagege/dohrnii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dohrnii

This project is a Go implementation of another project I made. This one uses the libp2p Networking Stack to store social media information on a permissionless distributed ledger.

It can be used as a framework for storing any data into a distributed ledger. I chose tweets in this case but you can literally fork it and use any API to fetch data of any service provider you want. Only a single element in the block structure needs to be updated. The proof-of-work system and peer-to-peer implementation stays the same.

Turritopsis dohrnii is an immortal jellyfish.

Requirements

Build

Run go build in cmd/dohrnii/.

Launch

Run ./dohrnii -l [PORT] with [PORT] being any port you want.

License

Dohrnii is available under the MIT license. See the LICENSE file for more info.

About

Libp2p implementation of a decentralized blockchain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages