> For the complete documentation index, see [llms.txt](https://docs.klyntar.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klyntar.org/smart-contracts-and-vms.md).

# Smart Contracts and vms

- [Intro](https://docs.klyntar.org/smart-contracts-and-vms/intro.md)
- [KLY-EVM](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm.md): Shardable, low-level managed, mutable, and WASM-improved EVM
- [Smart contracts examples](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/smart-contracts-examples.md)
- [Magic address](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/magic-address.md): Get to know about the gateway to WASM and native env
- [Beyond the VM](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/beyond-the-vm.md)
- [Call WASM from EVM](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/beyond-the-vm/call-wasm-from-evm.md)
- [Call JS from EVM](https://docs.klyntar.org/smart-contracts-and-vms/kly-evm/beyond-the-vm/call-js-from-evm.md)
- [KLY-WVM](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm.md)
- [Smart contracts examples](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/smart-contracts-examples.md)
- [Simple cross-contract call (WVM-WVM)](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/simple-cross-contract-call-wvm-wvm.md)
- [Beyond the VM](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/beyond-the-vm.md)
- [Call EVM from WASM](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/beyond-the-vm/call-evm-from-wasm.md)
- [Call JS from WASM](https://docs.klyntar.org/smart-contracts-and-vms/kly-wvm/beyond-the-vm/call-js-from-wasm.md)
- [Containers](https://docs.klyntar.org/smart-contracts-and-vms/containers.md)
- [Writing smart contracts](https://docs.klyntar.org/smart-contracts-and-vms/writing-smart-contracts.md)
- [Get random value from contract](https://docs.klyntar.org/smart-contracts-and-vms/writing-smart-contracts/get-random-value-from-contract.md)
- [Advanced VMs usage](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage.md)
- [Cryptography](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography.md)
- [VRF](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/vrf.md)
- [Post-quantum cryptography](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/post-quantum-cryptography.md)
- [zkSNARK](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/zksnark.md)
- [Secure Secret Sharing](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/secure-secret-sharing.md)
- [Using MPC](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/using-mpc.md)
- [Using FHE](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/cryptography/using-fhe.md)
- [Thundercloud](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/thundercloud.md)
- [KLY Oracles](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/thundercloud/kly-oracles.md)
- [Get the real time](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/thundercloud/kly-oracles/get-the-real-time.md)
- [Call any API](https://docs.klyntar.org/smart-contracts-and-vms/advanced-vms-usage/thundercloud/kly-oracles/call-any-api.md)
