All Projects → trezor → trezor-wallet

trezor / trezor-wallet

Licence: other
⚠️ OBSOLETE. DO NOT USE! Use https://github.com/trezor/trezor-suite instead

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to trezor-wallet

Trezor Mcu
🔒 Don't use this repo, use the new monorepo instead:
Stars: ✭ 315 (+1160%)
Mutual labels:  trezor, wallet
Purser
Interact with Ethereum wallets easily
Stars: ✭ 76 (+204%)
Mutual labels:  trezor, wallet
Trezor Suite
🍬 Trezor Suite Monorepo
Stars: ✭ 144 (+476%)
Mutual labels:  trezor, wallet
templewallet-mobile
📱🔐💰 Mobile cryptocurrency wallet for Tezos blockchain.
Stars: ✭ 27 (+8%)
Mutual labels:  wallet
MyHbarWallet
🟩 MyHbarWallet is a free, client-side interface helping you interact with Hedera™ Hashgraph.
Stars: ✭ 52 (+108%)
Mutual labels:  wallet
wallet
The official repository for the Valora mobile wallet, a digital wallet for the Celo network.
Stars: ✭ 76 (+204%)
Mutual labels:  wallet
NEMPay
Adaptable Android & iOS Mosaic Wallet for NEM Blockchain
Stars: ✭ 36 (+44%)
Mutual labels:  wallet
SumoGUIWallet
Sumokoin GUI Wallet
Stars: ✭ 38 (+52%)
Mutual labels:  wallet
keplr-wallet
The most powerful wallet for the Cosmos ecosystem and the Interchain
Stars: ✭ 321 (+1184%)
Mutual labels:  wallet
nodejs-passdock
PassDock API methods for iOS Wallet (PassBook)
Stars: ✭ 13 (-48%)
Mutual labels:  wallet
mnemonic-sdk
Mnemonic bip39 bip32 bip44 生成助记词 私钥
Stars: ✭ 25 (+0%)
Mutual labels:  wallet
desktop
CoinApp is a simple to use minimal Cryptocurrency Wallet for Ethereum, ERC20 Tokens, Bitcoin and Litecoin built for Windows, Mac and Linux.
Stars: ✭ 60 (+140%)
Mutual labels:  wallet
Bismuth-FAQ
[Reference] Official Bismuth Crypto-currency FAQs
Stars: ✭ 13 (-48%)
Mutual labels:  wallet
RetroXRBWallet
No description or website provided.
Stars: ✭ 13 (-48%)
Mutual labels:  wallet
3id-connect
Authentication system for Ceramic apps that works with blockchain wallets.
Stars: ✭ 76 (+204%)
Mutual labels:  wallet
meu kumbu
💵Meu Kumbu 💰 (Means My Money) is a template app that people can use to build their owns Wallet 🤑 or a mobile 🏦 banking app.
Stars: ✭ 55 (+120%)
Mutual labels:  wallet
goar
Arweave http client and wallet implemented in go, Arweave SDK
Stars: ✭ 60 (+140%)
Mutual labels:  wallet
Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-48%)
Mutual labels:  wallet
PhantasmaChain
Blockchain with native storage and smart contract integration.
Stars: ✭ 74 (+196%)
Mutual labels:  wallet
cardano-py
Python3 lib and cli for operating a Cardano Passive Node and using the API's. (PRE-ALPHA)
Stars: ✭ 17 (-32%)
Mutual labels:  wallet

Alt text

Trezor Wallet

You can try this wallet live HERE

To install dependencies run npm install or yarn To start locally run npm run dev or yarn run dev To build the project run npm run build or yarn run build

trezor-connect

If you are implementing a new feature from 'trezor-connect' which is not deployed on npm yet follow these steps:

  1. Build trezor-connect npm module locally:
  • go to trezor-connect project
  • call yarn build:npm
  • cd npm
  1. Call yarn link to register this module
  2. go to trezor-wallet project
  3. Call yarn link trezor-connect to link registered module with trezor-wallet

Additionally you can publish trezor-connect to dev server (sisyfos.trezor.io/connect):

  1. go to trezor-connect project
  2. call make build-test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].