Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 520 Bytes

A Secure Wallet for Web3

Available on the App Store

Wallet 3, App Store

Development Setup

Firstly, switch to ios branch.

  1. Install nodejs(v16+), yarn.
  2. Install dependencies with yarn install.
  3. Copy configs/providers.example.json to configs/providers.json, configs/secret.example.ts to configs/secret.ts.
  4. Fill valid provider urls in configs/providers.json.
  5. Launch with yarn ios