This repo contains starting templates for building dapps that run
across multiple chains. You can pull in any of these templates using the
cubist
cli tool.
For example, to get started with a counter that lives across two chains:
cubist new --template Storage --type TypeScript
For more information, check out the Cubist docs.
- Storage -- A simple counter running on Polygon and accessible on Ethereum.
- TokenBridge -- Two-chain dapp for bridging wrapped gas tokens from Polygon to Ethereum.
- MPMC -- Many-chain dapp implementing the multi-producer, multi-consumer pattern across Avalanche, Ethereum, Polygon, and an Avalanche subnet.
Copyright (C) 2022-2023 Cubist, Inc.
See the NOTICE file for licensing information.