Skip to main content

Running an ISC Access Node

As Wasp is dependent on a L1 Node, you must run the wasp node alongside your IOTA node. You can use the simple docker-compose setup to do so.

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 wasp-docker-setup repo.

note

This is aimed at production-ready deployment. If you're looking to spawn a local node for testing/development, please see the local-setup