Testing and Deploying the DApp
Building a Complete DApp
Chapter 5: Testing and Deploying the DApp
Test locally and deploy to devnet.
Steps:
anchor test for local testing.
anchor deploy --provider.cluster devnet to deploy.
Interact via the frontend.
Interactivity: Simulate deployment and get a program ID for devnet.
Last updated