Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAB as client #214

Closed
ch1bo opened this issue Feb 10, 2022 · 1 comment
Closed

PAB as client #214

ch1bo opened this issue Feb 10, 2022 · 1 comment
Labels
red 💣 💥 ⁉️ Very complex, risky or just not well understood feature 💬 feature A feature on our roadmap

Comments

@ch1bo
Copy link
Collaborator

ch1bo commented Feb 10, 2022

What & Why

Several DApp projects on Cardano use the Plutus Application Backend (PAB) for constructing & submitting transactions including Plutus scripts, as well as observing the chain and execute off-chain code.

Currently the PAB only supports connecting to the cardano-node and balance/sign transactions via the wallet backend (TBD: what's the actual status here?)

Within this feature we want to enable the PAB to connect to the hydra-node, submit transactions to it when the Head is open, as well as observe the "chain" by subscribing to transactions inside a Hydra Head using the hydra-node.

@ch1bo ch1bo added 💬 feature A feature on our roadmap red 💣 💥 ⁉️ Very complex, risky or just not well understood feature labels Feb 10, 2022
@pradeepp88
Copy link

pradeepp88 commented Feb 10, 2022

At Charli3 oracles, we have designed our oracle scripts to aggregate node values from multiple node UTXOs produced by node operators in a decentralized way. The aggregation is coded using the Plutus OffChain code, which is run by the PAB integrated with the wallet-backend for balancing/signing the transactions and the plutus-chain-Index for reading the data related to UTXOs along with the cardano-node. We also conducted a short survery with our partner projects and about 85% of them replied that they use a similar architecture. So we would like to have support to integrate all these components into a hydra-node so that our oracles can be run in hydra heads.

@cardano-scaling cardano-scaling locked and limited conversation to collaborators Nov 23, 2022
@ch1bo ch1bo converted this issue into discussion #624 Nov 23, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
red 💣 💥 ⁉️ Very complex, risky or just not well understood feature 💬 feature A feature on our roadmap
Projects
None yet
Development

No branches or pull requests

2 participants