Skip to content

Commit

Permalink
GITBOOK-78: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
softstackio authored and gitbook-bot committed Dec 19, 2024
1 parent a033f26 commit 0bff352
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ layout:

# Welcome to t:connect

We're excited to introduce you to t:connect, the Telegram Mini App SDK that enables seamless interaction with wallets of Tezos and Etherlink chain. 
We're excited to introduce you to t:connect, the Telegram Mini App SDK that enables seamless interaction with wallets of Tezos and Etherlink chain. 

This guide is designed to help you effectively integrate t:connect into your projects, bringing wallet functionalities into the familiar Telegram environment. Whether you're a developer aiming to create innovative solutions or a business looking to enhance your applications, t:connect provides the tools to make Web3 capabilities accessible to a broad audience.
This guide is designed to help you effectively integrate t:connect into your telegram mini app project, bringing wallet functionalities into the familiar Telegram environment. Whether you're a developer aiming to create innovative solutions or a business looking to enhance your applications, t:connect provides the tools to make Web3 capabilities accessible to a broad audience.\
\
t:connect is developed by [softstack.io](https://softstack.io)

10 changes: 8 additions & 2 deletions about/wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ t:connect supports a variety of wallets for both Tezos and Etherlink ecosystems.
<table><thead><tr><th width="408"></th><th width="113">Altme</th><th width="111">Temple</th><th>Kukai (iOS)</th></tr></thead><tbody><tr><td>permissionRequest</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>operationRequest</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>signRequest (Raw)</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>signRequest (Micheline)</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>signRequest (Transaction)</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>broadcastRequest</td><td>✅</td><td>✅</td><td>❌</td></tr></tbody></table>

{% hint style="info" %}
the latest version of the altme app causes errors in some cases
The latest version of the altme app causes errors in some cases
{% endhint %}

### Supported wallets by Etherlink

Bitget-Wallet, Safepal, TrustWallet & MetaMask.
Bitget-Wallet, Safepal, TrustWallet & MetaMask.\
\


{% hint style="info" %}
If you're missing a Wallet in our list, please request via [Support](../support.md) or [GitHub issue](https://github.com/softstack/telegram-mini-app-sdk/issues/new)
{% endhint %}
2 changes: 1 addition & 1 deletion getting-started/implementation-guide/react-modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ etherlinkNetwork?: EtherlinkNetworkType;
// function to open the modal
openModal: () => void;

// function to clode the modal
// function to close the modal
closeModal: () => void;

// the etherlink Provider
Expand Down
2 changes: 1 addition & 1 deletion getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ icon: folder-gear
* Development Environment: Node.js (v14 or later), NPM.
* Tezos/Etherlink Wallet: For testing blockchain interactions.

### Install the t:connect sdk via npm
### Install the t:connect SDK via npm

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

Expand Down
3 changes: 2 additions & 1 deletion support.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ icon: message-question
Contact Support

Email: [[email protected]](mailto:[email protected])\
Telegram: [@yannikheinze](https://t.me/yannikheinze)
Telegram: [@yannikheinze](https://t.me/yannikheinze)\
Open Issue on GitHub: [https://github.com/softstack/telegram-mini-app-sdk/issues/new](https://github.com/softstack/telegram-mini-app-sdk/issues/new)

\
Request API key: [https://swfe3fmu6fc.typeform.com/to/qP56yNc5](https://swfe3fmu6fc.typeform.com/to/qP56yNc5)
Expand Down

0 comments on commit 0bff352

Please sign in to comment.