> For the complete documentation index, see [llms.txt](https://docs.ante.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ante.org/v0.5/for-devs.md).

# For Developers

- [Writing an Ante Test](https://docs.ante.org/v0.5/for-devs/writing-an-ante-test.md): Four steps to writing your first Ante Test
- [Coming up with an invariant](https://docs.ante.org/v0.5/for-devs/writing-an-ante-test/invariant-ideas.md): Can't think of any tests? Maybe one of these will spark some inspiration!
- [Explaining IAnteTest.sol and AnteTest.sol](https://docs.ante.org/v0.5/for-devs/writing-an-ante-test/iantetest.sol-and-antetest.sol.md): Ante Test basics
- [Ante Test Examples](https://docs.ante.org/v0.5/for-devs/writing-an-ante-test/ante-test-examples.md): Sample Ante Tests to dissect for explanation
- [Writing and Testing an Ante Test](https://docs.ante.org/v0.5/for-devs/writing-an-ante-test/writing-and-testing-an-ante-test.md)
- [Test an Ante Test Offline](https://docs.ante.org/v0.5/for-devs/writing-an-ante-test/test-an-ante-test-offline.md): Testing an Ante Test before official deployment
- [Adding an Ante Test to Ante Github](https://docs.ante.org/v0.5/for-devs/writing-an-ante-test/adding-an-ante-test-to-ante-github.md): Getting community involvement into the process
- [Development FAQs](https://docs.ante.org/v0.5/for-devs/writing-an-ante-test/development-faqs.md)
- [Integrating Ante](https://docs.ante.org/v0.5/for-devs/integrate-ante.md): Instructions for integrating an Ante badge into your website/web app
- [Integrate Ante using React](https://docs.ante.org/v0.5/for-devs/integrate-ante/integrate-ante-using-react.md)
- [Integrate Ante using HTML](https://docs.ante.org/v0.5/for-devs/integrate-ante/integrate-ante-using-html.md)
- [Deploying an Ante Test](https://docs.ante.org/v0.5/for-devs/deploying-an-ante-test.md): Quick guide to deploying an Ante Test
- [Deploy an Ante Test](https://docs.ante.org/v0.5/for-devs/deploying-an-ante-test/deploy-an-ante-test.md): Deploy a completed Ante Test to Mainnet
- [Create an Ante Pool](https://docs.ante.org/v0.5/for-devs/deploying-an-ante-test/create-an-ante-pool.md): Deploying the Ante Pool for supporters and challengers to stake and challenge the Ante Test.
- [Verifying an Ante Pool](https://docs.ante.org/v0.5/for-devs/deploying-an-ante-test/verifying-an-ante-pool.md)
- [Contracts](https://docs.ante.org/v0.5/for-devs/contracts.md)
