> For the complete documentation index, see [llms.txt](https://stavr-team.gitbook.io/nodes-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stavr-team.gitbook.io/nodes-guides/testnets/celestia/full-node/snapshot.md).

# SnapShot

## &#x20;                                        🔥Celestia🔥

## &#x20;                                         Full Testnet

## [Node installation instructions](https://stavr-team.gitbook.io/nodes-guides/testnets/celestia/full-node)

## SnapShot Full Testnet | Archive - updated every 24h

{% hint style="info" %} <mark style="color:orange;">**You can check the size and time of snapshot creation with this command**</mark>\
`curl -sI https://celestia.full-archive.snap-t.stavr.tech/full-t-snap.tar.lz4 | grep "last" && curl -sI https://celestia.full-archive.snap-t.stavr.tech/full-t-snap.tar.lz4 | grep content-length | awk '{printf "%.2f GB\n", $2/1024/1024/1024}'`
{% endhint %}

```sh
cd $HOME
snap install lz4
sudo systemctl stop celestia-full
rm -rf $HOME/.celestia-full-mocha-4/{blocks,data,index,inverted_index,transients,.lock}
curl -o - -L https://celestia.full-archive.snap-t.stavr.tech/full-t-snap.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.celestia-full-mocha-4/
sudo systemctl restart celestia-full && sudo journalctl -fu celestia-full -ocat
```

## Useful Tools

🔥EXPLORER-T🔥: <https://explorer.stavr.tech/Celestia-Testnet> `Indexer "ON"`\
🔥API-T🔥: <https://celestia.api.t.stavr.tech>\
🔥RPC-T🔥:  <https://celestia.rpc.t.stavr.tech> `Snapshot-interval = 1000`<br>

&#x20;                                         **ARCHIVE NODE**

* **api archive:** [**https://celestia.api-archive.t.stavr.tech:443**](https://celestia.api-archive.t.stavr.tech:443)

* **rpc archive:** [**https://celestia.rpc-archive.t.stavr.tech:443**](https://celestia.rpc-archive.t.stavr.tech:443)

* **grpc archive:** [**https://celestia.grpc-archive.t.stavr.tech:443**](https://celestia.grpc-archive.t.stavr.tech:443)

* Auto\_install\_script-T

```bash
source <(curl -s https://raw.githubusercontent.com/111STAVR111/props/main/Celestia/Testnet/Full/fullt)
```

## 🔥[Decentralization Info](https://github.com/obajay/StateSync-snapshots/tree/main/Projects/Dymension/Decentralization)🔥
