Agoric / dapp-orchestration-basics

Agoric Orchestration Sample dApp
2 stars 4 forks source link

Unify `flows` and `orca` #15

Open anilhelvaci opened 3 months ago

anilhelvaci commented 3 months ago

Context

The idea of using predefined *.flows.js files from orchestration package in third party contracts is a work in progress.

Problem Solved

The current way orca contract demonstrates orchestration package is different to the flows approach described above. Here we take the first of step for unifying those approaches under one repository to have better teaching material for orchestration API.

What are some of the improvements flows brings and orca can use?

Testing

I have confirmed that test pass and contracts can be deployed to multichain setup for both orca and flows.

What can be better?

Currently the folder structure is a little bit too nested. We should flatten that

cc @Jovonni