Verge Slim is an easy-to-use, secure, light-weight wallet for your Windows/Linux/macOS computer. With Tor integrated you can be sure your wallet communication is private! 💪
- Sending and receiving XVG
- Store addresses in an address book
- Tor integrated
- Price statistics in different fiat currencies
- Private keys are yours
- Possibility to choose your own wallet service
- Uses No-KYC Stealth Ex over Tor
If you want to help with development, use this setup:
-
Fork the project, and clone it to your local machine.
-
Use Node 22+ and npm 10 (recommended).
node -v
npm -v- Install Linux dependencies (Linux only):
Ubuntu/Debian:
sudo apt update
sudo apt install -y pkg-config libsecret-1-devRed Hat:
sudo yum install libsecret-develArch Linux:
sudo pacman -S libsecret- Install npm dependencies:
npm ci- Run a local instance with hot reload:
npm run electron:serve- Run tests locally:
npm testUse these scripts from the project root:
# Linux AppImage
npm run electron:build:linux
# Windows portable .exe from Linux
npm run electron:build:winArtifacts are written to dist_electron/.
Some Linux environments require launching the wallet with --no-sandbox.
Example:
./Verge\ Slim-1.1.0.AppImage --no-sandboxPlease setup your own local VWS instance to test your changes against. You can checkout the bitcore repository and setup an instance using docker.
This repository includes platform Tor binaries under public/bin/Tor.
Please do not replace Tor with a system binary for normal development. The app is configured to use the repository-provided Tor assets in packaged builds and during runtime install.
Build the static docs site:
npm run docs:build- Vue.js - Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web
- Electron - Build cross-platform desktop apps with JavaScript, HTML, and CSS
- Vue CLI - The renderer build uses Vue CLI with webpack 5
- Electron Builder - Packaging is handled directly without the old Vue Electron plugin layer
- Tor - The intergration of Tor (expert bundle binary) makes sure your transactions are private
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
