garrettmaring / wallet-contract-attempting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-python-brownie

Project demonstrating Solidity and Python Brownie on the Engi network.

Install

pipenv install

Generate requirements

pipenv requirements --dev > requirements.txt

Run

pipenv run pytest --report-log pytest.json

Docker

docker compose up --exit-code-from tests

Engi-compatible test runner output is in pytest.json

About

License:MIT License


Languages

Language:Python 50.5%Language:Solidity 39.7%Language:Dockerfile 9.8%