Skip to content

Commit

Permalink
chore: readme updated with new plugin example use
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jul 13, 2024
1 parent b4f029a commit 3881951
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ To call a view function with the signature `call_this_view_function(uint256)(str
ape_utils call --function-sig "call_this_view_function(uint256)(string)" --address "0x80E097a70cacA11EB71B6401FB12D48A1A61Ef54" --args 6147190 --network :sepolia:infura
```
### Use as ape plugin
```bash
ape utils --help
ape utils call --function-sig "call_this_view_function(uint256)(string)" --address "0x80E097a70cacA11EB71B6401FB12D48A1A61Ef54" --args 6147190 --network :sepolia:infura
```
#### ABI encode the given function
```sh
Expand Down

0 comments on commit 3881951

Please sign in to comment.