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