Skip to content

Commit

Permalink
GITBOOK-29: error correction after review dapp id
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticLove1 authored and gitbook-bot committed Jan 27, 2025
1 parent c9958cd commit 9eb17e1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 3 deletions.
Binary file removed docs/.gitbook/assets/uninit (1) (1).jpg
Binary file not shown.
Binary file modified docs/.gitbook/assets/uninit (1).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/.gitbook/assets/uninit (2).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/.gitbook/assets/uninit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* [Dapp ID Full Guide: creation, fees, centralized replenishment](dapp-id-full-guide-creation-fees-centralized-replenishment.md)
* [Quick Starts](quick-starts/README.md)
* [Quick Start TVM SDK JavaScript](quick-starts/quick-start-tvm-sdk-javascript.md)
* [GraphQL Quick Start](quick-starts/graphql-quick-start.md)
* [GraphQL Quick Start](graphql-quick-start.md)
* [Add Acki Nacki to your backend](add_to_backend.md)

## Reference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tvm-cli config -g --url shellnet.ackinacki.org/graphql

## Create your first Dapp ID

You create a new Dapp ID when you deploy a contract using an external message. The address of this contract becomes the Dapp ID of your system..
You create a new Dapp ID when you deploy a contract using an external message. The address of this contract becomes the Dapp ID of your system.

If your Dapp consists of multiple contracts, you need to implement your system so that all the contracts are deployed either from the root contract or its children.

Expand Down
File renamed without changes.
8 changes: 7 additions & 1 deletion docs/how-to-deploy-a-multisig-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ You can generate everything with one command:
tvm-cli genaddr multisig.tvc --save --genkey multisig.keys.json
```

{% hint style="danger" %}
**Write down your `seed phrase` and store it in a secure location. Never share it with anyone. Avoid storing it in plain text, screenshots, or any other insecure method. If you lose it, you lose access to your assets. Anyone who obtains it will have full access to your assets.** 

**Additionally, ensure the file containing the `key pair` is saved in a safe place.**
{% endhint %}

{% hint style="info" %}
After this step, the `.tvc` file will be overwritten with the specified keys.
{% endhint %}
Expand Down Expand Up @@ -81,7 +87,7 @@ tvm-cli account <YourAddress>
The received SHELL tokens will be displayed in the `ecc` field.
{% endhint %}

<figure><img src=".gitbook/assets/uninit.jpg" alt=""><figcaption></figcaption></figure>
<figure><img src=".gitbook/assets/uninit (2).jpg" alt=""><figcaption></figcaption></figure>

Now you are ready to deploy your Multisig wallet using the following command:

Expand Down

0 comments on commit 9eb17e1

Please sign in to comment.