Skip to content

auditless/ethereum-reference

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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