Skip to content

bleasey/bdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B-DNS Blockchain

B-DNS is a blockchain-based decentralized DNS system using a Proof-of-Stake (PoS) consensus mechanism. It stores domain records as transactions in an immutable ledger, maintaining security and decentralization.

Instructions

Dependencies

Before running the project, ensure all dependencies are installed by executing:

go mod tidy

Run Program

go run main.go

Run Simulation

make

Run Linting

golangci-lint run  # to identify all the issues
golangci-lint run --fix # to automatically fix the fixable issues

About

A decentralized DNS using Blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors