Skip to content

added details for default AOS module #248

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions src/guides/aoconnect/spawning-processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading