This ticket describes a webapp based version of the offramping prototype that uses Spacewalk and a SEP-24 based offramp on Stellar in order to offramp EURC.s on Pendulum.
Goal
The goal is that non-technical people are able to test the flow from the first prototype, e.g., no knowledge and installation of Node.js, npm or the terminal required.
Todo
This prototype should be based on the original offramping prototype. The complete JavaScript code should just be moved to a website. The only differences are:
- instead of using the
prompt dependency to ask the user for the stellarFundingSecret and the pendulumSecret, provide two password input fields instead
- instead of using the
open dependency, open the url directly inside an iframe on the same page
- any console output should be rendered on the website, e.g., within a scrollable text field
- also add a "Start" button (or similar) to start the process once the user entered the two secrets
Since this whole is an experimental prototype, it would make sense to do this development on a separate branch (e.g., offramp-prototype).
Optimize for a simplistic UI, this is a prototype.
This ticket describes a webapp based version of the offramping prototype that uses Spacewalk and a SEP-24 based offramp on Stellar in order to offramp EURC.s on Pendulum.
Goal
The goal is that non-technical people are able to test the flow from the first prototype, e.g., no knowledge and installation of Node.js, npm or the terminal required.
Todo
This prototype should be based on the original offramping prototype. The complete JavaScript code should just be moved to a website. The only differences are:
promptdependency to ask the user for thestellarFundingSecretand thependulumSecret, provide two password input fields insteadopendependency, open the url directly inside an iframe on the same pageSince this whole is an experimental prototype, it would make sense to do this development on a separate branch (e.g.,
offramp-prototype).Optimize for a simplistic UI, this is a prototype.