@faremeter/wallet-crossmint
v0.15.0
Published
Crossmint custodial smart wallet integration for Faremeter payments
Readme
@faremeter/wallet-crossmint
Crossmint custodial wallet integration for Faremeter payments on Solana.
Installation
pnpm install @faremeter/wallet-crossmintFeatures
- Custodial wallet support
- No private key management required
- Crossmint API integration
- Solana network support
API Reference
Functions
createCrossmintWallet
| Function | Type |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| createCrossmintWallet | (network: string, crossmintApiKey: string, crossmintWalletAddress: string) => Promise<{ network: string; publicKey: PublicKey; sendTransaction: (tx: VersionedTransaction) => Promise<...>; }> |
Related Packages
- @faremeter/payment-solana - Solana payment handler
- @faremeter/fetch - Client fetch wrapper
License
LGPL-3.0-only
