Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

fyxgaming/vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FyxVM

FyxVM takes lessons learned from building on EVM (Ethereum Virtual Machine) and Run (Run on Bitcoin) to produce a new UTXO-based virtual state machine for running smart contract functionality on bitcoin-compatible blockchains.

FyxVM contracts are stored on the blockchain as gzipped web assembly modules. Contracts provide methods for creating and modifying the state of on-chain object instances. Instances are encoded into Bitcoin UTXO script, such that

Bitcoin as State Machine

Bitcoin Transaction

  • Inputs
    • Pointer to an unspent Output
    • Unlocking script
  • Outputs
    • Locking script
    • Amount of bitcoin (Satoshis)

Payment transactions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published