An open API service indexing awesome lists of open source software.

https://github.com/zilpay/zil-pay

#1 quantum-resistant, WEB3 Wallet, multi-currency decentralized wallet.
https://github.com/zilpay/zil-pay

bitcoin blockchain chrome-extension cryptocurrency dapp ethereum extension finance firefox-extension javascript vue wallet zilliqa

Last synced: 10 days ago
JSON representation

#1 quantum-resistant, WEB3 Wallet, multi-currency decentralized wallet.

Awesome Lists containing this project

README

          

# ZilPay Browser Extension

[![Chrome](https://img.shields.io/chrome-web-store/v/klnaejjgbibmhlephnhpmaofohgkpgkd)](https://chrome.google.com/webstore/detail/zilpay/klnaejjgbibmhlephnhpmaofohgkpgkd?utm_source=chrome-ntp-icon)
[![FireFox](https://img.shields.io/amo/v/zilpay)](https://addons.mozilla.org/en-US/firefox/addon/zilpay/)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/zilpay/zil-pay/blob/master/LICENSE)
[![LoC](https://tokei.rs/b1/github/zilpay/zil-pay?category=lines)](https://github.com/zilpay/zil-pay)

ZilPay represents the inaugural quantum-resistant, multi-currency decentralized wallet, functioning as a browser extension compatible with the EVM-compatible networks. It empowers developers to integrate ZilPay into their websites for the creation of decentralized applications (dApps), leveraging post-quantum cryptography for enhanced security across multiple chains, including Ethereum, Binance Smart Chain, Polygon, Avalanche, Fantom, Arbitrum, and Optimism.



## Links
+ [Website](https://zilpay.io/)
+ [X (Twitter)](https://x.com/pay_zil)
+ [Chrome Web Store](https://chrome.google.com/webstore/detail/zilpay/klnaejjgbibmhlephnhpmaofohgkpgkd?utm_source=chrome-ntp-icon)
+ [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/zilpay/)

## Getting Started
Deploy a local version from the source code to explore or develop with ZilPay.

For dApp developers:
+ [ZilPay Documentation](https://zilpay.io/)
+ [Build Your dApp with ZilPay](https://medium.com/coinmonks/test-and-develop-dapps-on-zilliqa-with-zilpay-52b165f118bf?source=friends_link&sk=2a60070ddac60677ec36b1234c60222a)
+ [Zilliqa dApps Examples](https://github.com/lich666dead/zilliqa-dApps)

### Build Setup

For development building and serving:
```bash
# Install dependencies
$ npm install

# Run development mode with watching
$ npm run dev
```

---

Testing the project:
```bash
# Run unit tests
$ npm run test

# Watch tests for development
$ npm run test:watch

# Format code with Prettier
$ npm run format

# Check Svelte components
$ npm run check
```

---

For production building and deployment:
```bash
# Build the application and extension files
$ npm run build
```

## Built With

* [Rollup](https://rollupjs.org/)
* [Svelte](https://svelte.dev/)

## Authors

* **Rinat Hasanshin** - *Initial work* - [hicaru](https://github.com/hicaru)