Skip to content

Latest commit

 

History

History

lesson-03-magic

Lesson 3: Magic

This lesson shows off the %%vyper cell magic command that compiles a dummy Vyper price oracle contract into a variable for testing Curve Llama Lend.

VIEW MAGIC COMMANDS

Built-in IPython magic command to list all currently available magic functions

%lsmagic

LOAD CONTRACT FROM BLOCK EXPLORER

The EOA (Externally Owned Account) is the account Titanoboa uses by default for msg.sender top-level calls and tx.origin in state-mutating function calls

boa.env.eoa

HELPFUL LINKS

Vyper Code

Documentation