Skip to content
/ InDex Public

Decentralized Exchange based on Scaffold-ETH's DEX Challenge with added staking functionality

License

Notifications You must be signed in to change notification settings

etorelan/InDex

Repository files navigation

InDex

A decentralized exchange template based on Scaffold-ETH's DEX Challenge with added staking functionality

Features

  • Users can swap between ETH and a custom-created token
  • Swapping, staking and withdrawing built-in, with amounts calculated based on the size of the liquidity pool

Technologies Used

  • Brownie: Python backend blockchain framework
  • Ganache: Providing local development blockchains

Installation

  1. Clone the repository:
git clone https://github.com/etorelan/InDex.git
  1. Install dependencies:
cd InDex/
pip install -r requirements.txt
  1. Set up environment variables:

    • Create a .env file in the root directory and set the PRIVATE_KEY variable to your wallet's private key:

License

This project is licensed under the MIT License

Acknowledgments

  • Special thanks to the developers of Solidity, Brownie, and Ganache for their tools and documentation.
  • Thanks to the open-source community for providing helpful resources and tutorials.

About

Decentralized Exchange based on Scaffold-ETH's DEX Challenge with added staking functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published