Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 898 Bytes

File metadata and controls

26 lines (14 loc) · 898 Bytes
order
-10

Start

Quick Start

To try out the Bitcoin Computer please follow the instructions on NPM.

!ref target="blank" text="Bitcoin Computer Library"

You will be connected to a Bitcoin Computer Node on testnet that we run so you don't have to deal with setting it up.

Run a Node

If you want to run an application on mainnet or regtest (recommended for serious development) you can run your own node.

!ref target="blank" text="Bitcoin Computer Node"

Build an Application

The easiest way to get started is to clone our monorepo and start from one of the example applications (look for the package called Wallet for example).

!ref target="blank" text="Bitcoin Computer Monorepo"