Skip to content

Commit

Permalink
Add comment referencing the ABI to run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmendoza authored Jul 22, 2019
1 parent f54ed10 commit a27a5a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/web3.eth.account.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ To sign a transaction locally that will invoke a smart contract:

.. doctest::

# When running locally, execute the statements found in the file linked below to load the EIP20_ABI variable.
# See: https://github.com/carver/ethtoken.py/blob/v0.0.1-alpha.4/ethtoken/abi.py

>>> from web3.auto import w3

>>> unicorns = w3.eth.contract(address="0xfB6916095ca1df60bB79Ce92cE3Ea74c37c5d359", abi=EIP20_ABI)
Expand Down

0 comments on commit a27a5a4

Please sign in to comment.