Skip to main content

22 docs tagged with "Virtual Machines"

View All Tags

How to Build a Simple VM From Scratch

This is a language-agnostic high-level documentation explaining the basics of how to get started at implementing your own virtual machine from scratch.

Introduction to Virtual Machines

A Virtual Machine is a blueprint for a blockchain. VMs can define anything you want, but will generally define transactions that are executed and how blocks are created.

Virtual Machines

Virtual Machine is a virtual environment inside blockchain networks that executes smart contracts and transactions according to predetermined rules and protocols.

Writing Test Cases

In this tutorial, we will go over the different ways we can write test cases for our stateful precompile.