Skip to content

MobileWalletProtocol/react-native-client

Repository files navigation

Mobile Wallet Protocol - React Native Client

npm

Mobile Wallet Protocol Connects Your React Native App to Wallets

Supported Wallets

  1. Coinbase Smart Wallet

Wallets on the Roadmap

  1. Coinbase Wallet Mobile for Android and iOS
  2. Other wallets adopting the Mobile Wallet Protocol

Integrate @MWP/client with Your App

Please refer to the Smart Wallet Integration Guide.

Developing Locally and Running the Test App

  • Test app available here.

  • To develop locally, follow these steps:

    1. Fork this repository and clone it.
    2. Fork the test app repository and clone it.
    3. Develop for MWP Client.
    4. From the root directory of the MWP Client repository, run yarn build.
    5. From the root directory of the test app, run yarn add "@mobile-wallet-protocol/client"@<your-path-to-MWP-client>.
    6. From the root directory of the test app, run yarn ios or yarn android to see the result.