Skip to content

derpy-duck/wormhole-scaffolding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wormhole Scaffolding

This repository warehouses apps that integrate with Wormhole generic messaging and existing apps that use Wormhole message passing. These apps range in complexity and demonstrate how to organize your business logic in your smart contracts. These examples also show how you would write tests supporting your Wormhole integration.

Prerequisites

EVM

If your xChain app will require EVM smart contracts, we recommend using Foundry tools, which include forge, anvil and cast CLI tools.

Solana

If your xChain app will require Solana programs, prepare your development environment by installing Solana and Anchor dependencies, which include solana and anchor CLI tools.

Build and Test

Each directory represents Wormhole integrations for specific blockchain networks. Please navigate to a network subdirectory to see more details on building and testing.

About

Starter apps with Wormhole integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.9%
  • Rust 29.1%
  • Solidity 25.3%
  • Shell 1.4%
  • Makefile 0.3%