-
Notifications
You must be signed in to change notification settings - Fork 27
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
#101 Add voucher execution #115
Conversation
… CartesiDApp ABI for code generation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
… before displaying a notification
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nevendyulgerov, it looks good to me. I have a mixed feeling regarding the <VoucherExecution/>
being located in the apps/web instead of being part of the packages/ui
. But that is not a merge blocker. Let's discuss this later.
I added the voucher execution logic in a component called
VoucherExecution
located inapps/web
. For testing of this logic I used the following dapp which comes will functionality for adding inputs with vouchers.