Skip to content

Latest commit

 

History

History

utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This directory contains a generated cli and python interface to the smart contracts that were generated by moonworm

run cli

python3 DummyToken.py -h

Generate for a new contract:

  1. Install moonworm, if you haven't already:
pip install moonworm
  1. Run from the root directory of the project:
moonworm brownie-generate -p . -n CONTRACT_NAME -o utils