@fastxyz/embedded-wallet
v0.1.1
Published
First-party embedded passkey wallet runtime for FAST.
Keywords
Readme
@fastxyz/embedded-wallet
First-party embedded passkey wallet runtime for FAST.
This package owns browser-side embedded wallet orchestration:
- WebAuthn registration and assertion flows
- embedded account bootstrap
- delegated access-key lifecycle
- delegated transaction submission
- a concrete embedded wallet adapter contract
It is intentionally separate from:
app.fast.xyzproduct UI@fastxyz/fast-connectoradapter contract and normalization layer@fastxyz/sdksigner/provider/account-client primitives
Current Status
This repository currently contains the initial package scaffold and public API boundary.
The adapter contract is defined locally for now because the published @fastxyz/fast-connector package does not yet include the embedded-wallet extensions needed by this runtime. Once the connector release catches up, this package should align to the shared exported contract instead of maintaining a mirrored local one.
