Skip to content

Commit ac30137

Browse files
authored
Merge pull request #111 from enkryptcom/main
develop to main
2 parents 99ea021 + 518bf54 commit ac30137

1 file changed

Lines changed: 40 additions & 23 deletions

File tree

README.md

Lines changed: 40 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<p align="center">
1010
Everything in the blockchain made easy
1111
<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>
1315
<br />
1416
<br />
1517
·
@@ -20,15 +22,30 @@
2022
</div>
2123

2224
<!-- ABOUT THE PROJECT -->
23-
## About The Project
25+
## About Enkrypt
2426

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.
2828

2929
<p align="right">(<a href="#top">back to top</a>)</p>
3030

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!
3145

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>
3249

3350
### Built With
3451

@@ -63,22 +80,20 @@ To get started make sure you have `nodejs` and `nvm` installed on your system
6380
```sh
6481
yarn install
6582
```
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)
8297

8398
<p align="right">(<a href="#top">back to top</a>)</p>
8499

@@ -114,8 +129,10 @@ Distributed under the MIT License. See `LICENSE.md` for more information.
114129
<!-- CONTACT -->
115130
## Contact
116131
117-
Your Name - [@enkryptcom](https://twitter.com/enkryptcom) - info@enkrypt.com
132+
Twitter - [@enkryptcom](https://twitter.com/enkryptcom)
133+
134+
Email - info@enkrypt.com
118135
119-
Project Link: [https://github.com/enkryptcom/enKrypt](https://github.com/enkryptcom/enKrypt)
136+
Homepage - [https://www.enkrypt.com/](https://www.enkrypt.com/)
120137
121138
<p align="right">(<a href="#top">back to top</a>)</p>

0 commit comments

Comments
 (0)