Wintr

screenshot of Wintr

wintr is the ice blockchain's collection of packages/modules/libraries, used across all components in the ecosystem.

Overview

Wintrwintr is a collection of packages, modules, and libraries that are used across all components in the ice-blockchain ecosystem. It offers crucial operations for developers to streamline the development process.

Features

  • make all: Runs the CI pipeline locally, saving time and avoiding remote PR check failures.
  • make local: Runs the CI pipeline in a descriptive/debug mode, providing insights into the process before running the "real" pipeline.
  • make lint: Runs the linters to identify and fix lint issues separately.
  • make test: Executes all tests to ensure the functionality and stability of the codebase.
  • make benchmark: Runs benchmark tests to evaluate the performance of the components.

Summary

Wintrwintr provides developers with a comprehensive set of tools and functionalities to enhance the development experience. Its key features include running CI pipelines locally, linting code, executing tests, and benchmarking performance. By following the installation guide, developers can easily set up and utilize Wintrwintr in their development workflow.