How Do VMs Work in Gee?
Gee VMs interact with the network through a request-response protocol known as RPC (Remote Procedure Call). This protocol enables VMs to be language-independent, meaning developers can use their preferred programming languages and frameworks to create applications. To get started, developers can use:
· Subnet-EVM: An Ethereum-compatible VM allowing developers to deploy smart contracts directly in Solidity.
· Custom VMs: Built in languages like Rust for more specific use cases.
Last updated