Skip to content

Instantly share code, notes, and snippets.

View bayological's full-sized avatar
🎯
Focusing

Bayological bayological

🎯
Focusing
View GitHub Profile
@opsuperchain
opsuperchain / interop-workshop.md
Last active February 25, 2025 21:08
ETH Denver Interop Workshop

Today we are going to explore some of the exciting things you can do with NATIVE interop coming to an OP Stack chain near you!

What is native interop?

Within the Superchain interop set, any chain can securely read any event from any other chain within seconds. This means tokens can be bridged instantly, apps can be built which span multiple chains, etc. Native interop removes the primary technical barrior to app devs building fully chain abstracted experiences, bringing us far closer to a world where users don't need to worry about bridging their tokens to the wrong chain.

Full explainer: https://docs.optimism.io/stack/interop/explainer

@dsample
dsample / README.md
Last active March 27, 2025 12:55
ASCII art diagrams

ASCI art characters for creating diagrams

Characters:

Single line

  • ASCII code 191 = ┐ ( Box drawing character single line upper right corner )
  • ASCII code 192 = └ ( Box drawing character single line lower left corner )
  • ASCII code 193 = ┴ ( Box drawing character single line horizontal and up )
  • ASCII code 194 = ┬ ( Box drawing character single line horizontal down )