|
9 | 9 | <p align="center"> |
10 | 10 | Everything in the blockchain made easy |
11 | 11 | <br /> |
12 | | - <a href="#"><strong>Explore the docs »</strong></a> |
| 12 | + <a href="https://chrome.google.com/webstore/detail/enkrypt-ethereum-and-polk/kkpllkodjeloidieedojogacfhpaihoh"> |
| 13 | + <strong>Download for Chrome/Brave »</strong> |
| 14 | + </a> |
13 | 15 | <br /> |
14 | 16 | <br /> |
15 | 17 | · |
|
20 | 22 | </div> |
21 | 23 |
|
22 | 24 | <!-- ABOUT THE PROJECT --> |
23 | | -## About The Project |
| 25 | +## About Enkrypt |
24 | 26 |
|
25 | | -> [add screenshot] |
26 | | -
|
27 | | -> [write description] |
| 27 | +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. |
28 | 28 |
|
29 | 29 | <p align="right">(<a href="#top">back to top</a>)</p> |
30 | 30 |
|
| 31 | +## Currently Supported Chains |
| 32 | + |
| 33 | +* Ethereum |
| 34 | +* Polygon |
| 35 | +* BNB Smart Chain |
| 36 | +* Moonbeam |
| 37 | +* Moonriver |
| 38 | +* Karura EVM+ |
| 39 | +* Ethereum Classic |
| 40 | +* Polkadot |
| 41 | +* Kusama |
| 42 | +* Acala |
| 43 | +* Karura |
| 44 | +* More coming soon! |
31 | 45 |
|
| 46 | +Looking to add your project? [Contact us!](https://mewwallet.typeform.com/enkrypt-inquiry?typeform-source=www.enkrypt.com) |
| 47 | + |
| 48 | +<p align="right">(<a href="#top">back to top</a>)</p> |
32 | 49 |
|
33 | 50 | ### Built With |
34 | 51 |
|
@@ -63,22 +80,20 @@ To get started make sure you have `nodejs` and `nvm` installed on your system |
63 | 80 | ```sh |
64 | 81 | yarn install |
65 | 82 | ``` |
66 | | - |
67 | | -<p align="right">(<a href="#top">back to top</a>)</p> |
68 | | - |
69 | | - |
70 | | - |
71 | | -<!-- USAGE EXAMPLES --> |
72 | | -## Usage |
73 | | - |
74 | | -Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources. |
75 | | - |
76 | | -_For more examples, please refer to the [Documentation](https://example.com)_ |
77 | | - |
78 | | -<p align="right">(<a href="#top">back to top</a>)</p> |
79 | | - |
80 | | - |
81 | | -See the [open issues](https://github.com/enkryptcom/enKrypt/issues) for a full list of proposed features (and known issues). |
| 83 | +3. Build the project and watch for changes |
| 84 | + ```sh |
| 85 | + yarn watch-extension # chromium based browsers |
| 86 | + yarn watch:firefox # firefox |
| 87 | + ``` |
| 88 | +4. Build the project for release |
| 89 | + ```sh |
| 90 | + yarn build:all |
| 91 | + yarn build:chrome # chromium based browsers |
| 92 | + yarn build:firefox # firefox |
| 93 | + ``` |
| 94 | +5. Add to your browser |
| 95 | + * [Chrome/Brave/Opera](https://developer.chrome.com/docs/extensions/mv2/getstarted/#manifest) |
| 96 | + * [Firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing) |
82 | 97 |
|
83 | 98 | <p align="right">(<a href="#top">back to top</a>)</p> |
84 | 99 |
|
@@ -114,8 +129,10 @@ Distributed under the MIT License. See `LICENSE.md` for more information. |
114 | 129 | <!-- CONTACT --> |
115 | 130 | ## Contact |
116 | 131 |
|
117 | | -Your Name - [@enkryptcom](https://twitter.com/enkryptcom) - info@enkrypt.com |
| 132 | +Twitter - [@enkryptcom](https://twitter.com/enkryptcom) |
| 133 | +
|
| 134 | +Email - info@enkrypt.com |
118 | 135 |
|
119 | | -Project Link: [https://github.com/enkryptcom/enKrypt](https://github.com/enkryptcom/enKrypt) |
| 136 | +Homepage - [https://www.enkrypt.com/](https://www.enkrypt.com/) |
120 | 137 |
|
121 | 138 | <p align="right">(<a href="#top">back to top</a>)</p> |
0 commit comments