-
Notifications
You must be signed in to change notification settings - Fork 2
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
Frontend #6
Comments
We'll also need at least a way to purchase / sell our stablecoin. Though that could just be an ERC-20 + a pool in an external service for an MVP. Step 2 would be implementing the pool ourselves (we'll sort of need these components later both frontend or backend). |
@norswap Good point! Not sure how I missed that one 😅️ Updated the first post with a new bullet point !
NVM, reread the original spec, and you mentioned it there :D |
We should probably also add support for $C-$CFD AMM in the frontend. This would serve as an additional step to make sure users smoothly can withdraw a position. |
The project needs a frontend to be user friendly.
I think it's best to use the metamask api to interact with the frontend + smart contract. It's what most people are already familiar with.
In the frontend users has to be (at least) able to do the following
If we want to be fancy we can create a more fancy dashboard for the position, but this is not required for the first version.
The text was updated successfully, but these errors were encountered: