Use the new one
Cryptocurrency wallet for Signum blockchain platform as Web Extension for your Browser.
Providing ability to manage Signa and interact with DApps.
You can install the wallet through the Chrome Web Store or via Mozilla Add-Ons respectively.
NOTE: At this moment, the extension submission is in review. Due to the forced migration from Manifest V2 to V3 by Google, we were not able to submit the extension yet, as this is far more complicated than expected. We are working hard on this. We apologize for this inconvenience. If you cannot wait to use the wallet in Chrome and its derivates, follow the manual installation instructions:
https://github.com/signum-network/signum-xt-wallet/releases/
49 & later ✔ | 52 & later ✔ | Latest ✔ | 36 & later ✔ | 79 & later ✔ |
Ensure you have:
Just clone the code base and install the dependencies
git clone https://github.com/signum-network/signum-xt-wallet.git
cd signum-xt-wallet
yarn
Runs the extension in the development mode for Chrome target.
It's recommended to use Chrome for development.
yarn start
The project comes with a reload feature that recompiles and reload automatically on changes
- Enter
chrome://extensions/
as URL to open the Extension Manager. - Activate
Development Mode
. - Hit the
Load Unpacked
button and navigate to<...>/signum-xt-wallet/dist
, selectchrome_unpacked
and open it. - Voilà!
For deployment in the Chrome Web Store, Firefox Add-Ons, or Opera Extensions Store you need to builds the extension for production. 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
The compiled code is available under
./dist