Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coinfabrik/raw-blockchain-get-balance-tutorial
- Owner: CoinFabrik
- Created: 2015-12-17T19:17:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T19:27:11.000Z (about 9 years ago)
- Last Synced: 2023-02-28T21:11:33.013Z (almost 2 years ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 \**