Metadata-Version: 2.1
Name: nile-verifier
Version: 0.1.0
Summary: Nile plugin to verify smart contracts on starkscan.co
Home-page: https://github.com/martriay/nile-verifier-plugin
License: MIT
Keywords: cairo,nile
Author: Martín Triay
Author-email: martriay@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: cairo-nile (>=0.9.0,<0.10.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: yaspin (>=2.2.0,<3.0.0)
Project-URL: Repository, https://github.com/martriay/nile-verifier-plugin
Description-Content-Type: text/markdown

# Nile verifier plugin

Plugin for [Nile](https://github.com/OpenZeppelin/nile) to verify contracts on [starkscan.co](https://starkscan.co).

> ## ⚠️ WARNING! ⚠️
>
> This repo contains highly experimental code.
> Expect rapid iteration.
> **Use at your own risk.**

## Installation

1. Install [Poetry](https://python-poetry.org/docs/#installation)
2. Install dependencies: `poetry install`

## License

MIT

