Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enkryptcom/enKrypt
Enkrypt: Ethereum, Polkadot and Web3 Wallet
https://github.com/enkryptcom/enKrypt
blockchain chrome chrome-extension dapp edge-extension enkrypt ethereum firefox-addon opera polkadot polkadot-js safari-extension wallet web3
Last synced: 3 months ago
JSON representation
Enkrypt: Ethereum, Polkadot and Web3 Wallet
- Host: GitHub
- URL: https://github.com/enkryptcom/enKrypt
- Owner: enkryptcom
- License: mit
- Created: 2022-02-10T23:21:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T00:41:47.000Z (3 months ago)
- Last Synced: 2024-08-03T01:13:06.901Z (3 months ago)
- Topics: blockchain, chrome, chrome-extension, dapp, edge-extension, enkrypt, ethereum, firefox-addon, opera, polkadot, polkadot-js, safari-extension, wallet, web3
- Language: TypeScript
- Homepage: https://www.enkrypt.com/
- Size: 17.9 MB
- Stars: 290
- Watchers: 23
- Forks: 159
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Enkrypt
Everything in the blockchain made easy
Download for Chrome/Brave »
·
Report Bug
·
Request Feature
## About Enkrypt
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.
## Currently Supported Chains
- Ethereum
- Polygon
- BNB Smart Chain
- Moonbeam
- Moonriver
- Karura EVM
- Ethereum Classic
- Polkadot
- Kusama
- Edgeware
- Acala
- Karura
- TomoChain
- Arbitrum
- Gnosis
- Avalanche
- Fantom
- Klaytn
- Aurora
- Ontology
- Puppy Net
- Arthera
- Caga Ankara Testnet
- More coming soon!Looking to add your project? [Contact us!](https://mewwallet.typeform.com/enkrypt-inquiry?typeform-source=www.enkrypt.com)
### Built With
- [Typescript](https://www.typescriptlang.org/)
- [Vue.js](https://vuejs.org/)## Getting Started
To get started make sure you have `nodejs` and `nvm` installed on your system
### Prerequisites
- npm
```sh
nvm install 20
nvm use 20
npm install yarn -g
```### Installation
1. Clone the repo
```sh
git clone https://github.com/enkryptcom/enKrypt.git
```
2. Install NPM packages
```sh
yarn install
```
3. Build the project and watch for changes
```sh
yarn watch-extension # chromium based browsers
yarn watch:firefox # firefox
```
4. Build the project for release (if you are Firefox team dont follow this)
```sh
yarn build:all
yarn build:chrome # chromium based browsers
yarn build:firefox # firefox
```
5. Build the project for release (For Firefox team)Since Firefox verification team looking for identical builds, you have to build it using docker
```sh
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"
```6. Add to your browser
- [Chrome/Brave/Opera](https://developer.chrome.com/docs/extensions/mv2/getstarted/#manifest)
- [Firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing)## Contributing
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!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.md` for more information.
## Contact
Twitter - [@enkrypt](https://twitter.com/enkrypt)
Email - [email protected]
Homepage - [https://www.enkrypt.com/](https://www.enkrypt.com/)