TypeScript Wallet

Open-source TypeScript projects categorized as Wallet

Top 23 TypeScript Wallet Projects

  1. appkit

    The full stack toolkit to build onchain app UX

    Project mention: INTEGRATION OF DAPPS WITH MODE: WALLET AND SMART CONTRACTS | PART 1: CONNECTING THE WALLET | dev.to | 2024-12-10

    // context/index.tsx 'use client' import { wagmiAdapter, projectId } from '../config' import { QueryClient, QueryClientProvider } from '@tanstack/react-query' import { createAppKit } from '@reown/appkit/react' import { mainnet, sepolia, mode, modeTestnet } from '@reown/appkit/networks' import React, { type ReactNode } from 'react' import { cookieToInitialState, WagmiProvider, type Config } from 'wagmi' // Set up queryClient const queryClient = new QueryClient() if (!projectId) { throw new Error('Project ID is not defined') } // Set up metadata const metadata = { name: 'mode-chain', description: 'AppKit Example', url: 'https://reown.com/appkit', // origin must match your domain & subdomain icons: ['https://assets.reown.com/reown-profile-pic.png'] } // Create the modal const modal = createAppKit({ adapters: [wagmiAdapter], projectId, networks: [mainnet, sepolia, mode, modeTestnet], defaultNetwork: mainnet, metadata: metadata, features: { analytics: true, // Optional - defaults to your Cloud configuration } }) function ContextProvider({ children, cookies }: { children: ReactNode; cookies: string | null }) { const initialState = cookieToInitialState(wagmiAdapter.wagmiConfig as Config, cookies) return ( {children}QueryClientProvider> WagmiProvider> ) } export default ContextProvider

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. wallet

    Bitpay Wallet (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices.

  4. extension

    Taho, the community owned and operated Web3 wallet.

  5. react-native-graph

    📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia

  6. safe-smart-account

    Safe allows secure management of blockchain assets.

    Project mention: In the search of best crypto wallet | news.ycombinator.com | 2024-12-01
  7. app-monorepo

    Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.

  8. wallet-adapter

    Modular TypeScript wallet adapters and components for Solana applications.

  9. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  10. apps

    Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.

  11. walletconnect-monorepo

    WalletConnect Monorepo

  12. MyCrypto

    MyCrypto is an open-source tool that allows you to manage your Ethereum accounts privately and securely. Developed by and for the community since 2015, we’re focused on building awesome products that put the power in people’s hands.

  13. covidpass

    Web app for adding EU Digital COVID Certificates to your wallet apps

  14. passkit-generator

    The easiest way to generate custom Apple Wallet passes in Node.js

  15. web3-onboard

    Client library to onboard users to web3 apps

  16. trezor-suite

    Trezor Suite Monorepo

  17. keplr-wallet

    The most powerful wallet for the Cosmos ecosystem and the Interchain

    Project mention: Get wallet address for multiple chains in cosmos app chains | dev.to | 2024-06-07

    In the Cosmos ecosystem, each chain has its own specific prefix for Bech32 addresses. When you connect your Keplr wallet to a Cosmos SDK-based chain, you receive a wallet address specific to that chain. However, the underlying public key remains the same across these chains, and you can derive the addresses for other chains by converting the address prefix.

  18. pass-js

    Apple Wallet Passes generating library for Node.JS

  19. argent-x

    ArgentX browser extension for StarkNet - made with ❤️ by Argent

  20. lightning-browser-extension

    The Bitcoin Lightning Browser Extension that brings deep Lightning & Nostr integration to the web. Wallet interface to multiple lightning nodes and key signer for Nostr, Liquid and onchain use.

  21. MultiCurrencyWallet

    Bitcoin, Ethereum, ERC20 crypto wallets with 0x and atomic swap exchange.

  22. edge-react-gui

    Edge React Native GUI for iOS and Android

  23. firefly

    The official IOTA and Shimmer wallet (by iotaledger)

  24. airgap-wallet

    The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.

  25. web-examples

    Wallet and dapp examples implementing WalletConnect v2

  26. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Wallet discussion

Log in or Post with

TypeScript Wallet related posts

  • INTEGRATION OF DAPPS WITH MODE: WALLET AND SMART CONTRACTS | PART 1: CONNECTING THE WALLET

    1 project | dev.to | 10 Dec 2024
  • In the search of best crypto wallet

    1 project | news.ycombinator.com | 1 Dec 2024
  • Get wallet address for multiple chains in cosmos app chains

    1 project | dev.to | 7 Jun 2024
  • How To Setup a Multi-Signature Wallet with Safe (prev. Gnosis Safe) on Mode

    2 projects | dev.to | 23 May 2024
  • Introducing Open Source Super app "Ethora Engine"

    1 project | dev.to | 9 May 2024
  • Integrate Gnosis Safe into your React Web3 App

    2 projects | dev.to | 23 Apr 2024
  • If there is a next generation crypto wallet, what are you expecting from it?

    3 projects | news.ycombinator.com | 2 Jan 2024
  • A note from our sponsor - SurveyJS
    surveyjs.io | 15 May 2025
    Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more. Learn more →

Index

What are some of the best open-source Wallet projects in TypeScript? This list will help you:

# Project Stars
1 appkit 5,133
2 wallet 3,859
3 extension 3,150
4 react-native-graph 2,226
5 safe-smart-account 1,996
6 app-monorepo 1,930
7 wallet-adapter 1,800
8 apps 1,791
9 walletconnect-monorepo 1,535
10 MyCrypto 1,384
11 covidpass 1,172
12 passkit-generator 1,038
13 web3-onboard 893
14 trezor-suite 840
15 keplr-wallet 806
16 pass-js 713
17 argent-x 638
18 lightning-browser-extension 551
19 MultiCurrencyWallet 513
20 edge-react-gui 490
21 firefly 488
22 airgap-wallet 474
23 web-examples 469

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?