Skip to content

Commit f91eb47

Browse files
authored
Merge pull request #300 from docknetwork/AgneCaunt-patch-1
Update README.md
2 parents 2290637 + 4075a3e commit f91eb47

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Dock Wallet SDK
22

3-
Using [polkadot-js](https://polkadot.js.org/) libraries in React Native is a challenge, due to a lack of WebAssembly support.
3+
The [Wallet SDK](https://github.com/docknetwork/react-native-sdk) enables you to build a Verifiable Credentials wallet inside your app and allows your users to receive, store, and manage their DOCK tokens too. This was built for mobile applications with added support for Polkadot-JS.
44

5+
To use the wallet-sdk, all you need to do is wrap your app in a `WalletSDKProvider` and start building your wallet.
6+
7+
Using [polkadot-js](https://polkadot.js.org/) libraries in React Native is a challenge, due to the lack of WebAssembly support.
58
The Dock Wallet SDK handles all the Polkadot Web Assembly in a WebView, sending messages to the React Native thread through a JSON RPC layer.
69

7-
All you need to do is wrap your app in a `WalletSDKProvider` and start building your Polkadot wallet.
10+
Dock Mobile SDK supports devices that have Android 8.1 or higher and iOS 11 or higher.
811

912
## Installation
1013
```js

0 commit comments

Comments
 (0)