From 076a8e4d62a49f57b6804dea22b8b1d9fbc75ea9 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 21 Jul 2023 15:11:22 -0400 Subject: [PATCH] Add the requirement for a debug Serai node to running tests documentation --- docs/Getting Started.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/Getting Started.md b/docs/Getting Started.md index d0f62f42..236a84d5 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -66,9 +66,10 @@ cargo build --release --all-features Running tests requires: -- A Bitcoin regtest node -- A Monero regtest node -- A monero-wallet-rpc instance +- A properly configured Bitcoin regtest node (available via Docker) +- A properly configured Monero regtest node (available via Docker) +- A properly configured monero-wallet-rpc instance +- A debug Serai node (`cd substrate/node && cargo build`) ``` cargo test --all-features