# Aptos Move by Example

## Aptos Move by Example

- [Getting Started](https://move-developers-dao.gitbook.io/aptos-move-by-example/readme.md): Welcome to Aptos Move by Example!
- [Set-Up](https://move-developers-dao.gitbook.io/aptos-move-by-example/set-up.md): Installing IDE and environment setup.
- [Why is Move Secure](https://move-developers-dao.gitbook.io/aptos-move-by-example/why-is-move-secure.md): Properties of Move Language that makes it a more secure language for writing smart contracts.
- [Move prover](https://move-developers-dao.gitbook.io/aptos-move-by-example/why-is-move-secure/move-prover.md)
- [Move vs Solidity](https://move-developers-dao.gitbook.io/aptos-move-by-example/move-vs-solidity.md)
- [Resources](https://move-developers-dao.gitbook.io/aptos-move-by-example/move-vs-solidity/resources.md)
- [Parallel Processing](https://move-developers-dao.gitbook.io/aptos-move-by-example/move-vs-solidity/parallel-processing.md)
- [Reentrancy attacks](https://move-developers-dao.gitbook.io/aptos-move-by-example/move-vs-solidity/reentrancy-attacks.md)
- [Memory management](https://move-developers-dao.gitbook.io/aptos-move-by-example/move-vs-solidity/memory-management.md)
- [Smart contract verification](https://move-developers-dao.gitbook.io/aptos-move-by-example/move-vs-solidity/smart-contract-verification.md)
- [Compiled language](https://move-developers-dao.gitbook.io/aptos-move-by-example/move-vs-solidity/compiled-language.md)
- [Basic Concepts](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts.md)
- [Move.toml](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/move.toml.md)
- [Primary data-types](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/primary-data-types.md)
- [Strings](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/strings.md)
- [Comments](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/comments.md)
- [Functions](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/functions.md)
- [Function Visibilities](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/function-visibilities.md)
- [Control flow and expressions](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/control-flow-and-expressions.md)
- [Loops](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/loops.md)
- [Error](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/error.md)
- [Struct and its Abilities](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/struct-and-its-abilities.md)
- [Scripts](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/scripts.md)
- [Operations](https://move-developers-dao.gitbook.io/aptos-move-by-example/basic-concepts/operations.md)
- [Intermediate Concepts](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts.md)
- [Local variables](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/local-variables.md)
- [Constants](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/constants.md)
- [Signer](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/signer.md)
- [Vector](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/vector.md)
- [Address](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/address.md)
- [Uses and Aliases](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/uses-and-aliases.md)
- [Maps](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/maps.md)
- [Hash functions](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/hash-functions.md)
- [References](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/references.md)
- [Unit test](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/unit-test.md)
- [Generics](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/generics.md)
- [Type Arguments](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/type-arguments.md)
- [Type Inference](https://move-developers-dao.gitbook.io/aptos-move-by-example/intermediate-concepts/type-inference.md)
- [Advanced Concepts](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts.md)
- [Global Storage Structure](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/global-storage-structure.md)
- [Global Storage Operations](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/global-storage-operations.md)
- [Phantom Type Parameters](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/phantom-type-parameters.md)
- [Timestamps](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/timestamps.md)
- [Ownership](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/ownership.md)
- [Move coding conventions](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/move-coding-conventions.md)
- [View functions](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/view-functions.md)
- [Aptos account](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/aptos-account.md)
- [Aptos Coin](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/aptos-account-1.md)
- [Aptos Token(Nft)](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/aptos-account-2.md): Non-Fungible Token
- [Object](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/aptos-account-3.md)
- [Token V2](https://move-developers-dao.gitbook.io/aptos-move-by-example/advanced-concepts/token-v2.md)
- [Applications](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications.md)
- [First App](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/first-app.md)
- [ToDoList](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/todolist.md)
- [Voting System](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/voting-system.md)
- [Basic Tokens](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/basic-tokens.md)
- [Storage using Generics](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/storage-using-generics.md)
- [Company](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/company.md)
- [Collection](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/collection.md)
- [Football Card](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/football-card.md)
- [Staking Module](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/staking.md)
- [MultiSender Wallet](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/aptos-account.md)
- [English Auction](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/aptos-account-1.md)
- [Dutch Auction](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/aptos-account-2.md)
- [Attendance Sheet](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/aptos-account-3.md)
- [Polling Contract](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/aptos-account-4.md)
- [Lottery Contract](https://move-developers-dao.gitbook.io/aptos-move-by-example/applications/aptos-account-5.md)
- [Decentralized Finance](https://move-developers-dao.gitbook.io/aptos-move-by-example/decentralized-finance.md)
- [Simple Swap Protocol Contract](https://move-developers-dao.gitbook.io/aptos-move-by-example/decentralized-finance/simple-swap-protocol-contract.md)
- [Code of Swapping Protocol](https://move-developers-dao.gitbook.io/aptos-move-by-example/decentralized-finance/code-of-swapping-protocol.md)
- [Hacks](https://move-developers-dao.gitbook.io/aptos-move-by-example/hacks.md)
- [Coming soon](https://move-developers-dao.gitbook.io/aptos-move-by-example/hacks/coming-soon.md)
- [Hands on tutorials](https://move-developers-dao.gitbook.io/aptos-move-by-example/hands-on-tutorials.md)
- [Indexer tutorials](https://move-developers-dao.gitbook.io/aptos-move-by-example/hands-on-tutorials/indexer-tutorials.md)
