@goplausible/openclaw-algorand-plugin 1.7.0 ā 1.7.1
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/index.ts +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -344,8 +344,8 @@ export default function register(api: PluginApi) {
|
|
|
344
344
|
async () => {
|
|
345
345
|
console.log("\nš· Algorand plugin installed!\n");
|
|
346
346
|
console.log(" This plugin provides:");
|
|
347
|
-
console.log(" ā¢
|
|
348
|
-
console.log(" ⢠algorand-mcp server (
|
|
347
|
+
console.log(" ⢠9 Algorand skills (Algorand development in TS and Python, x402, MCP interaction, alpha arcade interaction, haystack router development and interaction)");
|
|
348
|
+
console.log(" ⢠algorand-mcp server (~100 blockchain tools via mcporter)\n");
|
|
349
349
|
console.log(" Next steps:");
|
|
350
350
|
console.log(" 1. Run `openclaw algorand-plugin init` ā configure mcporter + add plugin memory");
|
|
351
351
|
console.log(" 2. Run `openclaw algorand-plugin setup` ā configure options & add to allow list");
|
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "openclaw-algorand-plugin",
|
|
3
3
|
"name": "Algorand Integration",
|
|
4
4
|
"description": "Algorand blockchain integration with MCP and skills ā by GoPlausible",
|
|
5
|
-
"version": "1.7.
|
|
5
|
+
"version": "1.7.1",
|
|
6
6
|
"skills": [
|
|
7
7
|
"skills/algorand-development",
|
|
8
8
|
"skills/algorand-typescript",
|