Skip to content

Commit

Permalink
fix: update readme, fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 10, 2022
1 parent 8685405 commit e584065
Showing 1 changed file with 15 additions and 26 deletions.
41 changes: 15 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,15 @@
# [zkSync Wallet](https://wallet.zksync.io/) [`changelog`](https://github.com:matter-labs/zksync-wallet-vue/CHANGELOG.MD) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/matter-labs/zksync-wallet/blob/master/LICENSE-MIT) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/matter-labs/zksync-wallet/blob/master/LICENSE-MIT) [![npm version](https://img.shields.io/npm/v/zksync.svg?style=flat)](https://www.npmjs.com/package/zksync) [![Live on Mainnet](https://img.shields.io/badge/wallet-Live%20on%20Mainnet-blue)](https://wallet.zksync.io) [![Live on Rinkeby](https://img.shields.io/badge/wallet-Live%20on%20Rinkeby-blue)](https://rinkeby.zksync.io) [![Live on Ropsten](https://img.shields.io/badge/wallet-Live%20on%20Ropsten-blue)](https://ropsten.zksync.io)
# [zkSync Wallet](https://wallet.zksync.io/)

# zkSync Wallet dApp
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/matter-labs/zksync-wallet-vue/blob/master/LICENSE-MIT) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/matter-labs/zksync-wallet-vue/blob/master/LICENSE-APACHE) [![Live on Mainnet](https://img.shields.io/badge/wallet-Live%20on%20Mainnet-blue)](https://wallet.zksync.io) [![Live on Rinkeby](https://img.shields.io/badge/wallet-Live%20on%20Rinkeby-blue)](https://zksync.io?network=rinkeby) [![Live on Ropsten](https://img.shields.io/badge/wallet-Live%20on%20Ropsten-blue)](https://zksync.io?network=ropsten)

---

Complete new version of zkWallet, built with nuxt+vuejs.
Better architecture based on modern open source tech. Tight roadmap with many awesome features will guide developers into the amazing world of dApps and introduce true reactive
interaction, dialog-based UX.

It's working perfectly on [**mainnet**](https://wallet.zksync.io) | [rinkeby](https://rinkeby.zksync.io) and [ropsten](https://ropsten.zksync.io), published and ready for mass adoption.

zkWallet was created to unleash the power of zkSync L2 operations and give everyone the access to L2 zkSync features on mainnet. [Learn more](https://zksync.io/)

## Firebase hosting configuration
## Description

> Resource targets for zksync-vue:
zkWallet was created to unleash the power of zkSync L2 operations and give everyone the access to L2 zkSync features. [Learn more](https://zksync.io/)

### Hosting

1) Production-ready, deployed for the clients, users or developers:
* **mainnet**[zksync-vue-mainnet](https://wallet.zksync.io)
* **prod-rinkeby**[zksync-vue-rinkeby-2](https://rinkeby.zksync.io)
2) Beta version (w/t partial NFT-support & upcoming NFT+Swap support)
* **rinkeby-beta**[beta-rinkeby-zksync-vue](https://rinkeby-beta-wallet.zksync.dev/)
* **prod-ropsten**[zksync-vue-ropsten](https://ropsten.zksync.io)
3) Dev-only hosts:
* **stage-mainnet**[zksync-vue](https://stage.zksync.io)
* **dev-rinkeby**[rinkeby-wallet-zksync](https://rinkeby-wallet-zksync.web.app/)
It's working perfectly on [**mainnet**](https://wallet.zksync.io), [rinkeby](https://zksync.io?network=rinkeby) and [ropsten](https://zksync.io?network=ropsten), published and ready for mass adoption.

---

## Build Setup

Expand All @@ -41,6 +23,13 @@ $ yarn dev

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

---

## Changelog

See the latest changes [here](https://github.com/matter-labs/zksync-wallet-vue/blob/master/CHANGELOG.md)


---

## Solutions used
Expand Down Expand Up @@ -68,9 +57,9 @@ For detailed explanation on how things work, check out [Nuxt.js docs](https://nu
- [Integration Docs](https://zksync.io/dev)
- [Available API & protocols](https://zksync.io/api/)
- [zkWallet](https://wallet.zksync.io/)
- [zkMint](https://mint.zksync.dev/)
- [Alternative Withdrawal](https://withdraw.zksync.io/)
- [zkCheckout](https://checkout.zksync.io/)
- [zkScan](https://zkscan.io/)
- [Alternative Withdrawal](https://withdraw.zksync.io/)
- [’out-of-gas’ issue solver ](https://withdraw.zksync.io/)

---
Expand Down

0 comments on commit e584065

Please sign in to comment.