Skip to content

twostack/smaugee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin UTXO & Merkle Proof Viewer

A simple web application that allows users to view UTXOs and their corresponding merkle proofs for any Bitcoin address.

Features

  • Input any Bitcoin address
  • View all UTXOs associated with the address
  • See merkle proofs for each UTXO
  • Printer-friendly output format

Deployment Instructions (Render.com)

  1. Create a new account on Render.com

  2. Click "New +" and select "Web Service"

  3. Connect your GitHub repository

  4. Fill in the following details:

    • Name: bitcoin-utxo-viewer (or your preferred name)
    • Environment: Node
    • Build Command: npm install
    • Start Command: node server.js
  5. Click "Create Web Service"

That's it! Render will automatically deploy your application and provide you with a URL.

Local Development

  1. Install dependencies:
npm install
  1. Start the server:
node server.js
  1. Open http://localhost:3000 in your browser

Environment Variables

  • PORT: Port number (default: 3000)
  • NODE_ENV: Set to 'production' in production environment

About

UTXO & Merkle Proof Retriever

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published