Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 384 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 384 Bytes

ethereum-reference

A Solidity and Vyper reference guide

Outside dependencies

  • python ==3.7
  • pipenv
  • OPTIONAL, only needed for live reload development: entr (brew install entr)

Using the repository

Resolving project dependencies

make install

Running tests (`pytest)

make test

Typechecking (mypy)

make types