Skip to content

Commit

Permalink
Merge pull request #124 from gosh-sh/add_link
Browse files Browse the repository at this point in the history
updated links
  • Loading branch information
Oxydixi authored Mar 14, 2024
2 parents dbc4f6b + 993e280 commit 103af65
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ Binary code of your contract is recorded into `helloWorld.tvc` file.

## **Source code**

You can find full source code of this contract [here](https://github.com/gosh-sh/gosh-examples/blob/main/Contracts/helloWorld.sol)
You can find full source code of this contract and its artifacts [here](https://github.com/gosh-sh/gosh-examples/tree/main/contracts/helloWorld)
6 changes: 3 additions & 3 deletions docs/acki-nacki/connection-to-network/create-giver.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ As a result, you will have 4 files:


Let's deploy the contract to Acki Nacki development blockchain
at **ackinacki-testnet.tvmlabs.dev**
at **`ackinacki-testnet.tvmlabs.dev`**


1) Make sure TVM-CLI is in $PATH:
Expand Down Expand Up @@ -110,7 +110,7 @@ Address of your contract in the blockchain is located after `Raw address:`

Please contact us in [Channel on Telegram](https://t.me/+1tWNH2okaPthMWU0) and specify the **`<YourAddress>`**.

4) Check the state of the pre-deployed contract. It should be `Uninit`:
4) Check the state of the pre-deployed contract. It should be **`Uninit`**:

