From 860623bf0f1631247fe5fc39db67bf79f585a18b Mon Sep 17 00:00:00 2001 From: aaravm Date: Sun, 25 Aug 2024 18:49:59 +0530 Subject: [PATCH] minor change to docs --- taptrade-cli-demo/docs/rpc_node.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/taptrade-cli-demo/docs/rpc_node.md b/taptrade-cli-demo/docs/rpc_node.md index 2187f2a..6d04e15 100644 --- a/taptrade-cli-demo/docs/rpc_node.md +++ b/taptrade-cli-demo/docs/rpc_node.md @@ -1,19 +1,19 @@ -# RPC Node +# Regtest Node -This folder contains the documentation for setting up and using the RPC Node in the TapTrade Core repository. +This folder contains the documentation for setting up and using the Regtest Node in the TapTrade Core repository. Any developer can use this to test this repository in an isolated Regtest node. ## Prerequisites -Before using the RPC Node, make sure you have the following prerequisites installed: +Before using the Regtest Node, make sure you have the following prerequisites installed: - docker - docker compose ## Installation -To install the RPC Node, follow these steps: +To install the Regtest Node, follow these steps: 1. Clone the TapTrade Core repository to your local machine. @@ -44,14 +44,6 @@ To install the RPC Node, follow these steps: docker ps ``` -## Usage - -The mine-blocks.sh script is designed to automatically create a wallet, generate initial blocks, and then continue generating blocks at intervals. -``` -docker exec -it bitcoin ./mine-blocks.sh bcrt1pcc5nx64a9d6rpk5fkvr6v2lnk06cwxqmgpv3894ehgwkeeal2qusjgjrk3 -``` - - ## API Documentation 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. \ No newline at end of file