logoAcademy

Create the Sender Contract

Deploy roundtrip sender contract

Go ahead and deploy the sender contract on the C-Chain.

forge create --rpc-url local-c --private-key $PK src/1-send-roundtrip/senderOnCChain.sol:SenderOnCChain

Then save the sender contract address in an environment variable:

export SENDER_ADDRESS="0x123..."
Updated:

On this page

No Headings
Edit on Github