Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Vite + React app that connects Para wallets, spins up a Para-backed Miden WebCli

## Notes
- Para environment is set to `Environment.BETA` in `main.tsx`; adjust if you need prod.
- The seed in `useParaMiden` is for demo purposes only; replace it for private mode or persistent accounts.
- The seed in `useParaMiden` is for demo purposes only; replace it with private mode or persistent accounts.
- If bundling complaints appear around WASM or node shims, ensure Vite plugins in `vite.config.ts` stay intact (`vite-plugin-node-polyfills`, top-level await, WASM).
2 changes: 1 addition & 1 deletion packages/use-miden-para-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Content() {
}
```

Pass a custom transaction confirmation step as the optional fourth argument if you want to show your own popup before Para signs:
Pass a custom transaction confirmation step as the optional fourth argument if you want to show your own pop-up before Para signs:

```tsx
const confirmTx = async (summary) => {
Expand Down