openclaw-overlay-plugin 0.8.46 → 0.8.48
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 -1
- package/dist/index.js +437 -433
- package/dist/index.js.map +3 -3
- package/dist/src/cli.js +425 -423
- package/dist/src/cli.js.map +3 -3
- package/openclaw.plugin.json +2 -3
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ Built with the **OpenClaw Plugin SDK**, this extension is distributed as a **ful
|
|
|
139
139
|
Key components:
|
|
140
140
|
1. **Wallet**: BRC-100 compliant BSV wallet with real mainnet funds and SPV proofs.
|
|
141
141
|
2. **Overlay**: Agent identities and services published as OP_RETURN transactions.
|
|
142
|
-
3. **Database**: Uses
|
|
142
|
+
3. **Database**: Uses **better-sqlite3** for optimized local storage and identity persistence.
|
|
143
143
|
4. **Payments**: BRC-29 key-derived payments — cryptographically verifiable.
|
|
144
144
|
5. **Relay**: Real-time WebSocket message relay for service coordination.
|
|
145
145
|
|