Skip to content

DjedAlliance/Djed-Solidity-WebDashboard

Repository files navigation

Djed-Solidity WebDashboard    

 

Djed-Solidity WebDashboard

 

X (formerly Twitter) Badge    Discord Badge    Medium Badge    LinkedIn Badge   

 

Djed is a formally verified crypto-backed autonomous stablecoin protocol. This repository contains the complete source code for a frontend application designed to facilitate user interaction with deployments of a Solidity implementation of the Djed protocol.


Table of Contents

About

Djed is a formally verified crypto-backed autonomous stablecoin protocol. This repository contains the complete source code for a frontend application designed to facilitate user interaction with deployments of a Solidity implementation of the Djed protocol.


Known Deployments

Known deployments of this frontend can be used at:

By utilizing this frontend application, users can conveniently engage with Djed deployments and explore the functionalities provided by the smart contracts.


Installation

We use nvm to handle the Node version. If you don't use nvm, the Node version can be taken from the .nvmrc file.

  1. Clone the repository:
git clone https://github.com/username/djed-solidity-web-dashboard.git
cd djed-solidity-web-dashboard
  1. Install Node version and dependencies:
nvm install
npm install

Usage

Start the development server:

npm start

Open http://localhost:3000 to view it in your browser.

Run tests:

npm test

Format code with Prettier:

npm run format

Build for production:

npm run build

Contributing

We welcome contributions from the community!

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add amazing feature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.
  6. For major changes, please open an issue first to discuss what you'd like to change.

📬 Contact