Build Multichain dApps on Shimmer

By Kumar Anirudha

Elevator Pitch

This talk will cover how to get started and build multichain interoperable dApps in Shimmer Network. Covers from basics to code examples to deploy and test dApps for developers.

Description

If you’re new to web3 development or Shimmer in general, this talk is for you.

Shimmer Network is a new L1 network by IOTA Foundation. There’s a compelling architecture driving it with a bridgeless L2 connection where it’s possible to setup multi-node and multi-chain dApps and access even L1 seamlessly. We’ll cover all the architecture parts and small dev examples on how to get started with it.

Will cover the following:

  • What is Shimmer
  • About ShimmerEVM
  • ISC Architecture
  • Understanding Multi-Node and Multi-Chain Wasp setup
  • Setup dev environment
    • Local setup
    • Using public nodes and endpoints
  • Understanding ISC Magic Contracts
  • How to use ISC Magic Contracts in your Smart Contract Code
  • Send and Receive tokens to L1 from L2 using ISC Magic Contracts
  • Conclusion