-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from AOSSIE-Org/Djed
Add djed to projects.js
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import { IdeaLayout } from '@/components/IdeaLayout' | ||
|
||
export const meta = { | ||
title: 'Djed for EVM Blockchains', | ||
description: 'A Formally Verified Crypto-Backed Stablecoin', | ||
} | ||
|
||
export default (props) => <IdeaLayout meta={meta} {...props} /> | ||
|
||
### Project Duration: 350 hrs | ||
|
||
## Description: | ||
|
||
Djed is a formally verified crypto-backed stablecoin protocol. To know more about it, read https://docs.djed.one . | ||
For our solidity implementation, we would like to improve our frontend, making it more general, | ||
improving the user experience, and supporting some new features. | ||
|
||
|
||
|
||
## Expected Outcomes: | ||
|
||
- Improve the code quality of the frontend | ||
- Implement functionality to redeem both stablecoin and reservecoin simultaneously | ||
- Make the frontend work with oracles from other chains | ||
- Deploy the contracts and the frontend to multiple blockchains | ||
- Make it easier to change colors of the frontend | ||
|
||
## Required Skills: | ||
|
||
- React | ||
- Solidity | ||
- web3.js | ||
|
||
## Mentors: | ||
|
||
`Bruno Woltzenlogel Paleo` | ||
`Ayush Tiwari` | ||
`Raj Ranjan` |