@mobile-wallet-protocol/client
v0.1.2
Published
Client SDK for the Mobile Wallet Protocol
Downloads
10,703
Readme
Mobile Wallet Protocol - React Native Client
Mobile Wallet Protocol Connects Your React Native App to Wallets
Supported Wallets
Wallets on the Roadmap
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:
- Fork this repository and clone it.
- Fork the test app repository and clone it.
- Develop for MWP Client.
- From the root directory of the MWP Client repository, run
yarn build
. - From the root directory of the test app, run
yarn add "@mobile-wallet-protocol/client"@<your-path-to-MWP-client>
. - From the root directory of the test app, run
yarn ios
oryarn android
to see the result.