@3rd-eye-labs/openmm 0.1.4 → 0.1.5
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,8 +23,8 @@ This toolkit aims to improve liquidity for Cardano projects, reduce trading spre
|
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
25
|
# 1. Install & Setup OpenMM
|
|
26
|
-
npm install -g openmm
|
|
27
|
-
npx openmm setup
|
|
26
|
+
npm install -g @3rd-eye-labs/openmm
|
|
27
|
+
npx @3rd-eye-labs/openmm setup
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
The setup wizard will:
|
|
@@ -45,7 +45,7 @@ Configures Claude Desktop, Claude Code, Cursor, or Windsurf to use OpenMM tools.
|
|
|
45
45
|
### Verify Installation
|
|
46
46
|
|
|
47
47
|
```bash
|
|
48
|
-
openmm balance --exchange mexc
|
|
48
|
+
npx @3rd-eye-labs/openmm balance --exchange mexc
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
Or ask your AI agent: *"What is my balance on MEXC?"*
|