decentralized-exchange
v1.0.0
Published
Decentralized Exchange is an open-source project for building a decentralized exchange platform on the Ethereum blockchain. It allows users to exchange ERC20 tokens directly on the blockchain without the need for a centralized intermediary.
Downloads
3
Readme
Decentralized Exchange
Decentralized Exchange is an open-source project for building a decentralized exchange platform on the Ethereum blockchain. It allows users to exchange ERC20 tokens directly on the blockchain without the need for a centralized intermediary.
Features
- Create and cancel orders on the decentralized exchange.
- View account balances.
- Interact with smart contracts using Web3.js and ethers.js.
Installation
Clone the repository:
Install dependencies:
Create a
.env
file and add your environment variables:
Usage
Start the server:
Access the API endpoints using a REST client or integrate them into your application.
Testing
Run the test suite using Jest:
Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.