Skip to content

Commit

Permalink
GITBOOK-9: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
f.schoenknecht authored and gitbook-bot committed Oct 22, 2024
1 parent 2aa258b commit f831b3b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions about/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,36 @@ icon: bullseye-arrow

{% stepper %}
{% step %}
### Initialize the SDK
### Installing t:connect using npm

{% hint style="info" %}
The following instructions assume you have a project already created, and you have `npm` installed and operable.
{% endhint %}

```
// Some code
npm install <tconnect>
```
{% endstep %}

{% step %}
### Configure the SDK
### Import the libary in your Telegram Mini App

```
// Some code
```
{% endstep %}

{% step %}
### Integrate into Telegram Mini App
### Configuration

```
// Some code
```
{% endstep %}
{% endstepper %}

## Examples

```
// Some code
```
2 changes: 1 addition & 1 deletion getting-started/proof-of-concept/sample-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can play the game in telegram via [@TheT2Earn](https://t.me/TheT2Earnbot)
### Referral Links

* Action: Generating and sending a referral link to other Telegram users.
* Effect: Both the referrer and the new player receive a balance boost upon successful referral.
* Effect: The referrer gets rewarded after he has invited 3 friends.
* Description: Encourages users to invite friends, expanding the game's user base organically.
* How to Use:
* Click on the Referral button.
Expand Down

0 comments on commit f831b3b

Please sign in to comment.