OffchainLabs / arbitrum-tutorials

Get started developing on Arbitrum
455 stars 280 forks source link

Add local node support for tutorials #98

Closed TucksonDev closed 1 year ago

TucksonDev commented 1 year ago

To add local node support for all tutorials, they all need to be updated. The main reason for this is that they might all use different SDK versions, so we can't add the local node support in a common package (like arb-shared-dependencies).

Here I show how this is done for eth-deposit.

Note (FYI):

TucksonDev commented 1 year ago

Added support for all tutorials. Also added a comment to describe the reasoning of calling that method. Tested all tutorials on a local node.