Getting Started

Github repository: https://github.com/studiowebux/cardano-private-node

Here is the quick summary to setup and start the local private cluster.

Bootstrap

git clone https://github.com/studiowebux/cardano-private-node.git
cd cardano-private-node
bash ./bootstrap.sh

Decomission

bash ./decomission.sh

Using a wallet

I forked and updated the NAMI Wallet to support the Private network, you can install it from this repository: https://github.com/studiowebux/nami

You must not use this fork outside of local testing.

Wallet installation steps

Search for 192.168.20.105 and replace with your IP.

npm install
cp secrets.testing.js secrets.production.js
npm build

Then load the extension in chrome. voila !

Known issues

The DB Sync can hang while creating the indexes, if it does simply do the following (Might not work first attempt).

docker compose restart cardano-db-sync

Services (Tested as of 2024-09-13)

  • Cardano node 9.1.0 (Conway era)

  • Ogmios v6.5.0

  • Postgres 14.10

  • DB Sync 12.3.0.0 (and 13.2.0.2)

  • Submit API

  • Blockfrost RYO v2.1.0

  • Faucet-UI (maintained)

  • token-registry (it is a placeholder API for NAMI)

Last updated

Was this helpful?