Skip to content

Commit

Permalink
update readme with status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
t81lal committed May 9, 2024
1 parent 35607d5 commit da13138
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Zellic Solidity Parser (solp)

[![Tests](https://github.com/Zellic/solidity-parser/actions/workflows/python-ci.yml/badge.svg?branch=main)](https://github.com/Zellic/solidity-parser/actions/workflows/python-ci.yml)

### Project Links

- Zellic: https://www.zellic.io/
- Code: https://github.com/Zellic/solidity-parser
- Documentation: https://docs.zellic.dev

### Description

Solp is a Python library used for reading, parsing and analysis Solidity source projects and contracts without having
Expand Down Expand Up @@ -72,6 +80,7 @@ configurations for development are in `example/` but these aren't application us
The example code in `example/quickstart.py` enables you to load in a Solidity project and generate AST2 parse trees.
These can then be used for analysis.

Check out the [Get Started](https://docs.zellic.dev/getstarted/) user guides for more information.

### How it works

Expand Down

0 comments on commit da13138

Please sign in to comment.