Cardano
  • Welcome
  • Cardano Indexer
    • Introduction
    • Installation
    • Getting Started
    • Usage
    • Screenshots
  • Cardano Libs
    • Introduction
    • Installation
    • Getting Started
    • Usage
  • Cardano Local Private Cluster
    • Getting Started
  • Experimentations and Notes
    • CSL and Ogmios
    • Metadata Server
  • Cardano Unity Wallet
    • Introduction
    • Installation
    • Getting Started
    • Usage
    • Screenshots
  • Cardano Vault
    • Installation
    • Usage
Powered by GitBook
On this page
  • Using a wallet
  • Known issues
  • Services (Tested as of 2024-09-13)

Was this helpful?

  1. Cardano Local Private Cluster

Getting Started

PreviousUsageNextCSL and Ogmios

Last updated 8 months ago

Was this helpful?

Github repository:

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:

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)

NAMI Fork:

https://github.com/studiowebux/cardano-private-node
https://github.com/studiowebux/nami
https://github.com/studiowebux/nami