From 0529059f63ff3087c171033a485541a867cf27b3 Mon Sep 17 00:00:00 2001 From: JonnyRingo <92886988+Jonny-Ringo@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:35:19 -0800 Subject: [PATCH] added details for default AOS module --- src/guides/aoconnect/spawning-processes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/guides/aoconnect/spawning-processes.md b/src/guides/aoconnect/spawning-processes.md index f37c847..b064570 100644 --- a/src/guides/aoconnect/spawning-processes.md +++ b/src/guides/aoconnect/spawning-processes.md @@ -6,6 +6,11 @@ In order to spawn a Process you must have the TXID of an ao Module that has been You must also have the wallet address of a Scheduler Unit (SU). This specified SU will act as the scheduler for this Process. This means that all nodes in the system can tell that they need to read and write to this SU for this Process. You can use the address below. +### Wallet address of current AO Module + +Find the current module version and address in the header of the main AOS [github repo](https://github.com/permaweb/aos/blob/main/README.md). + + ### Wallet address of an available Scheduler ```lua