Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WASP Node Requirements #1525

Merged
merged 2 commits into from
Mar 26, 2024
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
8 changes: 8 additions & 0 deletions docs/maintain/wasp/v1.0.0-rc.6/docs/how-tos/running-a-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ tags:

As Wasp is an INX plugin, you must run the wasp node alongside your _hornet node_. You can use the simple docker-compose setup to do so.

## Recommended Hardware Requirements

We recommend that you run the docker image on a server with:

* **CPU**: 8 core.
* **RAM**: 16 GB.
* **Disk space**: ~ 250 GB SSD, depending on your pruning configuration.

## Set Up

Clone and follow the instructions on the [node-docker-setup repo](https://github.com/iotaledger/node-docker-setup).
Expand Down
Loading