Skip to content

Commit

Permalink
updated main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Nov 18, 2024
1 parent 5712177 commit 9e59398
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The communications protocol for web3, Reown brings the ecosystem together by ena
| [Core SDK](packages/reown_core) | [Sign SDK](packages/reown_sign) | [WalletKit](packages/reown_walletkit) | [AppKit](packages/reown_appkit) |
|---------------------------------|---------------------------------|---------------------------------------|---------------------------------|
| 1.0.2 | 1.0.2 | 1.0.2 | 1.0.1 |
| 1.0.4 | 1.0.4 | 1.0.3 | 1.0.1 |

## License

Expand Down Expand Up @@ -47,4 +48,13 @@ _NB: WalletKit sample is intended to be used just as an explanatory project_
### Run AppKit Sample

1. Run `cd packages/reown_appkit/example/base`
2. Run `flutter run --dart-define="PROJECT_ID=0123..." --flavor internal`
2. Run `flutter run --dart-define="PROJECT_ID=0123..." --flavor internal`

### Test Sample Dapp and Wallet

- Sample Wallet:
- [Sample Wallet for iOS](https://testflight.apple.com/join/Uv0XoBuD)
- [Sample Wallet for Android](https://appdistribution.firebase.dev/i/2b8b3dce9e2831cd)
- AppKit DApp:
- [AppKit Dapp for iOS](https://testflight.apple.com/join/6aRJSllc)
- [AppKit Dapp for Android](https://appdistribution.firebase.dev/i/2c6573f6956fa7b5)

0 comments on commit 9e59398

Please sign in to comment.