Solidbyte version: 1.0.0
A test project for Solidbyte. Mostly used for trying out features but can also be a reference for new users.
To setup a virtual environment and install dependencies:
python3 -m venv ~/.venvs/solidbyte-test-project
source ~/.venvs/solidbyte-test-project/bin/activate
pip install -r requirements.txt
flake8
flake8-vyper
Testing using the test
network, which in our case is eth_tester
.
sb test test