Skip to main content

Contributing

Join our Community!

We are always looking for contributors to help us improve our project. If you are interested, please consider joining the Discord channel to get involved.

Open Issues

Alternatively, check out a list of open issues in our GitHub repository. We would appreciate any and all help tackling / discussing about these.

Setup

  1. Clone the repository using one of the following commands:
https://github.com/smart-transaction/stxn-contracts-core
  1. Navigate to the cloned repository's root directory and install dependencies:
cd stxn-contracts-core
forge install
  1. Build the project, run the test suite:
forge build
forge test
  1. Explore the codebase! We highly encourage contributions, whether they be in the form of addressing open issues, submitting bug reports, or proposing new features. Your input is invaluable to us and helps make our project better for everyone.