kubic71 / RevealerBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

Create virtual env:

$ python -m venv venv

Activate it:

source venv/bin/activate

Install dependencies:

$ pip install -r requirements.txt

Install precommit hook

$ pre-commit install

Ape tests

$ ape plugins install solidity
$ ape test

About

License:GNU General Public License v3.0


Languages

Language:Python 80.9%Language:Solidity 19.1%