Cryptocurrency wallet for Tezos blockchain as Web Extension for your Browser.
Providing ability to manage NFT, XTZ tokens and interact with dApps.
You can install Thanos Wallet right now: https://thanoswallet.com/download.
49 & later ✔ | 52 & later ✔ | Latest ✔ | 36 & later 🔜 | 79 & later 🔜 | Latest 🔜 | Latest 🔜 |
Ensure you have:
Then run the following:
git clone https://github.com/madfish-solutions/thanos-wallet && cd thanos-wallet
yarn
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
yarn start
Runs the extension in the development mode for Chrome target.
It's recommended to use Chrome for developing.