-
Notifications
You must be signed in to change notification settings - Fork 91
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
dApp
: create UI for UbiquityPool
#833
Comments
Hi, I would like to contribute towards this issue |
Available commands
|
Hey, you're free to start with the |
/start |
Tips:
|
/wallet 0xA09f6409c2BA41845a878c37639931980476b47c |
Updated the wallet address for @yeshealer successfully! Your new address: |
@rndquu I have a question, Should I create UI separately with this project or create new project for this faucet? |
We should add a new web page here https://github.com/ubiquity/ubiquity-dollar/tree/development/packages/dapp |
thanks, one more question. Your project running environment is Ubuntu not windows? |
Yes, the project definitely works on macos/linux, not sure about windows though |
I see thanks |
the project basically is a node package + solidity smart contracts, so it's multi-platform, and you should have no issues running on Windows, or any other OS, as the project is not OS dependent, just check your nodejs enviroment |
@yeshealer Hey, how is it going? |
doing now. gonna show the result on next monday!!! |
not working anymore? @yeshealer |
# Comment event received without a recognized user command. |
@@ No latest assign event found. @@ |
@rndquu you think theres a forkable version of this UI? |
Perhaps, I haven't checked yet |
# @rndquu the deadline is at 2023-12-22T21:10:03.107Z |
Hei @rndquu I will take this on my side, is ok ? |
@rndquu the deadline is at 2024-03-26T06:32:06.294Z |
Hei @rndquu, if you need help on this, please let me know. |
@rndquu the deadline is at 2024-04-10T15:05:01.694Z |
/stop |
+ You have been unassigned from the task |
I think we simply need to take https://nextjs.org/ and rebuild the frontend for https://github.com/ubiquity/ubiquity-dollar/tree/development/packages/dapp in a separate repository |
That's fine. The repo needs to be initialized and then a task can be created Repo name |
Closing this in favor of ubiquity/uusd.ubq.fi#1 |
# Issue was not closed as completed. Skipping. |
# Issue was not closed as completed. Skipping. |
Depends on #832
There is the new UbiquityPool contract (facet) where users can mint and redeem
Dollar
tokens for collateral tokens.Minting example:
LUSD
as collateralDollar
tokensRedeeming example:
Dollar
tokensLUSD
collateral backWe should create a new UI page for the UbiquityPool contract and make sure that it works with the local anvil deploy script.
Since the UbiquityPool contract is forked from the FraxPoolV3 contract we can take the Frax UI as an example:
Notice: the getDollarPriceUsd() method may revert (because TWAP is not part of the deployment script, will be fixed in #827) so you will have to mock it
P.S. All protocol contracts used in the UI can be found here
Mint:
Redeem:
The text was updated successfully, but these errors were encountered: