Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2.69 KB

CONTRIBUTING.md

File metadata and controls

66 lines (41 loc) · 2.69 KB

Contributing to Halmos

We greatly appreciate your feedback, suggestions, and contributions to make Halmos a better tool for everyone!

Join the Halmos Telegram Group for any inquiries or further discussions.

Development Setup

If you want to submit a pull request, fork the repository:

gh repo fork a16z/halmos

Or, if you just want to develop locally, clone it:

git clone [email protected]:a16z/halmos.git

Create and activate a virtual environment:

python3.12 -m venv .venv && source .venv/bin/activate

Install the dependencies:

# install halmos and its runtime dependencies
python -m pip install -e .

# install the dev dependencies
python -m pip install -r requirements-dev.txt

Install and run the git hook scripts (this is optional but will make sure that your PR will follow the style convention):

pre-commit install
pre-commit run --all-files

Coding Style

We recommend enabling the black formatter in your editor, but you can run it manually if needed:

python -m black src/

GitHub Codespace

A pre-configured development environment is available as a GitHub Codespaces dev container.

License

By contributing, you agree that your contributions will be licensed under its AGPL-3.0 License.

Disclaimer

These smart contracts and code are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts and code. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions or loss of transmitted information. THE SMART CONTRACTS AND CODE CONTAINED HEREIN ARE FURNISHED AS IS, WHERE IS, WITH ALL FAULTS AND WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, NON-INFRINGEMENT OR FITNESS FOR ANY PARTICULAR PURPOSE. Further, use of any of these smart contracts and code may be restricted or prohibited under applicable law, including securities laws, and it is therefore strongly advised for you to contact a reputable attorney in any jurisdiction where these smart contracts and code may be accessible for any questions or concerns with respect thereto. Further, no information provided in this repo should be construed as investment advice or legal advice for any particular facts or circumstances, and is not meant to replace competent counsel. a16z is not liable for any use of the foregoing, and users should proceed with caution and use at their own risk. See a16z.com/disclosures for more info.