# aos

This is the source code to the aos module, this module provides developers with the capability of designing and building process on the ao network in an interactive experience. When the design is complete the developer can transfer the ownership to a DAO process or brick the ownership so that the process can never be modified.

## Build

```sh
npm run build
```

## Testing

```sh
npm test
```

## Modules

- [process](process.md)
- [handlers](handlers.md)
- [ao](ao.md)
