1.0.0 • Published 2 months ago

teaswap v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

TeaSwap

TeaSwap is a decentralized exchange (DEX) platform built on the Ethereum blockchain. It allows users to swap assets directly without the need for intermediaries.

Features

  • Swap assets directly on the Ethereum blockchain
  • Add liquidity to the pool
  • Remove liquidity from the pool
  • Limit order functionality for trading
  • Unit-tested smart contracts and JavaScript tests

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/teaswap.git

Install dependencies:
cd teaswap
npm install

Usage
Deploy the smart contracts to your preferred Ethereum network:
truffle migrate --network <network>
Run the tests:
truffle test
Start the development server:
npm start
Access the application at http://localhost:3000
Configuration
You can configure the Ethereum network settings in the truffle-config.js file.
Customize the UI and functionality by modifying the React components and JavaScript files in the src directory.
Contributing
Contributions are welcome! Please feel free to open issues or submit pull requests.

License
This project is licensed under the MIT License - see the LICENSE file for details.