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.
Deploy a local version from the source code to explore or develop with ZilPay.
For dApp developers:
For development building and serving:
# Install dependencies
$ npm install
# Run development mode with watching
$ npm run devTesting the project:
# 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 checkFor production building and deployment:
# Build the application and extension files
$ npm run build- Rinat Hasanshin - Initial work - hicaru
