Skip to content

sedaprotocol/seda-wasm-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seda-wasm-vm

SEDA Tally VM

GitHub Stars GitHub Contributors Discord chat Twitter

The SEDA Tally VM, is a CGO library used by the seda-chain.

To learn how to build a local version, please read developing. To learn how to contribute, please read contributing.

The WASM Virtual Machine (VM) allows users to create custom tally logic. The blockchain executes a user-defined WASM program and returns the resulting output. These WASM programs can be developed in any programming language, provided the compiled binary is compatible with the VM's required imports.

Dependencies

For building release builds you need the following software:

License

Contents of this repository are open source under GPLv3 License.