> For the complete documentation index, see [llms.txt](https://bootcamp.openguild.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bootcamp.openguild.wtf/smart-contract-development.md).

# Smart Contract Development

- [Introduction](https://bootcamp.openguild.wtf/smart-contract-development/introduction.md)
- [Introduction to PolkaVM](https://bootcamp.openguild.wtf/smart-contract-development/introduction/introduction-to-polkavm.md)
- [Getting started with Solidity development](https://bootcamp.openguild.wtf/smart-contract-development/introduction/getting-started-with-solidity-development.md)
- [Solidity File Structure](https://bootcamp.openguild.wtf/smart-contract-development/introduction/solidity-file-structure.md)
- [Contract Structure](https://bootcamp.openguild.wtf/smart-contract-development/introduction/contract-structure.md)
- [Basic Solidity](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity.md)
- [Value types](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity/value-types.md)
- [Reference Types](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity/reference-types.md)
- [Mapping Types](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity/mapping-types.md)
- [Simple Storage](https://bootcamp.openguild.wtf/smart-contract-development/basic-solidity/simple-storage.md)
- [Advanced Solidity](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity.md)
- [Units](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/units.md)
- [Global Variables](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/global-variables.md)
- [Expression and Control Structures](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/expression-and-control-structures.md)
- [Advanced Storage](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/advanced-storage.md)
- [Contract Tests](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/contract-tests.md)
- [Contracts](https://bootcamp.openguild.wtf/smart-contract-development/advanced-solidity/contracts.md)
