/usdt-rest-api

Java Spring wrapper for USDT(Tether)

Primary LanguageJava

๐ŸŒ USDT REST API Wrapper

GitHub stars GitHub forks GitHub issues GitHub pull requests GitHub license

The USDT REST API Wrapper project is a tool that wraps the USDT (Tether) contract and provides a convenient REST API for interacting with it.

๐Ÿš€ Key Features

  • ๐ŸŒŸ Convenient USDT Contract Interaction: The project wraps a complex USDT contract and offers a user-friendly REST API, enabling users to interact with the contract easily.

  • ๐Ÿงฉ Modular Architecture: The project utilizes Spring Boot and follows a modular architecture, making it easy to add new features and maintain.

  • ๐Ÿ“š API Documentation: With the use of Swagger V3 and Springdoc-openapi, the project provides comprehensive API documentation, helping users quickly explore available endpoints and their functionality.

  • ๐Ÿ› ๏ธ Code Simplicity with Lombok: Leveraging Lombok simplifies the project's code, making it more readable and maintainable.

  • ๐Ÿณ Easy Deployment with Docker Compose: Docker Compose allows for straightforward project deployment, simplifying its setup and scalability.

  • ๐Ÿ“ˆ Monitoring with Zipkin: Integration with Zipkin through Brave offers monitoring and tracking capabilities to ensure stability and performance.

  • ๐Ÿงช Unit Testing: The project's code is equipped with unit tests, enhancing its reliability and ensuring stable performance.

๐Ÿ› ๏ธ Technology Stack

๐Ÿ Installation and Running

To run the project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/f3n1b00t/usdt-rest-api.git
    cd usdt-rest-api
  2. Build service:
    cd contract-service
    ./gradlew build 
  3. Run docker:
    cd ..
    docker compose up
  4. Enjoy the project! ๐ŸŽ‰

๐Ÿ“– API Documentation

After a successful launch, you can visit the following link to explore the API documentation:

API Documentation

๐Ÿค Contribution

We welcome contributions to the project! If you would like to contribute, please review the CONTRIBUTING.md for more information.

๐Ÿ“„ License

Spring Boot is Open Source software released under the Apache 2.0 license.