Intro
This section will cover how to interact with Notional V3 contracts using ETH brownie a Python-based development and testing framework.
Contract Github repository
Notional's V3 smart contracts repository can be found here.
Setup
Here is a simple setup to start interacting with Notional V3 using ETH brownie:
Contract approval
To interact with the protocol using ERC-20 tokens, accounts must approve Notional's Proxy.
Last updated