Skip to content

Commit

Permalink
GITBOOK-48: refactor: supported wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
f.schoenknecht authored and gitbook-bot committed Dec 9, 2024
1 parent 81c13ee commit 8b3bb01
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 65 deletions.
1 change: 0 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions about/wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ t:connect supports a variety of wallets for both Tezos and Etherlink ecosystems.

### Supported wallets by Etherlink

<table><thead><tr><th width="179"></th><th width="104">Bitget</th><th width="106">Safepal</th><th width="120">Rainbow</th><th width="121">TrustWallet</th><th>MetaMask</th></tr></thead><tbody><tr><td>permissionRequest</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>operationRequest</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>signRequest</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr></tbody></table>

Bitget-Wallet, Safepal, Rainbow, TrustWallet & MetaMask
59 changes: 0 additions & 59 deletions getting-started/implementation-guide/how-to-implement-t-connect.md

This file was deleted.

4 changes: 1 addition & 3 deletions getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install @tconnect.io/modal
```
{% endtab %}

{% tab title="Evm-Provider" %}
{% tab title="Evm Provider" %}
Install the Evm Provider

```typescript
Expand All @@ -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)
Expand Down

0 comments on commit 8b3bb01

Please sign in to comment.