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 →
Top 23 TypeScript Wallet Projects
-
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
-
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.
-
wallet
Bitpay Wallet (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices.
-
-
-
-
app-monorepo
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
-
-
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.
-
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.
-
-
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.
-
-
-
-
-
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.
-
-
-
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.
-
-
-
-
airgap-wallet
The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.
-
-
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.
TypeScript Wallet discussion
TypeScript Wallet related posts
-
INTEGRATION OF DAPPS WITH MODE: WALLET AND SMART CONTRACTS | PART 1: CONNECTING THE WALLET
-
In the search of best crypto wallet
-
Get wallet address for multiple chains in cosmos app chains
-
How To Setup a Multi-Signature Wallet with Safe (prev. Gnosis Safe) on Mode
-
Introducing Open Source Super app "Ethora Engine"
-
Integrate Gnosis Safe into your React Web3 App
-
If there is a next generation crypto wallet, what are you expecting from it?
-
A note from our sponsor - SurveyJS
surveyjs.io | 15 May 2025
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 |