Skip to content
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

PoC: client-side integration with vite-plugin and hot reload #22

Open
2 of 4 tasks
Tracked by #34
scarmuega opened this issue Mar 11, 2025 · 0 comments
Open
2 of 4 tasks
Tracked by #34

PoC: client-side integration with vite-plugin and hot reload #22

scarmuega opened this issue Mar 11, 2025 · 0 comments

Comments

@scarmuega
Copy link
Member

scarmuega commented Mar 11, 2025

We want to provide a PoC of the DevEx of integrating tx-builder procedures in a website using Tx3.

The flow should be the following:

  1. Dev starts a new website using Vite
  2. Dev adds tx3 artifacts (vite-plugin + anything else?)
  3. Dev starts a tx3 file from scratch with a very simple tx (ADA transfer?)
  4. Dev creates UI elements for gathering user input (source / target party address, transfer amount)
  5. Dev connects UI to bindgen functions
  6. Dev runs everything locally (using public TRP endpoint) and builds a Tx
  7. Dev modifies tx3 file to add complexity (something involving datums)
  8. Dev finds that bindgen artifacts have been updated
  9. Dev updates UI to adapt to changes in requirement (eg: adds a new input that provides a datum field)
  10. Dev runs everything locally again and builds a Tx

Dependencies:

@scarmuega scarmuega mentioned this issue Mar 11, 2025
5 tasks
@scarmuega scarmuega pinned this issue Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant