| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Everything in the blockchain made easy
Download for Chrome/Brave »
·
Report Bug
·
Request Feature
Enkrypt is a web3 wallet built from the ground up to support the multi-chain future. Send, receive, swap, manage your tokens and NFTs, and interact with dapps on all of your favorite chains with just a few clicks. With only one seed phrase for all of your accounts Enkrypt makes it easy to manage your assets and stay secure. If you're looking for that extra layer of security Enkrypt also supports popular hardware wallets such as Ledger and Trezor.
Looking to add your project? Contact us!
To get started make sure you have nodejs and nvm installed on your system
nvm install 20
nvm use 20
npm install yarn -gClone the repo
git clone https://github.com/enkryptcom/enKrypt.gitInstall NPM packages
yarn installBuild the project and watch for changes
yarn watch-extension # chromium based browsers
yarn watch:firefox # firefoxBuild the project for development and watch for changes
yarn build:all
cd packages/extension
yarn watchBuild the project for release (if you are Firefox team dont follow this)
yarn build:all
yarn build:chrome # chromium based browsers
yarn build:firefox # firefoxBuild the project for release (For Firefox team)
Since Firefox verification team looking for identical builds, you have to build it using docker
docker build -t enkrypt-build-container .
docker run --rm -v `pwd`:/home:rw --user "$(id -u):$(id -g)" enkrypt-build-container /bin/bash -c "yarn install --silent"
docker run --rm --user "$(id -u):$(id -g)" -v `pwd`:/home:rw enkrypt-build-container /bin/bash -c "cd packages/extension && yarn build:all"
docker run --rm --user "$(id -u):$(id -g)" -v `pwd`:/home:rw enkrypt-build-container /bin/bash -c "cd packages/extension && yarn build:firefox && yarn zip"Add to your browser
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
Distributed under the MIT License. See LICENSE.md for more information.
Twitter - @enkrypt
Email - info@enkrypt.com
Homepage - https://www.enkrypt.com/
| Back | FazBrowse Home | New Git URL |