Devnet Validation Guide
1. Configure Solana CLI to Devnet:
Devnet Validation Guide
Deployment Details
EopUaCV2svxj9j4hd7KjbrWfdjkspmm2BCBe7jGpKzKZEuDy3ct4M8Mge5s3TLSvH6jtKhGpxZAh6iyJ2xyrJJjb0.32.1c53771ddbb4097f45c08fe339a924bb348c33aabReproducing Smoke Tests
- Configure Solana CLI to Devnet:
bash
solana config set --url https://api.devnet.solana.com- Ensure the program is deployed to Devnet using the Program ID above.
- Run the smoke tests (targets
tests/smoke.ts):
bash
anchor test --provider.cluster devnet --skip-local-validator -- --grep "AgenC Devnet Smoke Tests"Optional (full Anchor test suite on Devnet):
bash
anchor test --provider.cluster devnet