How to run QVM smart contract written in Go (Golang) on macOS

QANplatform (QAN blockchain platform) has its own virtual machine for smart contracts which is called QVM (QAN Virtual Machine). QVM is the world’s first blockchain Virtual Machine which is capable of executing statically linked ELF Linux binaries in a deterministic way so that they can be used for smart contracts. QVM supports ALL languages which can be compiled to a static ELF binary compatible with Linux. This QVM tutorial is presented on macOS with Go (Golang) smart contract. In this step-by-step video tutorial you can learn how the QAN Virtual Machine (QVM) works: - installing qvmctl, - setting up your workspace, - writing a smart contract (using our template), - compiling a smart contract, - deploying a smart contract, - calling a smart contract function, - reading smart contract storage. Docs: ------------ About QANplatform: QANplatform is the quantum-resistant Layer 1 hybrid blockchain platform that will allow developers and enterprises to build quantum-resistant: smart contracts, DApps, DeFi, NFT, tokens, Metaverse, and Web3 solutions on top of the QAN blockchain platform in any programming language. Website: Twitter: Telegram: #QANplatform #QVM #smartcontract #golang
Back to Top