Welcome to Updated Bitgesell JavaScript Tutorials

Bitgesell Logo

For the Web and Node.js

Prerequisites

Introduction

This tutorial covers the following areas:

1. Wallet

Wallet

2. Transactions

Transactions

3. UTXOs

UTXOs

4. Balances

Balances

5. Explorer

Explorer

6. RPC

Bitgesell RPC

Examples

All examples are under the src/ directory, with each tutorial provided in its respective subdirectory.

How to Run Each Example

Ensure the following are installed:

Running an Example

Navigate to the tutorial directory and run:

cd src/wallet
node index.js

Feel free to modify and play around with the functions to observe the console outputs.