-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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
Labels
No labels