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

Tweed SDKs

Libraries and tools for utilizing your tweed integration

PreviousAML & KYC Policy OverviewNextcore-react

Last updated 11 months ago

Tweed provides comprehensive web client SDKs that encompass all the features and products Tweed offers. These SDKs enable native wallet creation within your platform, leverage Tweed's OAuth provider for seamless app access management, and integrate solutions to offer your application wallet-based and social authentication.

Our SDKs support a wide range of web integrations. For framework-based projects, opt for our React, Next.js or Vue integrations. For vanilla-js environments such as WordPress, use the core-js integration. Additionally, Tweed SDKs are designed for effortless integration with popular web3 libraries like ethers and Wagmi, right out of the box.

Cover

core-js

WordPress plain HTML/JavaScript projects

core-js
Cover

core-react

for react based projects

core-react
Cover

core-vue

for vue based projects

core-vue
Cover

wagmi connector

for wagmi based projects

Wagmi connector