Open kwannoel opened 3 years ago
In GitLab by @kwanzknoel on Aug 9, 2021, 21:45
assigned to @kwanzknoel
In GitLab by @kwanzknoel on Aug 9, 2021, 21:45
changed the description
In GitLab by @kwanzknoel on Aug 9, 2021, 22:53
changed the description
In GitLab by @kwanzknoel on Aug 9, 2021, 22:53
changed the description
In GitLab by @kwanzknoel on Aug 9, 2021, 23:32
changed the description
In GitLab by @kwanzknoel on Aug 9, 2021, 23:50
changed the description
In GitLab by @kwanzknoel on Aug 9, 2021, 23:51
changed the description
In GitLab by @kwanzknoel on Aug 9, 2021, 23:53
changed the description
In GitLab by @kwanzknoel on Aug 10, 2021, 04:34
changed the description
In GitLab by @kwanzknoel on Aug 10, 2021, 04:44
changed the description
In GitLab by @kwanzknoel on Aug 10, 2021, 04:48
changed the description
In GitLab by @kwanzknoel on Aug 10, 2021, 04:54
changed the description
In GitLab by @kwanzknoel on Aug 10, 2021, 04:54
marked the task Pass endpoint status checks as completed
In GitLab by @kwanzknoel on Aug 13, 2021, 02:39
changed the description
In GitLab by @kwanzknoel on Aug 13, 2021, 02:40
changed the description
In GitLab by @kwanzknoel on Aug 13, 2021, 02:41
changed the description
In GitLab by @kwanzknoel on Aug 14, 2021, 01:23
changed the description
In GitLab by @kwanzknoel on Aug 14, 2021, 03:05
changed the description
In GitLab by @kwanzknoel on Aug 19, 2021, 02:50
changed the description
In GitLab by @kwanzknoel on Aug 24, 2021, 03:12
marked the task Follow plutus pioneer program #7 to understand latest state machine api. as completed
In GitLab by @kwanzknoel on Aug 27, 2021, 02:17
marked the task Fix the test suite error (Invalid Transition
). as completed
In GitLab by @kwanzknoel on Aug 27, 2021, 02:31
changed the description
In GitLab by @kwanzknoel on Aug 27, 2021, 15:00
changed the description
In GitLab by @kwanzknoel on Sep 2, 2021, 22:30
marked the task Run the closing
interaction from end to end using the emulator. as incomplete
In GitLab by @kwanzknoel on Sep 4, 2021, 02:58
changed the description
In GitLab by @kwanzknoel on Aug 9, 2021, 21:45
Questions we need answers to:
How does it work?
See Architecture Section below.
How do we run Glow DApp with Plutus Backend?
How do we get the backend running?
create
andmove
endpoints.Invalid Transition
).closing
interaction from end to end using the emulator. MRs pending:plutus-pab/examples/wait-for-tx/Main.hs
.execute-contract
fromglow/cardano
.Polishes
niv
/nix-thunk
.Other considerations / remarks
What are the tradeoffs of targeting PAB vs Plutus Core?
What is the lower level library / interface / functionality that PAB uses to interact with Cardano Blockchain?
Are we able to bypass PAB, calling a lower level interface which directly interacts with Cardano Blockchain?
Should we reproduce PAB functionality, given that we directly target Plutus Core?
Partially, we need to deal with the lower level library / replicate the interface which PAB uses to create appropriate transactions, and dispatch these to on-chain code.
(minor issue) Should we have our own UI?
Architecture
See
Architecture.md
for an overview of various libraries, executables and other key components.