Please refer to the Smart Wallet Integration Guide.
-
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.