Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions vesting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ As a result the script will do the following:

Example:

You want to create vesting wallet at 1 August 2022 00:00:00 GMT with total vesting amount of million Toncoins for 10 years, the amount will unlock in equal parts every month (1'000'000 TON / 120 month = ~ 8333 TON will unlock every mouth), first year everything is blocked.
You want to create vesting wallet at 1 August 2022 00:00:00 GMT with total vesting amount of million Toncoins for 10 years, the amount will unlock in equal parts every month (1'000'000 TON / 120 month = ~ 8333 TON will unlock every month), first year everything is blocked.
This means that in the first year no transfers can be made, and in the 13th month it will be possible to withdraw (1'000'000 * 13 / 120 = ~ 108 333 TON), in 14th month - 116666 and so on.
You also want to be able to validate with locked coins.

Expand Down Expand Up @@ -134,4 +134,4 @@ Run in lite-client:

4. Execute command `swv <wallet-addr> v3`.

5. Set wallet as validator `set validatorWalletName <wallet-name>`.
5. Set wallet as validator `set validatorWalletName <wallet-name>`.