Skip to content

🔐💰Cryptocurrency wallet for Tezos blockchain as Web extension for your Browser.

License

Notifications You must be signed in to change notification settings

derincestay/GrapeDuck-extension

 
 

Repository files navigation

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) Create .env file

Make copy of .env.dist and do changes if needed.

4) 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

5) 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.

About

🔐💰Cryptocurrency wallet for Tezos blockchain as Web extension for your Browser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.0%
  • JavaScript 1.6%
  • Other 1.4%