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.
- Host: GitHub
- URL: https://github.com/zilpay/zil-pay
- Owner: zilpay
- Created: 2019-02-26T15:15:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-23T04:52:16.000Z (3 months ago)
- Last Synced: 2025-11-23T05:22:52.599Z (3 months ago)
- Topics: bitcoin, blockchain, chrome-extension, cryptocurrency, dapp, ethereum, extension, finance, firefox-extension, javascript, vue, wallet, zilliqa
- Language: TypeScript
- Homepage: https://zilpay.io
- Size: 37.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZilPay Browser Extension
[](https://chrome.google.com/webstore/detail/zilpay/klnaejjgbibmhlephnhpmaofohgkpgkd?utm_source=chrome-ntp-icon)
[](https://addons.mozilla.org/en-US/firefox/addon/zilpay/)
[](https://github.com/zilpay/zil-pay/blob/master/LICENSE)
[](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)
