Introduction
WASP
Key Features
Architecture Overview
Communication Flow
Frontend (main.js) <-> Host Simulation <-> WebAssembly AgentProject Structure
Last updated
Frontend (main.js) <-> Host Simulation <-> WebAssembly AgentLast updated
Copywasp-project/
├── host/ # Blockchain node simulation
├── agent-template/ # Agent development environment
| └── src/
│ ├── lib/ # Core agent functionality
│ ├── utils/ # Utility functions
│
└── main.js # User interface