This repository contains the Exomoon v0
Smart contracts.
To install the package, run the following command:
yarn install
The package provides the following scripts:
-
yarn compile
: This script compiles the source code. -
yarn test
: This script runs all unit tests. -
yarn lint
: This script performs static analysis of the code to detect issues. -
yarn generate-docs
: This script generates code documentation.
To build the package, run the following command:
yarn compile
This command compiles the source code and generates output files in the dist
directory.
To run the unit tests, run the following command:
yarn test
This command runs all unit tests and prints a report of the results.
To perform static analysis of the code, run the following command:
yarn lint
This command analyzes the source code and detects any issues.
To generate code documentation, run the following command:
yarn docs
This command generates code documentation and saves it in the docs
directory.