@hashgraph/hedera-wallet-connect 2.0.1-canary.e271b17.0 → 2.0.1-canary.fa5a378.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -10
- package/package.json +1 -1
package/README.md
CHANGED
@@ -3,8 +3,7 @@
|
|
3
3
|
This library provides tools and recommendations on how to integrate Hedera into an application
|
4
4
|
that requires communication with a wallet that supports Hedera. There are 2 different paths to
|
5
5
|
integrate Hedera in this context. Both approaches use the
|
6
|
-
[WalletConnect](https://walletconnect.network/) network to send messages from apps to wallets
|
7
|
-
and back.
|
6
|
+
[WalletConnect](https://walletconnect.network/) network to send messages from apps to wallets.
|
8
7
|
|
9
8
|
## Hedera APIs
|
10
9
|
|
@@ -50,14 +49,11 @@ In addition to choosing between the Hedera native JSON-RPC spec and the Ethereum
|
|
50
49
|
when building with javascript/typescript, there are 2 supported options to utilize the
|
51
50
|
WalletConnect network to send information from apps to wallets and back.
|
52
51
|
|
53
|
-
This README assumes a basic understanding of how to create transactions on Hedera
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
[
|
58
|
-
network without requiring interaction with a [Wallet](#hedera-wallets) when integrating Hedera
|
59
|
-
for the first time. We also recommend reviewing the
|
60
|
-
[Reown docs](https://docs.reown.com/overview).
|
52
|
+
This README assumes a basic understanding of how to create transactions on Hedera and focusses
|
53
|
+
on how to send a payload to a wallet for processing and presentation to an end user that is a
|
54
|
+
Hedera account holder. We recommend reviewing the [Hedera Docs](https://docs.hedera.com/) and
|
55
|
+
first submitting transactions directly to the Hedera network without requiring interaction with
|
56
|
+
a [Wallet](#hedera-wallets) when integrating Hedera for the first time.
|
61
57
|
|
62
58
|
## Using this library and WalletConnect libraries directly
|
63
59
|
|