Skip to content

Commit 860623b

Browse files
committed
minor change to docs
1 parent f8490a6 commit 860623b

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

taptrade-cli-demo/docs/rpc_node.md

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# RPC Node
1+
# Regtest Node
22

3-
This folder contains the documentation for setting up and using the RPC Node in the TapTrade Core repository.
3+
This folder contains the documentation for setting up and using the Regtest Node in the TapTrade Core repository.
44

55
Any developer can use this to test this repository in an isolated Regtest node.
66

77
## Prerequisites
88

9-
Before using the RPC Node, make sure you have the following prerequisites installed:
9+
Before using the Regtest Node, make sure you have the following prerequisites installed:
1010

1111
- docker
1212
- docker compose
1313

1414
## Installation
1515

16-
To install the RPC Node, follow these steps:
16+
To install the Regtest Node, follow these steps:
1717

1818
1. Clone the TapTrade Core repository to your local machine.
1919

@@ -44,14 +44,6 @@ To install the RPC Node, follow these steps:
4444
docker ps
4545
```
4646
47-
## Usage
48-
49-
The mine-blocks.sh script is designed to automatically create a wallet, generate initial blocks, and then continue generating blocks at intervals.
50-
```
51-
docker exec -it bitcoin ./mine-blocks.sh bcrt1pcc5nx64a9d6rpk5fkvr6v2lnk06cwxqmgpv3894ehgwkeeal2qusjgjrk3
52-
```
53-
54-
5547
## API Documentation
5648
5749
For detailed information on the available API endpoints and how to use them, refer to the [API documentation](./api_docs.md) file in this folder.

0 commit comments

Comments
 (0)