STATUS: As of January 1 2022, we have stopped delivering new code to this public repository. The purpose of this is to protect Vigvam against scammers and hackers until we can provide security guarantees to our users. We're not moving away from the Open Source policy. The wallet code will be publicly available after the release of the Public Beta version and the Public Security Audit. Currently, we're still actively developing the product! Follow our updates on the site or in the media.
An app that manages your wallets and crypto keys.
Explore DeFi and NFTs.
Ethereum, BSC, Polygon, Optimism and others.
-
π§© A classic browser extension.
-
π Fast and simple interaction with Web 3.0 world.
-
π€² Non-custodial. We don't have a server or a central hub. The keys belong to the user and are stored on his device in encrypted form.
-
π Open source.
-
π Uses the best Security approaches.
-
π Support for Ledger devices.
-
π₯ Support for Social Auth with Open Login.
-
β‘οΈ Lightweight.
Requires:
Node.js ^14
andYarn
git clone [email protected]:vigvamapp/vigvam.git && cd vigvam
yarn
# for Chrome and other Chrome-based browsers
yarn build
# for Firefox
yarn build:firefox
- Open
chrome://extensions/
in your browser - Enable "Developer mode"
- Tap on "Load unpacked"
- Select
<your_local_vigvam_repository_dir>/dist/prod/chrome_unpacked
yarn test
yarn npm-audit
yarn analyze