Open hashedtitan opened 15 hours ago
test.sh
written, but is reverting with error as seen in screenshot below:
decrypter
address on the network, so this brings up a good opportunity to outline the key details of interacting with this contract. After discussion with @SetarehGhorshi, we will bring this up with foundry team.error code -32603: EVM error OpcodeNotFound.
Scope
Setup the Simple Auction Example, and maybe others, to use an
anvil
fork ofarbitrum sepolia testnet
so we can simulate multiple bidders and have the 'students' come in and clone the repo and use a brand new wallet with no sepolia eth. The key here is that they don't need to get a bunch of sepETH to be able to run the tutorials.TODOs:
Below are rough implementation steps to take where edits could be made to the bash test file, and additions made to the appropriate README.
anvil --fork-url https://sepolia-rollup.arbitrum.io/rpc
)RPC_URL var
cast