Skip to content

Commit f14b514

Browse files
authored
Merge pull request #92 from inkonchain/feat/update-instructions-with-new-snapshots
feat: update instructions with new snapshots
2 parents 1c392fc + 74bcfe5 commit f14b514

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

src/pages/build/run-an-ink-node.mdx

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,34 +46,19 @@ By default, the [Ink Node] repository leverages public L1 RPC & Beacon APIs. For
4646

4747
1. **Clone the Repository:** [Ink Node repository](https://github.com/inkonchain/node).
4848

49-
2. **Download the Snapshot:** [latest snapshot](#snapshots-table).
50-
51-
3. **Prepare the Snapshot:** Move the downloaded `geth.tar.lz4` file to the root of the repository.
52-
```sh
53-
node/
54-
├── op-geth/
55-
├── op-node/
56-
├── .env.ink-sepolia
57-
├── .gitignore
58-
├── docker-compose.yml
59-
├── geth.tar.lz4 # <-- place it here
60-
├── README.md
61-
└── setup.sh
62-
```
63-
64-
4. **Run Setup Script:**
49+
2. **Run Setup Script:**
6550
```sh
6651
./setup.sh
6752
```
6853

69-
5. **Optional Configuration:**
54+
3. **Optional Configuration:**
7055
Create a `.env` file at the root and set the following variables:
7156
```sh
7257
L1_RPC_URL=your_rpc_url
7358
L1_BEACON_URL=your_beacon_url
7459
```
7560

76-
6. **Start the Node:**
61+
4. **Start the Node:**
7762
```sh
7863
docker compose up # --build to force rebuild the images
7964
```
@@ -82,12 +67,6 @@ By default, the [Ink Node] repository leverages public L1 RPC & Beacon APIs. For
8267
Syncing your node may take several days. Monitor usage and plan accordingly.
8368
</Callout>
8469

85-
## Snapshots
86-
87-
| Network | URL |
88-
| :----- | :---- |
89-
| Sepolia | [Download Sepolia Snapshot](https://drive.google.com/file/d/1Nt6X8va7WTgOL6s7BHWqGAI8gyVdE4GE/view?usp=sharing) |
90-
9170
## Verifying Sync Status
9271

9372
### Using op-node API

0 commit comments

Comments
 (0)