Skip to content

Commit

Permalink
Merge pull request #7 from AOSSIE-Org/Djed
Browse files Browse the repository at this point in the history
Add djed to projects.js
  • Loading branch information
ceilican authored Mar 5, 2024
2 parents d50031e + b1c4f34 commit 29bdcf2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/helper/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ const projects = [
},
logo: AgoraLogo,
},
{
name: 'Djed',
description:
'Djed is a Formally Verified Crypto-Backed Algorithmic Stablecoin Protocol.',
link: { href: 'https://github.com/AOSSIE-Org/Djed-Solidity-WebDashboard', label: 'Djed' },
logo: Djed,
},
{
name: 'Pictopy',
description:
Expand Down
Binary file added src/images/Djed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions src/pages/ideas/2024/djed.mdx
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`

0 comments on commit 29bdcf2

Please sign in to comment.