Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coinfabrik/raw-blockchain-get-balance-tutorial

This is from a tutorial to get the balance of a given address by reading the raw blockchain data.
https://github.com/coinfabrik/raw-blockchain-get-balance-tutorial

Last synced: about 9 hours ago
JSON representation

This is from a tutorial to get the balance of a given address by reading the raw blockchain data.

Awesome Lists containing this project

README

        

# Getting address balances from raw blockchain data in NodeJS
This is from a tutorial to get the balance of a given address by reading the raw blockchain data.

# Setup

Set bitcoinDataDir to your bitcoin data directory in config.js (If you're using Linux and are using the default data directory, you may leave it as it is)

# Install dependencies

**npm install**

# Run it

**node lookup \**