Skip to content

Commit

Permalink
chore: basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored May 17, 2022
1 parent 3a94d22 commit b4e0f39
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

using with brownie:
`
from brownie import Contract, web3
from dank_mids.brownie_patch import patch_contract
from dank_mids import setup_dank_w3_from_sync

dank_w3 = setup_dank_w3_from_sync(web3)
weth = patch_contract(Contract(0x1234), dank_w3)
total_supply = await weth.totalSupply.coroutine(block_identifier=12345)
`

using with web3py:
`
I'll add this later
`

using with multicall:
`
I'll add this later
`

0 comments on commit b4e0f39

Please sign in to comment.