Skip to content

auditless/ethereum-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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