Examples
Last updated
You can check our current examples for reference:
And also recreated test examples in Foundry from the :
User must provide ETHEREUM_SEPOLIA_RPC_URL
and ARBITRUM_SEPOLIA_RPC_URL
.
User must provide ETHEREUM_SEPOLIA_RPC_URL
and ARBITRUM_SEPOLIA_RPC_URL
.
In the first terminal window run: npx hardhat node
In the second terminal window run: npx hardhat run ./scripts/examples/UnsafeTokenAndDataTransferFork.ts --network localhost
To run this example, you must git clone repository first and then: