Testing and Deploying the DApp

Building a Complete DApp

Chapter 5: Testing and Deploying the DApp

Test locally and deploy to devnet.

  • Steps:

    1. anchor test for local testing.

    2. anchor deploy --provider.cluster devnet to deploy.

    3. Interact via the frontend.

  • Interactivity: Simulate deployment and get a program ID for devnet.

Last updated