Skip to content

How to utilize yaci #117

@Fiftyw3bs

Description

@Fiftyw3bs

I've recently just been introduced to Yaci and was wondering if it is suitable for me.

I make use of GeniusYield's atlas for offchain code and I'm able to use kupo for interacting with cardano-node, which I also see yaci supporting. However, I'm not sure how to modify the configuration to accommodate yaci.

My config file for using kupo currently looks like this:

{
    "coreProvider": { "socketPath": "~/cnode/node.socket", "kupoUrl": "http://localhost:1442" },
    "networkId": "testnet-preprod",
    "logging": [{ "type": { "tag": "stderr" }, "severity": "Debug", "verbosity": "V2" }],
    "utxoCacheEnable": false
  }

The Node Socket Path provided by yaci [💡 Node Socket Paths] /clusters/nodes/default/node/node.sock is not acessible outside of yaci cli and I'm not sure of the networkId to use.

On the frontend side, I'm making use of Lace wallet, but there are only 3 possible networks to select from: preprod, preview and mainnet.

Any insight would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions