https://github.com/magickbase/unipass-v2-exit
An exit for transfering unipass v2 asset to Omnilock(via JoyID)
https://github.com/magickbase/unipass-v2-exit
Last synced: 10 months ago
JSON representation
An exit for transfering unipass v2 asset to Omnilock(via JoyID)
- Host: GitHub
- URL: https://github.com/magickbase/unipass-v2-exit
- Owner: Magickbase
- Created: 2023-10-11T09:36:49.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-20T02:09:08.000Z (over 2 years ago)
- Last Synced: 2025-02-15T01:34:16.032Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://unipass-v2-exit.vercel.app
- Size: 354 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UniPass V2 Exit
UniPass V2 has been deprecated, and is no longer supported. You can upgrade to UniPass V3, or use this tool to transfer your assets to a new wallet.
## Quick Start
```shell
pnpm install
pnpm dev
```
## Development
UniPass v2 is not available on the testnet, so there is a mock Connector that simulates the UniPass v2 Connector via Secp256k1 private key. You can change the private key `testPrivateKey` in the local storage, or use the default private key `0xeeeeeeee...eeeeeeee` to test
### Environment Variables
Check [.env.example](./envs/.env.example) for details.