carp icon indicating copy to clipboard operation
carp copied to clipboard

Support dynamically specified networks

Open SebastienGllmt opened this issue 9 months ago • 0 comments

Currently Carp only supports a fixed set of networks (preprod, preview, sanchonet, mainnet)

However, to be able to test easily on local networks, we need to support the ability to connect to a custom network whose genesis files and contents are provided after compile-time.

Missing features:

  • [x] utility functions to parse required information from genesis & network configs for a network
  • [ ] properly populate CardanoNet config

SebastienGllmt avatar Apr 29 '24 09:04 SebastienGllmt