File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
- # RPC Node
1
+ # Regtest Node
2
2
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.
4
4
5
5
Any developer can use this to test this repository in an isolated Regtest node.
6
6
7
7
## Prerequisites
8
8
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:
10
10
11
11
- docker
12
12
- docker compose
13
13
14
14
## Installation
15
15
16
- To install the RPC Node, follow these steps:
16
+ To install the Regtest Node, follow these steps:
17
17
18
18
1 . Clone the TapTrade Core repository to your local machine.
19
19
@@ -44,14 +44,6 @@ To install the RPC Node, follow these steps:
44
44
docker ps
45
45
```
46
46
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
-
55
47
## API Documentation
56
48
57
49
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.
You can’t perform that action at this time.
0 commit comments