https://github.com/ronanyeah/sui-zk-wallet
https://github.com/ronanyeah/sui-zk-wallet
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronanyeah/sui-zk-wallet
- Owner: ronanyeah
- Created: 2023-09-26T00:44:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T01:19:00.000Z (about 2 years ago)
- Last Synced: 2025-03-30T11:34:13.404Z (about 1 year ago)
- Language: Elm
- Homepage: https://sui-zk-wallet.netlify.app/
- Size: 313 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sui - Sui zkWallet Demo by @ronanyeah
README
# Sui ZK Wallet
[Live demo](https://sui-zk-wallet.netlify.app/)
[zkLogin Announcement](https://twitter.com/SuiNetwork/status/1702321338441257172)
[zkLogin Docs](https://docs.sui.io/build/zk_login)
### Requirements
- [npm CLI](https://docs.npmjs.com/)
---
### How to fetch dependencies
- `npm install`
### How to build
- `npm run build`
### How to develop
- `npm run watch`
- Navigate to [localhost:8000](http:localhost:8000).