Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 03-client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The second usage pattern is a bit more special. Since TON Blockchain complements

<video src="https://ton-community.github.io/tutorials/assets/twa.mp4" loop muted autoplay playsinline width=300></video><br>

During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.
During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.

## Step 2: Set up your local machine

Expand Down
4 changes: 2 additions & 2 deletions docs/03-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2 id="step1defineusagepatterns">Step 1: Define usage patterns</h2>
<p>The second usage pattern is a bit more special. Since TON Blockchain complements the Telegram messenger, we will also want to embed our dapp right into the Telegram app itself. Telegram provides special API for building <a href="https://core.telegram.org/bots/webapps">Telegam Web Apps</a> (TWAs). These tiny apps closely resemble websites and also rely on HTML and JavaScript. They normally run within the context of a Telegram bot and provide a sleek user experience without ever leaving the host Telegram app.</p>
<video src="https://ton-community.github.io/tutorials/assets/twa.mp4" loop muted autoplay playsinline width=300></video>
<p><br></p>
<p>During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.</p>
<p>During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.</p>
<h2 id="step2setupyourlocalmachine">Step 2: Set up your local machine</h2>
<p>Before we can start writing code, we need to install certain developer tools on our computer.</p>
<p>Since our frontend will run inside a browser, it will be implemented in JavaScript. The most convenient runtime for developing JavaScript projects is Nodejs. The installation instructions are <a href="https://nodejs.org/">here</a>. We will need a fairly recent version of node like v16 or v17. You can verify your nodejs version by running <code>node -v</code> in terminal.</p>
Expand Down Expand Up @@ -587,7 +587,7 @@ <h2 id="step1defineusagepatterns">Step 1: Define usage patterns</h2>
<p>The second usage pattern is a bit more special. Since TON Blockchain complements the Telegram messenger, we will also want to embed our dapp right into the Telegram app itself. Telegram provides special API for building <a href="https://core.telegram.org/bots/webapps">Telegam Web Apps</a> (TWAs). These tiny apps closely resemble websites and also rely on HTML and JavaScript. They normally run within the context of a Telegram bot and provide a sleek user experience without ever leaving the host Telegram app.</p>
<video src="https://ton-community.github.io/tutorials/assets/twa.mp4" loop muted autoplay playsinline width=300></video>
<p><br></p>
<p>During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.</p>
<p>During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.</p>
<h2 id="step2setupyourlocalmachine">Step 2: Set up your local machine</h2>
<p>Before we can start writing code, we need to install certain developer tools on our computer.</p>
<p>Since our frontend will run inside a browser, it will be implemented in JavaScript. The most convenient runtime for developing JavaScript projects is Nodejs. The installation instructions are <a href="https://nodejs.org/">here</a>. We will need a fairly recent version of node like v16 or v17. You can verify your nodejs version by running <code>node -v</code> in terminal.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/03-client/mainnet-npmton.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2 id="step1defineusagepatterns">Step 1: Define usage patterns</h2>
<p>The second usage pattern is a bit more special. Since TON Blockchain complements the Telegram messenger, we will also want to embed our dapp right into the Telegram app itself. Telegram provides special API for building <a href="https://core.telegram.org/bots/webapps">Telegam Web Apps</a> (TWAs). These tiny apps closely resemble websites and also rely on HTML and JavaScript. They normally run within the context of a Telegram bot and provide a sleek user experience without ever leaving the host Telegram app.</p>
<video src="https://ton-community.github.io/tutorials/assets/twa.mp4" loop muted autoplay playsinline width=300></video>
<p><br></p>
<p>During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.</p>
<p>During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.</p>
<h2 id="step2setupyourlocalmachine">Step 2: Set up your local machine</h2>
<p>Before we can start writing code, we need to install certain developer tools on our computer.</p>
<p>Since our frontend will run inside a browser, it will be implemented in JavaScript. The most convenient runtime for developing JavaScript projects is Nodejs. The installation instructions are <a href="https://nodejs.org/">here</a>. We will need a fairly recent version of node like v16 or v17. You can verify your nodejs version by running <code>node -v</code> in terminal.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/03-client/mainnet-npmton.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The second usage pattern is a bit more special. Since TON Blockchain complements

<video src="https://ton-community.github.io/tutorials/assets/twa.mp4" loop muted autoplay playsinline width=300></video><br>

During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.
During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.

## Step 2: Set up your local machine

Expand Down
2 changes: 1 addition & 1 deletion docs/03-client/testnet-npmton.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h2 id="step1defineusagepatterns">Step 1: Define usage patterns</h2>
<p>The second usage pattern is a bit more special. Since TON Blockchain complements the Telegram messenger, we will also want to embed our dapp right into the Telegram app itself. Telegram provides special API for building <a href="https://core.telegram.org/bots/webapps">Telegam Web Apps</a> (TWAs). These tiny apps closely resemble websites and also rely on HTML and JavaScript. They normally run within the context of a Telegram bot and provide a sleek user experience without ever leaving the host Telegram app.</p>
<video src="https://ton-community.github.io/tutorials/assets/twa.mp4" loop muted autoplay playsinline width=300></video>
<p><br></p>
<p>During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.</p>
<p>During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.</p>
<h2 id="step2setupyourlocalmachine">Step 2: Set up your local machine</h2>
<p>Before we can start writing code, we need to install certain developer tools on our computer.</p>
<p>Since our frontend will run inside a browser, it will be implemented in JavaScript. The most convenient runtime for developing JavaScript projects is Nodejs. The installation instructions are <a href="https://nodejs.org/">here</a>. We will need a fairly recent version of node like v16 or v17. You can verify your nodejs version by running <code>node -v</code> in terminal.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/03-client/testnet-npmton.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The second usage pattern is a bit more special. Since TON Blockchain complements

<video src="https://ton-community.github.io/tutorials/assets/twa.mp4" loop muted autoplay playsinline width=300></video><br>

During the course of this tutorial we will create a single codebase that will accomodate both usage patterns.
During the course of this tutorial we will create a single codebase that will accommodate both usage patterns.

## Step 2: Set up your local machine

Expand Down