You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-65Lines changed: 11 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,15 @@ Dock Mobile SDK supports devices that have Android 8.1 or higher and iOS 11 or h
12
12
## Installation
13
13
```js
14
14
yarn add @docknetwork/wallet-sdk-core
15
-
yarn add @docknetwork/wallet-sdk-transactions
16
15
yarn add @docknetwork/wallet-sdk-react-native
17
16
18
17
```
19
18
**There are some scripts and additional dependencies required.**
20
19
Please check our [example repo](https://github.com/docknetwork/wallet-sdk-demo) for detailed steps.
21
20
22
21
## React Native Example
23
-
The following example will create a wallet and allow the user to add accounts on it. Displaying the count of documents added to the wallet.
24
-
25
-
Notice that the account documents are accessible through the `documents` object, and for each account created multiple documents will be added to the wallet.
22
+
The following example will create a wallet and allow the user to add credentials to it. Displaying the count of documents added to the wallet.
23
+
Notice that the all documents are accessible through the `documents` object.
Copy file name to clipboardExpand all lines: packages/transactions/readme.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
2
-
# Transactions Manager
2
+
# Deprecated Module
3
+
4
+
The transaction module is deprecated and will be removed in the future.
5
+
6
+
# Transactions Manager
3
7
4
8
Transactions are required to send and receive (DOCK Tokens)[[https://www.dock.io/token]. This module handles the transaction history and provides methods to send DOCK tokens to any address.
0 commit comments