Skip to content

Commit

Permalink
GITBOOK-47: refactor: Installation
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 d7b265e commit 81c13ee
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,43 @@ icon: folder-gear

The t:connect SDK offers a react-modal and provider. The provider and the modal can be loaded separately as needed.

#### Install the Modal
{% tabs %}
{% tab title="React-Modal" %}
Install the React-Modal

The react-modal is supplied as a complete package and includes the required providers

```typescript
npm install @tconnect.io/modal
```
{% endtab %}

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

```typescript
npm install @tconnect.io/evm-provider
```
{% endtab %}

#### Install the Tezos Beacon Provider
{% tab title="Tezos Beacon Provider" %}
Install the Tezos Beacon Provider

```typescript
npm install @tconnect.io/tezos-beacon-provider
```
{% endtab %}

#### Install the Tezos Wallet Connect Provider
{% tab title="Tezos Wallet Connect Provider" %}
Install the Tezos Wallet Connect Provider

```typescript
npm install @tconnect.io/tezos-wc-provider
```
{% endtab %}
{% endtabs %}



### Get an API Key

Expand Down

0 comments on commit 81c13ee

Please sign in to comment.