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

https://github.com/rustyneuron01/Bitcoin-RBF

This is backend what we can do RBF in bitcoin network.
https://github.com/rustyneuron01/Bitcoin-RBF

bitcoin bitcoinjs-lib rbf

Last synced: 4 months ago
JSON representation

This is backend what we can do RBF in bitcoin network.

Awesome Lists containing this project

README

          

# BTC RBF Transfer

This Backend provides RBF in Bitcoin network. You can tx RBF use this Node Backend.

## Technologies Used

- **Node.js**: A JavaScript runtime environment for building scalable and efficient server-side applications.
- **Bitcoinjs-lib.js**: A minimalist web framework for Node.js, providing a robust set of features for web and mobile applications.

## Getting Started

1. **Clone the repository**:

```
git clone https://github.com/FCBtc1116/Bitcoin-RBF.git
```

2. **Install dependencies**:

```
cd your-project
npm install
```
3. **Start the server**:

```
npm start
```