All Projects β†’ madfish-solutions β†’ templewallet-extension

madfish-solutions / templewallet-extension

Licence: MIT license
πŸ”πŸ’°Cryptocurrency wallet for Tezos blockchain as Web extension for your Browser.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
swift
15916 projects
HTML
75241 projects
Gherkin
971 projects

Projects that are alternatives of or similar to templewallet-extension

Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-92.61%)
Mutual labels:  wallet, defi
harbinger
Harbinger is a decentralized price oracle solution for price feeds on the Tezos network. This repository contains top level documentation for the project.
Stars: ✭ 39 (-77.84%)
Mutual labels:  tezos, defi
quipuswap-core
πŸ§™β€β™‚οΈ Repository containing QuipuSwap liquidity protocol smart-contracts written in Ligo language
Stars: ✭ 48 (-72.73%)
Mutual labels:  tezos, defi
app-monorepo
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Stars: ✭ 1,282 (+628.41%)
Mutual labels:  wallet, defi
kukai
Web wallet for the Tezos blockchain
Stars: ✭ 157 (-10.8%)
Mutual labels:  wallet, tezos
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+43.18%)
Mutual labels:  wallet, defi
quipuswap-webapp
🌐 πŸ§™β€β™‚οΈ Decentralized application UI for Quipuswap protocol.
Stars: ✭ 21 (-88.07%)
Mutual labels:  tezos, defi
templewallet-mobile
πŸ“±πŸ”πŸ’° Mobile cryptocurrency wallet for Tezos blockchain.
Stars: ✭ 27 (-84.66%)
Mutual labels:  wallet, tezos
conceal-desktop
Conceal Desktop (GUI)
Stars: ✭ 65 (-63.07%)
Mutual labels:  wallet, defi
thor-sync.electron
A browser that empowers DApps on VeChain
Stars: ✭ 52 (-70.45%)
Mutual labels:  wallet
rainbow
DeFi options comparator to detect market opportunities with CLI (Go) and web (Vue3).
Stars: ✭ 40 (-77.27%)
Mutual labels:  defi
RaiBlocksPHP
A bunch of PHP methods to build and sign transactions
Stars: ✭ 20 (-88.64%)
Mutual labels:  wallet
burstcoin-mobile
Burstcoin mobile wallet for Android and iOS https://play.google.com/store/apps/details?id=org.icewave.burstcoinwallet
Stars: ✭ 22 (-87.5%)
Mutual labels:  wallet
lamtez
An ML-inspired smart contract language, compiling to Tezos' Michelson VM
Stars: ✭ 22 (-87.5%)
Mutual labels:  tezos
web3together
πŸ—£ Public open-ended discussions about Blockchain, Web3, NFTs, DeFi, ...
Stars: ✭ 58 (-67.05%)
Mutual labels:  defi
bridge-v2
An easy way to bridge cross-chain assets between blockchains.
Stars: ✭ 88 (-50%)
Mutual labels:  defi
scpx-wallet
Scoop Wallet: Core open-source, multi-asset & cross-platform CLI
Stars: ✭ 18 (-89.77%)
Mutual labels:  wallet
factom-api
Python client library for the Factom API
Stars: ✭ 21 (-88.07%)
Mutual labels:  wallet
arcbit-web
arcbit - web wallet http://arcbit.io
Stars: ✭ 31 (-82.39%)
Mutual labels:  wallet
gwallet
gwallet is a minimalistic and pragmatist opensource lightweight crossplatform brainwallet for people that want to hold the most important cryptocurrencies in the same application with ease and peace of mind
Stars: ✭ 26 (-85.23%)
Mutual labels:  wallet

Temple - Tezos Wallet

Cryptocurrency wallet for Tezos blockchain as Web Extension for your Browser.
Providing ability to manage NFT, tez tokens and interact with dApps.

Temple Wallet


▢️ Install

You can install Temple Wallet right now: https://templewallet.com/download.

Browser Support

Chrome Firefox Brave Opera Edge
49 & later βœ” 52 & later βœ” Latest βœ” 36 & later βœ” 79 & later βœ”

πŸš€ Quick Start

Ensure you have:

  • Node.js 10 or later installed
  • Yarn v1 or v2 installed

Then run the following:

1) Clone the repository

git clone https://github.com/madfish-solutions/templewallet-extension && cd templewallet-extension

2) Install dependencies

yarn

3) Build

Builds the extension for production to the dist folder.
It correctly bundles in production mode and optimizes the build for the best performance.

# for Chrome by default
yarn build

Optional for different browsers:

# for Chrome directly
yarn build:chrome
# for Firefox directly
yarn build:firefox
# for Opera directly
yarn build:opera

# for all at once
yarn build-all

4) Load extension to your Browser

TempleWallet_Load

🧱 Development

yarn start

Runs the extension in the development mode for Chrome target.
It's recommended to use Chrome for developing.

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].