Scaffold app 01 - Hello World
No due date
40% complete
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…
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
- whitepaper
- EVM contracts, deploy scripts
- Solana contracts, deploy scripts
- Sui contracts, deploy scripts
- integration tests
- Wormhole monorepo tilt devnet stand-up
- entrypoint script (shell, Tiltfile, etc)
- local dev env setup doc, with dev dependencies