Skip to content

Commit

Permalink
Update requirement and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanco committed May 14, 2024
1 parent 949387f commit 7d5d4c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions documentation/Taking_Snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ The Merkle Tree is used for the Token Migration, which let users migrate their L

- Node v18
- yarn
- jq

## Preparation

1. Synchronize blockchain using `lisk-core`. It will shut down itself after Snapshot Height (#24,823,618) has been reached.
After synchronization, the snapshot data of the specific height can be found in `./snapshot/backup/`

> [!NOTE]
> Synchronization from scratch may take up to days.
```
# Record current path
LISK_HOME=$(pwd)
Expand All @@ -36,9 +40,6 @@ The Merkle Tree is used for the Token Migration, which let users migrate their L
./bin/run start --network mainnet --data-path ../snapshot --overwrite-config
```

> [!NOTE]
> Synchronization from scratch may take up to days.
2. Go back to home folder, or start a new terminal if the `lisk-core` is still running, clone and install `lisk-token-claim`.
```
cd $LISK_HOME
Expand Down

0 comments on commit 7d5d4c3

Please sign in to comment.