scroll-tech / scroll-guides

MIT License
43 stars 180 forks source link

Comprehensive Tutorial implementation of Cross-Chain Interaction Using Scroll Messenger #8

Open LamsyA opened 6 months ago

LamsyA commented 6 months ago

The provided codebase includes:

Smart contracts (Greeter.sol and GreeterOperator.sol) showcasing the interaction mechanism. Deployment scripts (deployGreeter.ts and deployGreeterOperator.ts) for deploying the smart contracts. Cross-chain communication scripts (use-greeter-operator.ts and get-bridge.ts) Read the new message sent script(get-greeter.ts). Detailed step-by-step guide (README.md) explaining the setup, deployment, execution of cross-chain transactions and ho to run the scripts.