Content
@
https://warpcast.com/~/channel/foundry
0 reply
0 recast
0 reaction
0xrusowsky
@0xrusowsky.eth
broke: use `cast` to perform complex interactions with the blockchain via CLI. woke: use forge scripts to perform complex interactions with the blockchain. bespoke: use forge scripts to perform complex interactions with the blockchain + shell scripts / makefiles to execute them in an easy and reproducable manner.
0 reply
0 recast
5 reactions
Guybrush
@guybrush
was batch scripting with forge and found that using it to prep the TX but cast to execute gave quicker results. (Forge seemed to hang on bigger batches when executing than generating) now doing `console2.log("cast send ", abi.encodeCall(foo.callContract, (123))` — then using shell scripts to iterate the commands.
0 reply
0 recast
0 reaction