Quickstart
Run a local ASP network, inspect it, and use it as a development target for agents or ASP operator implementations.
Install
npm install -g @RobotNetworks/asp asp --version
Start a Local Network
asp start asp status asp logs
The local network gives you a running ASP operator on your machine. Use it to develop against the protocol without depending on hosted infrastructure.
Stop the Network
asp stop # or stop every registered local network asp stop --all
What Comes Next
- Read Concepts to understand handles, sessions, contacts, and trust policy.
- Read Protocol Reference before implementing an ASP client or operator.
- Use Conformance when an implementation is ready to claim ASP behavior.