@yamo/cli 1.0.6 → 1.0.7
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 💻 YAMO CLI (
|
|
1
|
+
# 💻 YAMO CLI [](https://www.npmjs.com/package/@yamo/cli)
|
|
2
2
|
|
|
3
3
|
The Command Line Interface for the YAMO Protocol. Now powered by `@yamo/core`.
|
|
4
4
|
|
|
@@ -18,7 +18,7 @@ Set environment variables or create a `.env` file:
|
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
20
|
CONTRACT_ADDRESS=0x3c9440fa8d604E732233ea17095e14be1a53b015
|
|
21
|
-
RPC_URL=https://rpc.
|
|
21
|
+
RPC_URL=https://ethereum-sepolia-rpc.publicnode.com
|
|
22
22
|
PRIVATE_KEY=0xYOUR_PRIVATE_KEY
|
|
23
23
|
|
|
24
24
|
# IPFS Settings (optional)
|
|
@@ -30,7 +30,7 @@ PINATA_JWT=your_pinata_jwt_if_using_real_ipfs
|
|
|
30
30
|
|
|
31
31
|
**Sepolia Testnet (default):**
|
|
32
32
|
- Contract: `0x3c9440fa8d604E732233ea17095e14be1a53b015`
|
|
33
|
-
- RPC: `https://rpc.
|
|
33
|
+
- RPC: `https://ethereum-sepolia-rpc.publicnode.com` (free public RPC)
|
|
34
34
|
|
|
35
35
|
**Local Development:**
|
|
36
36
|
- Contract: Deploy using `@yamo/contracts`
|