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.
- Host: GitHub
- URL: https://github.com/rustyneuron01/Bitcoin-RBF
- Owner: FCBtc1116
- Created: 2024-07-17T07:44:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-17T07:49:03.000Z (over 1 year ago)
- Last Synced: 2024-11-16T01:30:20.116Z (about 1 year ago)
- Topics: bitcoin, bitcoinjs-lib, rbf
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```