bitcoinjs-lib

(β˜… 5,997)

A javascript Bitcoin library for node.js and browsers.

  • .gitignore
  • .mocharc.json
  • .nsprc
  • .prettierignore
  • .prettierrc.json
  • CHANGELOG.md
  • CONTRIBUTING.md
  • eslint.config.js
  • fixup.cjs
  • LICENSE
  • package-lock.json
  • package.json
  • README.md
  • tsconfig.base.json
  • tsconfig.cjs.json
  • tsconfig.json
  • typedoc.json

# Installation Guide

1. Get the code
git clone https://github.com/bitcoinjs/bitcoinjs-lib

Downloads the entire project code from GitHub to your computer.

cd bitcoinjs-lib

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
**WARNING**: We presently don't provide any tooling to verify that the release on `npm` matches GitHub. As such, you should verify anything downloaded by `npm` against your own verified copy.

Type this command into your terminal and run it.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation