Skip to content

paul-weiss/cardano-setup

Repository files navigation

Cardano Setup

Assumptions

  • running as user ubuntu on linux machine
  • minimum hardware requirements met (link)
  • environment details source from (here)
  • Add the following to your .bashrc
if [ -f ~/cardano-setup/.cardano-setup ]; then
    source ~/cardano-setup/.cardano-setup
fi

Download scripts

git clone https://github.com/paul-weiss/cardano-setup.git
cd cardano-setup
chmod +x *.sh

Change postgres password

Change the env var DB_PASSWORD in either setup.sh and or setup-preview.sh:

mainnet setup

./setup.sh

preview setup

./setup-preview.sh

Verify services are running

  • journalctl -fu cardano-node.service
  • journalctl -fu cardano-db-sync.service
  • journalctl -fu ogmios.service
  • journalctl -fu kupo.service

Dependencies

About

Cardano Helper Scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages