WASM Smart Contracts
The Wasm section provides an in-depth exploration of the WebAssembly (Wasm) stack as implemented on the Mandala Chain networks. It delves into advanced topics to enhance your understanding and capabilities in working with Wasm.
Additionally, this section includes a series of comprehensive tutorials designed to guide you through the process of building and deploying Wasm smart contracts, equipping you with the skills needed to leverage the full potential of Wasm on these platforms.
📄️ WASM Smart Contract Stack
Smart Contract Runtime Environment
📄️ eDSLs
Embedded Domain-Specific Languages (eDSLs), are tools used to improve the blockchain and smart contract development experience by making it easier to write and understand code. EDSLs are programming languages or libraries that are designed to be used within the context of another programming language to provide a more expressive and intuitive way to write smart contracts. In other words, an eDSL allows developers to write smart contracts at a higher level, which makes the code easier to read and interpret and less prone to error.
📄️ Ink! Development
Ink! is a Rust eDSL developed by Parity. It specifically targets smart contract development for Substrate’s pallet-contracts.
🗃️ Development Tutorials
2 items