Tweed Docs
  • Welcome to Tweed
    • What Can Tweed Do?
  • Getting Started
    • Embedded Wallets | WaaS
    • Token Checkout | Payments
      • Flow of Funds: Purchase to Settlement
      • Token Checkout
      • Legacy Token Checkout
        • Basic Checkout Integration
        • Checkout + WaaS + Auth
        • Features
          • Payment links
          • Whitelist
          • Flow of Funds
          • Apple & Google Pay
          • AML & KYC Policy Overview
  • Developer Tools
    • Tweed SDKs
      • core-react
        • useAuth
        • useWallet
        • useTweed
        • usePayments
        • useWeb3
      • core-js
      • core-vue
      • Payments SDKs (v1)
        • Frontend SDKs (Payments)
        • Backend SDK (Payments)
        • How to set up your smart contract for Tweed
        • Tezos chain considerations
    • Management Dashboard
      • Create platform
      • Create application
        • UI Customization
    • Webhooks
      • Checkout Webhooks
    • API
      • API (V1)
      • API (V2)
        • Authorization
        • API reference
          • Contracts
            • Add
            • Add contract function
            • Contract
          • Payouts
            • Add
            • Payout
          • Items
            • Add
            • All
              • Contract
                • Count
              • Payout
                • Count
          • Assets
            • Blockchain
            • All
              • Blockchains
          • Blockchains
            • Multiple
            • Native asset
          • Audit event mappings
          • Platform webhooks
            • Set active
          • Tickets
        • Specification
    • External Integrations
      • Wagmi connector
      • Onramp to Crypto
    • Example Projects
    • Supported Blockchains
    • Pricing
  • Products
    • WaaS
    • Payments
Powered by GitBook
On this page
  1. Developer Tools
  2. External Integrations

Wagmi connector

Unlock Advanced Features with Tweed’s Wagmi Connector: Simplified Integration and Enhanced Security for Web3 Developers

PreviousExternal IntegrationsNextOnramp to Crypto

Last updated 11 months ago

Tweed’s new Connector makes it easier for developers using Wagmi to integrate Tweed’s solution. Wagmi, a robust toolkit, empowers developers with an open source collection of React Hooks that make it easier to interact with the Ethereum blockchain. With modular APIs, automatic type safety, and comprehensive documentation, Wagmi delivers an unparalleled experience in building Ethereum applications.

The synergy between Wagmi and Tweed is a game-changer for Web3 devs building on Ethereum. Tweed helps developers open up their applications through easy and secure web2 user onboarding. With advanced, self-custodial key management, companies can open up wallets for users behind the scenes, ensuring secure and compliant user ownership and an easy onboarding process. Tweed's wallet-as-a-service SDK encrypts private keys with secrets such as Google Single Sign On, simplifying wallet recovery without the need for a 12-word seed phrase. Users can access wallets and switch devices seamlessly through straightforward login methods, and key decryption occurs locally for enhanced security.

Wagmi developers can also take advantage of Tweed’s versatile authentication, streamlining the process by enabling users to connect their MetaMask wallets or utilize WalletConnect out of the box, and eliminating the need for multiple configurations. With everything under one roof, Tweedy enhances the user experience but also simplifies the integration of Wagmi. Developers can also unlock more features and products provided by Tweed such as the NFT and In-Platform Token Checkout, offering fiat payment methods for buyers and flexible settlement options for sellers.

To integrate, developers can view our Github and run the

Wagmi Connector example
Wagmi
Wallet-as-a-Service
LogoGitHub - paytweed/Tweed-WAGMI-Connector: This repository showcases a simple implementation of using the Tweed SDK as a connector for WagmiGitHub