├── 1-serch.py ├── 2-transferETH.py ├── 3-ArbitrumBridge.py ├── 4-zkSyncBridge.py ├── 5-accounts.py ├── README.md └── env.py /1-serch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreTsao/web3_script_tutorial/HEAD/1-serch.py -------------------------------------------------------------------------------- /2-transferETH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreTsao/web3_script_tutorial/HEAD/2-transferETH.py -------------------------------------------------------------------------------- /3-ArbitrumBridge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreTsao/web3_script_tutorial/HEAD/3-ArbitrumBridge.py -------------------------------------------------------------------------------- /4-zkSyncBridge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreTsao/web3_script_tutorial/HEAD/4-zkSyncBridge.py -------------------------------------------------------------------------------- /5-accounts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreTsao/web3_script_tutorial/HEAD/5-accounts.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreTsao/web3_script_tutorial/HEAD/README.md -------------------------------------------------------------------------------- /env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndreTsao/web3_script_tutorial/HEAD/env.py --------------------------------------------------------------------------------