Skip to content

Commit

Permalink
Merge pull request #719 from multiversx/walletconnect-v2-rpc
Browse files Browse the repository at this point in the history
Walletconnect V2 JSON-RPC Methods
  • Loading branch information
radumojic committed Oct 13, 2023
2 parents 593808e + 6d42934 commit cbe2eca
Show file tree
Hide file tree
Showing 8 changed files with 309 additions and 215 deletions.
154 changes: 0 additions & 154 deletions docs/developers/tutorials/custom-wallet-connect.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/developers/tutorials/wallet-connect-v2-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Using `@multiversx/sdk-dapp` >= `2.2.8` or `@elrondnetwork/dapp-core` >= `2.0.0`

WalletConnect 2.0 is already integrated, only not enabled by default.

Follow [these steps](/sdk-and-tools/sdk-dapp/#walletconnect-20-setup) to generate and add a `walletConnectV2ProjectId` and set the `isWalletConnectV2` flag
Follow [these steps](/sdk-and-tools/sdk-dapp/#walletconnect-20-setup) to generate and add a `walletConnectV2ProjectId`

--------------

Expand Down
19 changes: 10 additions & 9 deletions docs/integrators/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ uses its own infrastructure, please choose a direction from the following table

## Table of contents

| Name | Description |
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [EGLD integration guide](/integrators/egld-integration-guide) | How to integrate MultiversX's native token EGLD. |
| [ESDT tokens integration guide](/integrators/esdt-tokens-integration-guide) | How to integrate MultiversX's ESDT tokens. |
| [Observing squad](/integrators/observing-squad) | How to run an infrastructure with a general view over all the shards. |
| [Deep-history squad](/integrators/deep-history-squad) | How to set up an Observing squad able to resolve historical state queries. |
| [Accounts management](/integrators/accounts-management) | How to create and manage EGLD accounts. |
| [Creating transactions](/integrators/creating-transactions) | How to create and sign transactions. |
| [Querying the blockchain](/integrators/querying-the-blockchain) | How to query the MultiversX Blockchain in order to watch desired addresses or events. |
| Name | Description |
| ----------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| [EGLD integration guide](/integrators/egld-integration-guide) | How to integrate MultiversX's native token EGLD. |
| [ESDT tokens integration guide](/integrators/esdt-tokens-integration-guide) | How to integrate MultiversX's ESDT tokens. |
| [Observing squad](/integrators/observing-squad) | How to run an infrastructure with a general view over all the shards. |
| [Deep-history squad](/integrators/deep-history-squad) | How to set up an Observing squad able to resolve historical state queries. |
| [Accounts management](/integrators/accounts-management) | How to create and manage EGLD accounts. |
| [Creating transactions](/integrators/creating-transactions) | How to create and sign transactions. |
| [Querying the blockchain](/integrators/querying-the-blockchain) | How to query the MultiversX Blockchain in order to watch desired addresses or events. |
| [WalletConnect JSON-RPC Methods](/integrators/walletconnect-json-rpc-methods) | How to ensure the proper communication using WalletConnect between a wallet and a dapp. |
Loading

0 comments on commit cbe2eca

Please sign in to comment.