You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`NETWORK=local` matches the “normal” local StorageHub defaults when you boot a local network from the StorageHub repo with:
33
+
-`pnpm docker:start:solochain-evm:initialised`
34
+
- See StorageHub docs: [Spawning solochain-evm-initialised fullnet](https://github.com/Moonsong-Labs/storage-hub/tree/main/test#spawning-solochain-evm-initialised-fullnet)
35
+
- It assumes:
36
+
- MSP at `http://127.0.0.1:8080`
37
+
- EVM/Substrate RPC at `http://127.0.0.1:9888` / `ws://127.0.0.1:9888`
38
+
-**SIWE domain/uri**: these should be provided by the dApp doing SIWE (they are not “network” properties). For local testing, a dApp often runs on `localhost:3000` or `localhost:3001`.
39
+
-`localhost:3001` / `http://localhost:3001` is what the StorageHub repo’s `demo-app` (SDK examples) commonly uses.
29
40
30
41
## Commands
31
42
@@ -37,6 +48,16 @@ Network URLs/IDs are intentionally **hardcoded** in `src/networks.ts` and are co
37
48
-`pnpm test:msp-unauth` — standalone unauth MSP load test (no SIWE, no keys)
0 commit comments