From 8b3bb01ee2565a2650dabd1beda6e0757028d49e Mon Sep 17 00:00:00 2001 From: "f.schoenknecht" Date: Mon, 9 Dec 2024 12:20:48 +0000 Subject: [PATCH] GITBOOK-48: refactor: supported wallets --- SUMMARY.md | 1 - about/wallets.md | 3 +- .../how-to-implement-t-connect.md | 59 ------------------- getting-started/installation.md | 4 +- 4 files changed, 2 insertions(+), 65 deletions(-) delete mode 100644 getting-started/implementation-guide/how-to-implement-t-connect.md diff --git a/SUMMARY.md b/SUMMARY.md index 1509b41..17cc0cd 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -12,7 +12,6 @@ * [Installation](getting-started/installation.md) * [Implementation Guide](getting-started/implementation-guide/README.md) - * [How to Implement t:connect?](getting-started/implementation-guide/how-to-implement-t-connect.md) * [Modal](getting-started/implementation-guide/modal.md) * [Providers](getting-started/implementation-guide/providers.md) * [Proof of Concept](getting-started/proof-of-concept/README.md) diff --git a/about/wallets.md b/about/wallets.md index 37a2862..d029e4b 100644 --- a/about/wallets.md +++ b/about/wallets.md @@ -12,5 +12,4 @@ t:connect supports a variety of wallets for both Tezos and Etherlink ecosystems. ### Supported wallets by Etherlink -
BitgetSafepalRainbowTrustWalletMetaMask
permissionRequest
operationRequest
signRequest
- +Bitget-Wallet, Safepal, Rainbow, TrustWallet & MetaMask diff --git a/getting-started/implementation-guide/how-to-implement-t-connect.md b/getting-started/implementation-guide/how-to-implement-t-connect.md deleted file mode 100644 index 6d9f61d..0000000 --- a/getting-started/implementation-guide/how-to-implement-t-connect.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -icon: square-code ---- - -# How to Implement t:connect? - -{% stepper %} -{% step %} -## Installing t:connect using npm - -Installing the Modal - -```typescript -npm install @tconnect.io/modal -``` - -#### Install the Evm Provider - -```typescript -npm install @tconnect.io/evm-provider -``` - -#### Install the Tezos Beacon Provider - -```typescript -npm install @tconnect.io/tezos-beacon-provider -``` - -#### Install the Tezos Wallet Connect Provider - -```typescript -npm install @tconnect.io/tezos-wc-provider -``` -{% endstep %} - -{% step %} -## Import the Modal in your Telegram Mini App - -```typescript -import { TConnectModalProvider, useTConnectModal } from '@tconnect.io/modal'; -``` -{% endstep %} - -{% step %} -## Import a Provider in your Telegram Mini App - -```typescript -import { TConnectEvmProvider } from '@tconnect.io/evm-provider'; -``` - -```typescript -import { TConnectTezosBeaconProvider } from '@tconnect.io/tezos-beacon-provider'; -``` - -```typescript -import { TConnectTezosWcProvider } from '@tconnect.io/tezos-wc-provider'; -``` -{% endstep %} -{% endstepper %} diff --git a/getting-started/installation.md b/getting-started/installation.md index eef1b3e..2a67224 100644 --- a/getting-started/installation.md +++ b/getting-started/installation.md @@ -25,7 +25,7 @@ npm install @tconnect.io/modal ``` {% endtab %} -{% tab title="Evm-Provider" %} +{% tab title="Evm Provider" %} Install the Evm Provider ```typescript @@ -50,8 +50,6 @@ npm install @tconnect.io/tezos-wc-provider {% endtab %} {% endtabs %} - - ### Get an API Key To obtain an API key, please fill out the form: [https://swfe3fmu6fc.typeform.com/to/qP56yNc5](https://swfe3fmu6fc.typeform.com/to/qP56yNc5)