@waiaas/sdk 2.4.0-rc.2 → 2.4.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,6 +146,7 @@ Enabled by default (`admin_ui = true` in config.toml).
|
|
|
146
146
|
| [Security Model](docs/security-model.md) | Authentication, policy engine, Kill Switch, AutoStop |
|
|
147
147
|
| [Deployment Guide](docs/deployment.md) | Docker, npm, configuration reference |
|
|
148
148
|
| [API Reference](docs/api-reference.md) | REST API endpoints and authentication |
|
|
149
|
+
| [Wallet SDK Integration](docs/wallet-sdk-integration.md) | Integration guide for wallet developers |
|
|
149
150
|
| [Why WAIaaS?](docs/why-waiaas/) | Background on AI agent wallet security |
|
|
150
151
|
| [Contributing](CONTRIBUTING.md) | Development setup, code style, testing, PR guidelines |
|
|
151
152
|
|