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.
Before running the project, ensure all dependencies are installed by executing:
go mod tidygo run main.gomakegolangci-lint run # to identify all the issues
golangci-lint run --fix # to automatically fix the fixable issues