Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

38 lines (18 loc) · 610 Bytes

GC NODE

Backend Cardano node for development purposes

Get started:

git pull https://github.com/zxpectre/gc_node.git

cd gc_node

./scripts/install.sh

Preprod

./scripts/up.sh preprod

./scripts/stop.sh preprod

Mainnet

./scripts/up.sh mainnet

./scripts/stop.sh mainnet

Notes:

Docker image collection and setup based on https://github.com/IntersectMBO/cardano-db-sync/tree/13.1.1.3

Not verified community snapshots:

https://csnapshots.io/

Postgrest setup based on Lantana and this resource:

https://medium.com/@shlomi.fenster1/setup-local-environment-for-postgresql-5531b8268397