https://github.com/mikeshultz/solidbyte-test-project
A test project for Solidbyte. Mostly used for trying out features but can also be a reference for new users.
https://github.com/mikeshultz/solidbyte-test-project
Last synced: 11 days ago
JSON representation
A test project for Solidbyte. Mostly used for trying out features but can also be a reference for new users.
- Host: GitHub
- URL: https://github.com/mikeshultz/solidbyte-test-project
- Owner: mikeshultz
- License: mit
- Created: 2019-03-15T17:58:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T17:22:31.000Z (over 7 years ago)
- Last Synced: 2025-02-22T22:27:45.798Z (over 1 year ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solidbyte-test-project
[](https://travis-ci.org/mikeshultz/solidbyte-test-project)
Solidbyte version: `1.0.0`
A test project for [Solidbyte](https://github.com/mikeshultz/solidbyte). Mostly
used for trying out features but can also be a reference for new users.
## Development
### Dependencies
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
### Linting Python Tests and Scripts
flake8
### Linting Vyper
flake8-vyper
### Test Contracts
Testing using the `test` network, which in our case is `eth_tester`.
sb test test