Getting Started with Bitcoin DNS
Bitcoin DNS is a decentralized domain name system built on the BSV blockchain. This guide will help you set up your development environment and start contributing.
Prerequisites
- Node.js 18+ and npm
- Git for version control
- A code editor (VS Code recommended)
- BSV wallet for blockchain interaction
- HandCash Developer Account (optional)
Installation
Clone the repository and install dependencies:
Terminal
git clone https://github.com/bitcoin-corp/bitcoin_dns.git
cd bitcoin_dns
npm installQuick Start
Start the development server:
Terminal
npm run devOpen http://localhost:3000 in your browser to see the application.