Skip to content

Instantly share code, notes, and snippets.

View barryz's full-sized avatar
💰
Focusing

penaldo barryz

💰
Focusing
View GitHub Profile
@barryz
barryz / aurora_archive.md
Created August 15, 2022 07:25
How to deploy an aurora full archive node

To deploy a full archive aurora rpc node, you need

  1. Completed a rpc node setup by following the instructions of aurora.
  2. Creating a script named download_archive_snapshot.sh which used to download archive snapshot.
#!/bin/sh
network="testnet"

if $(is-mainnet); then