Skip to content

Milestones

List view

  • ### Overview (user story) As a developer wanting to build with Wormhole, I want a template repo for bootstrapping my xDapp that comes with a simple message passing example and the local dev environment for running e2e tests. ### Requirements (UX) - dev environment dependencies list (tilt, docker, forge, anchor, etc) - whitepaper explaining the example - ability to run the example locally - stand up networks - build contracts - deploy contracts - run integration test and see the result ### dev tasks - [x] whitepaper - [x] EVM contracts, deploy scripts - [x] Solana contracts, deploy scripts - [ ] Sui contracts, deploy scripts - [x] integration tests - [ ] Wormhole monorepo tilt devnet stand-up - [ ] entrypoint script (shell, Tiltfile, etc) - [ ] local dev env setup doc, with dev dependencies

    No due date
    2/5 issues closed
  • # Overview New example demonstrating how to integrate with Token Bridge smart contracts using transfer with payload and complete transfer with payload. The methods will resemble Hello World interface. But instead of `sendMessage` we will use `sendToken`. And because the token bridge is the emitter in this example, we will just register other network Hello Token contracts so each contract will only accept transfers from specific senders. # Requirements - whitepaper - EVM contract and tests - Solana contract and tests - Sui contract and tests

    No due date
    7/7 issues closed