Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions packages/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ cd monorepo
# Install the dependencies
npm install

# Move to node folder
cd packages/node

# Build the docker image
npm run build-node
```
Expand All @@ -70,9 +67,10 @@ cp chain-setup/ltc/regtest/litecoin.conf.example litecoin.conf
npm run up
```

The node will create a `data` folder in the `packages/node` directory. This folder contains the blockchain data and the database.
</font>

The node will create the docker volumes in the `packages/node/chain-setup/**` directory of the selected chain and network. This folder contains the blockchain data and the database.

### Run the Tests

You can run the integration tests with the command below.
Expand Down