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

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)

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.