Skip to content

OPTNLabs/OPTNWallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

306 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPTN Wallet

OPTN Wallet is a Bitcoin Cash wallet focused on secure transaction flows, CashTokens support, and extensibility for external apps.

This README is the high-level entrypoint. Technical implementation and integration details live in docs/.

Documentation Map

For Third-Party Developers

There are two primary ways to integrate with OPTN Wallet:

  • Wallet-to-dApp via WalletConnect.
  • In-wallet addon apps using the Addon manifest + Addon SDK model.

Start with Integration Guide, then go deeper into addon docs if you are building embedded wallet apps.

Quickstart (Local Development)

  1. Clone and install:
git clone https://github.com/OPTNLabs/OPTNWallet.git
cd OPTNWallet
npm install
  1. Configure environment:
cp .env.sample .env

Set at least:

  • VITE_WC_PROJECT_ID for WalletConnect
  • Any API keys you need for your local flows
  1. Run:
npm run dev

Quality Checks

  • npm run typecheck
  • npm run test
  • npm run addons:validate
  • npm run build

Build Scripts

See Build and Release Scripts for Android APK/AAB commands and iOS preparation commands.

High-Level Repository Layout

  • src/pages/ UI routes and host screens
  • src/services/ runtime services (wallet, tx, addons, policy)
  • src/types/ shared domain models (including addon manifest/capabilities)
  • src/addons/builtin/ curated built-in addon manifests
  • schemas/ JSON schemas (including addon manifest schema)
  • docs/ technical documentation

Project Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.7%
  • CSS 0.6%
  • Java 0.4%
  • JavaScript 0.2%
  • Swift 0.1%
  • Ruby 0.0%