Skip to main content

Crossmint wallet implementation for GOAT SDK

Project description

Crossmint Wallet Implementation for GOAT SDK

This package provides Crossmint wallet integration for the GOAT SDK, supporting both EVM Smart Wallets and Solana Custodial Wallets.

Features

  • EVM Smart Wallet support
  • Solana Custodial Wallet support
  • Async API client for Crossmint interactions
  • Support for multiple authentication methods (email, phone, user ID)
  • Transaction and signature management
  • Balance queries and ENS resolution

Installation

poetry add goat-sdk-wallet-crossmint

Usage

from goat_wallets.crossmint import smart_wallet_factory, custodial_factory
from crossmint.common_sdk_base import CrossmintApiClient

# Initialize Crossmint client
crossmint_client = CrossmintApiClient(...)

# Create Smart Wallet
smart_wallet = await smart_wallet_factory(crossmint_client)({
    # Required: One of the following to locate the wallet
    "address": "0x...",  # Wallet address, or use linkedUser instead:
    # "linkedUser": {
    #     "email": "user@example.com",  # Or use phone/userId
    #     # "phone": "+1234567890",
    #     # "userId": "user-id"
    # },
    "chain": "base",  # or "ethereum", etc.
    "signer": {
        "secretKey": "0x..."  # Private key for signing
    },
    "provider": "https://base-mainnet.g.alchemy.com/v2/your-api-key",
    "options": {
        "ensProvider": "https://base-mainnet.g.alchemy.com/v2/your-api-key"  # Optional: For ENS resolution
    }
})

# Create Custodial Solana Wallet
custodial_wallet = await custodial_factory(crossmint_client)({
    "connection": solana_connection,  # Solana RPC connection
    # One of the following for wallet location:
    "email": "user@example.com",
    # "phone": "+1234567890",
    # "userId": "user-id",
    # "address": "solana-address"
})

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

goat_sdk_wallet_crossmint-0.1.10.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

goat_sdk_wallet_crossmint-0.1.10-py3-none-any.whl (31.4 kB view details)

Uploaded Python 3

File details

Details for the file goat_sdk_wallet_crossmint-0.1.10.tar.gz.

File metadata

  • Download URL: goat_sdk_wallet_crossmint-0.1.10.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.16 Linux/6.8.0-1021-azure

File hashes

Hashes for goat_sdk_wallet_crossmint-0.1.10.tar.gz
Algorithm Hash digest
SHA256 71ef7d7af76fd80f045c2cc55ab839bfa524c61dcaea9abedb307307dadee3c2
MD5 bc0576c67541b34ccd2715f4370061f4
BLAKE2b-256 b695dd9a52e87bf34ee928f6ab01e54f83382d656c03e0e9b1c2d33fc6ea7abb

See more details on using hashes here.

File details

Details for the file goat_sdk_wallet_crossmint-0.1.10-py3-none-any.whl.

File metadata

File hashes

Hashes for goat_sdk_wallet_crossmint-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 ab435e2eab9255569f37e34cc7fc7773e88224a98c5cab55e5ac2a211de0d804
MD5 85c746494b2272dbf87638957d7a0c7a
BLAKE2b-256 d0a54feab59c319f7c32c155eaff30b2ddd37dbd164892dc3932e3291b1145aa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page