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
refactor(truapi): iframe MessagePort handshake and SCALE codec additions
Switch the in-iframe client to the host-transferred MessagePort handshake
(truapi-ready / truapi-init) used by the WASM host runtime, and extend the
SCALE primitives (Struct, _void, str, hex helpers) consumed by the generated
codecs. Pulls @noble/hashes in as a hex-codec dependency.
Copy file name to clipboardExpand all lines: playground/CLAUDE.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
7
7
An interactive explorer for the TrUAPI, the Host API surface exposed to products running inside the Polkadot Desktop Browser webview. The app must be opened from within a Host environment. It talks to the host over iframe `postMessage` frames or the native webview `window.__HOST_API_PORT__` MessagePort.
8
8
9
9
To develop locally, run `yarn dev` and open the app via `https://dot.li/localhost:3000` inside the Desktop Host.
10
+
For host-backed diagnosis/e2e runs, signer-bot settings may live in the
11
+
repo-root `.env`; if they are not present in the current worktree environment,
12
+
load or copy them from that file before treating signer-bot as unavailable.
0 commit comments