⚠️PROOF OF CONCEPT:This is a demonstration version.
TokenAdminGitHub

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 install

Quick Start

Start the development server:

Terminal
npm run dev

Open http://localhost:3000 in your browser to see the application.

12:00:00 AM