Skip to content

wdcby/zerion-wallet-extension

 
 

Repository files navigation

hero

Zerion Extension

Your crypto wallet for everything onchain.

Built for a better Web3 browsing experience in a multichain world with advanced onchain security. Over 550K self-custodial humans trust Zerion each month to explore every layer of web3.

Security Audits

Leading security firms have Independently audited the Zerion Extension: Cure-53, Secfault, Slowmist, and Zokyo. Learn more about Zerion's commitment to security and user safety.

Install

The Zerion Extension is available for Chromium-based browsers.

You can also download the latest build of the Zerion Extension from here.

Development

Prerequisites

1. Set up Node

This project requires Node.js version >=16. If you don't have Node.js installed, download and install it from the official website. After installation, you can verify the Node version using the following command:

node --version

2. Install Project Dependencies

Run the following command to install all the required dependencies. This command reads the package.json file and installs the necessary packages.

npm install

3. Set Up Your .env File

Copy the .env.example file:

cp .env.example .env

4. Run the Extension

Start the extension locally with:

npm start

This command will build the extension in development mode. The output files are written to the ./dist folder.

5. Import Extension

  1. Enable Developer Mode in Chrome: Go to chrome://extensions and enable Developer mode.
  2. Import the Extension: Click on 'Load unpacked' and select the build folder (./dist from the previous step).

License

GPL-3.0 License

Contact Us

If you have any questions, feedback, or need assistance, feel free to reach out to us at inbox@zerion.io. We're always here to help!

About

Your crypto wallet for everything onchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • CSS 2.1%
  • Other 0.7%