send connect: rebuild with bento layout + @sigilry/react examples#10
Merged
Conversation
Replaces the inline-JSX page with a dedicated SendConnect component that matches the design language of CUSDOverview/EcosystemFund (gradient hero, dark identity tiles, three-step strip, two-column features+integrations, developer card, sigilry callout). Content pass grounded in apps/webext/README.md and the GTM brief: adds CIP-103 + EIP-6963 framing, WebAuthn PRF signing, and the full set of implemented RPC methods. Developer examples now use the idiomatic @sigilry/react hooks (CantonReactProvider, useConnect, useActiveAccount, useSubmitCommand) instead of raw window.canton.request calls.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SendConnect.tsxcomponent that matches the design language ofCUSDOverview/EcosystemFund(gradient hero + dark identity tiles, 3-step strip, two-column features+integrations, developer card, Sigilry callout).apps/webext/README.mdand the GTM brief: adds CIP-103 + EIP-6963 framing, WebAuthn PRF signing, accurate list of implemented RPC methods (connect,status,listAccounts,getPrimaryAccount,prepareExecuteAndWait,signMessage,ledgerApi).@sigilry/reacthooks (CantonReactProvider,useConnect,useActiveAccount,useSubmitCommand) instead of rawwindow.canton.request(...)calls — mirrorssigilry/examples/demo-app.<pre>withwhiteSpace: 'pre'so indentation actually renders, plus tighter line-height and padding.Test plan
/docs/send-safe/send-connectrenders at 1280×900 — hero, 3-step strip, features+integrations, dev card, callout all look correctsigilry.orglinks all wired@sigilry/reacthook names match the latest published API