```shell
tvm-cli account <YourAddress>
Expand Down Expand Up @@ -144,4 +144,4 @@ To replenish your giver, please contact us in [Channel on Telegram](https://t.me

## **Source code**

You can find full source code of this contract [here](https://github.com/gosh-sh/gosh-examples/blob/main/Contracts/giver.sol)
You can find full source code of this contract and its artifacts [here](https://github.com/gosh-sh/gosh-examples/tree/main/contracts/simpleWallet)
7 changes: 5 additions & 2 deletions docs/acki-nacki/connection-to-network/quick-start-tvm-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Rust 1.76+
* Cargo
* [Wallet-contract](./create-giver.md) to be used as a giver with keys
* Contract [`helloWorld.sol`](./create-and-compile-contract.md)
* Contract, for example: [`helloWorld.sol`](./create-and-compile-contract.md)
* [Demo application](https://github.com/gosh-sh/gosh-examples/tree/main/sdk/rust/helloWorld)


Expand All @@ -28,8 +28,11 @@

!!! warning "Important"

**After you have created and deployed the wallet and helloWorld contracts, you should to place their ABI files in the `resources` folder.**
**After you have created and deployed the `wallet` and `helloWorld` contracts, you should to place their `ABI files` in the `resources` folder.**

!!! info

To replenish the balance of wallet-contract, please contact us in [Channel on Telegram](https://t.me/+1tWNH2okaPthMWU0).

## **Setup giver**

Expand Down
5 changes: 3 additions & 2 deletions docs/acki-nacki/info.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
In all **Quick Starts**, the contract `helloWorld.sol` will be used as an example. Its creation is described [here](connection-to-network/create-and-compile-contract.md).
In all **Quick Starts**, the contract `helloWorld.sol` will be used as an example.
Its creation is described [here](connection-to-network/create-and-compile-contract.md).

We recommend creating a [wallet-contract](connection-to-network/create-giver.md) that will serve as your giver.
We recommend [creating a wallet-contract](connection-to-network/create-giver.md) that will serve as your giver.

To replenish it, please contact us in [Channel on Telegram](https://t.me/+1tWNH2okaPthMWU0).
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ <h2 id="compiling"><strong>Compiling</strong></h2>
<p>The compiler produces <code>helloWorld.code</code>, <code>helloWorld.tvc</code> and <code>helloWorld.abi.json</code> to be used in the following steps.</p>
<p>Binary code of your contract is recorded into <code>helloWorld.tvc</code> file.</p>
<h2 id="source-code"><strong>Source code</strong></h2>
<p>You can find full source code of this contract <a href="https://github.com/gosh-sh/gosh-examples/blob/main/Contracts/helloWorld.sol">here</a></p>
<p>You can find full source code of this contract and its artifacts <a href="https://github.com/gosh-sh/gosh-examples/tree/main/contracts/helloWorld">here</a></p>



Expand Down
6 changes: 3 additions & 3 deletions site/acki-nacki/connection-to-network/create-giver/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ <h2 id="compiling"><strong>Compiling</strong></h2>
</ul>
<h2 id="deploy"><strong>Deploy</strong></h2>
<p>Let's deploy the contract to Acki Nacki development blockchain<br />
at <strong>ackinacki-testnet.tvmlabs.dev</strong></p>
at <strong><code>ackinacki-testnet.tvmlabs.dev</code></strong></p>
<p>1) Make sure TVM-CLI is in $PATH:</p>
<div class="language-shell highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="nb">export</span><span class="w"> </span><span class="nv">PATH</span><span class="o">=</span><span class="nv">$PATH</span>:&lt;PATH_TO&gt;/tvm-cli
</span><span id="__span-1-2"><a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a>
Expand Down Expand Up @@ -1613,7 +1613,7 @@ <h2 id="deploy"><strong>Deploy</strong></h2>
<strong><em>(You will need approximately 10 tokens to deploy)</em></strong></p>
</div>
<p>Please contact us in <a href="https://t.me/+1tWNH2okaPthMWU0">Channel on Telegram</a> and specify the <strong><code>&lt;YourAddress&gt;</code></strong>.</p>
<p>4) Check the state of the pre-deployed contract. It should be <code>Uninit</code>:</p>
<p>4) Check the state of the pre-deployed contract. It should be <strong><code>Uninit</code></strong>:</p>
<div class="language-shell highlight"><pre><span></span><code><span id="__span-3-1"><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a>tvm-cli<span class="w"> </span>account<span class="w"> </span>&lt;YourAddress&gt;
</span></code></pre></div>
<p>You will see something similar to the following:</p>
Expand All @@ -1632,7 +1632,7 @@ <h2 id="deploy"><strong>Deploy</strong></h2>
<h2 id="request-test-tokens-for-future-use"><strong>Request test tokens for future use</strong></h2>
<p>To replenish your giver, please contact us in <a href="https://t.me/+1tWNH2okaPthMWU0">Channel on Telegram</a>.</p>
<h2 id="source-code"><strong>Source code</strong></h2>
<p>You can find full source code of this contract <a href="https://github.com/gosh-sh/gosh-examples/blob/main/Contracts/giver.sol">here</a></p>
<p>You can find full source code of this contract and its artifacts <a href="https://github.com/gosh-sh/gosh-examples/tree/main/contracts/simpleWallet">here</a></p>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ <h2 id="prerequisites"><strong>Prerequisites</strong></h2>
<li>Rust 1.76+</li>
<li>Cargo</li>
<li><a href="../create-giver/">Wallet-contract</a> to be used as a giver with keys</li>
<li>Contract <a href="../create-and-compile-contract/"><code>helloWorld.sol</code></a></li>
<li>Contract, for example: <a href="../create-and-compile-contract/"><code>helloWorld.sol</code></a></li>
<li><a href="https://github.com/gosh-sh/gosh-examples/tree/main/sdk/rust/helloWorld">Demo application</a></li>
</ul>
<p><strong>This demo app implements the following logic:</strong></p>
Expand All @@ -1542,7 +1542,11 @@ <h2 id="prerequisites"><strong>Prerequisites</strong></h2>
</ol>
<div class="admonition warning">
<p class="admonition-title">Important</p>
<p><strong>After you have created and deployed the wallet and helloWorld contracts, you should to place their ABI files in the <code>resources</code> folder.</strong></p>
<p><strong>After you have created and deployed the <code>wallet</code> and <code>helloWorld</code> contracts, you should to place their <code>ABI files</code> in the <code>resources</code> folder.</strong></p>
</div>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>To replenish the balance of wallet-contract, please contact us in <a href="https://t.me/+1tWNH2okaPthMWU0">Channel on Telegram</a>.</p>
</div>
<h2 id="setup-giver"><strong>Setup giver</strong></h2>
<p>Before you start, you should setup a wallet-contract to be used as a giver.<br />
Expand Down
5 changes: 3 additions & 2 deletions site/acki-nacki/info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1416,8 +1416,9 @@

<h1>General information</h1>

<p>In all <strong>Quick Starts</strong>, the contract <code>helloWorld.sol</code> will be used as an example. Its creation is described <a href="../connection-to-network/create-and-compile-contract/">here</a>.</p>
<p>We recommend creating a <a href="../connection-to-network/create-giver/">wallet-contract</a> that will serve as your giver.</p>
<p>In all <strong>Quick Starts</strong>, the contract <code>helloWorld.sol</code> will be used as an example.<br />
Its creation is described <a href="../connection-to-network/create-and-compile-contract/">here</a>.</p>
<p>We recommend <a href="../connection-to-network/create-giver/">creating a wallet-contract</a> that will serve as your giver.</p>
<p>To replenish it, please contact us in <a href="https://t.me/+1tWNH2okaPthMWU0">Channel on Telegram</a>.</p>


Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 103af65

Please sign in to comment.