Skip to content

YogaChain/xcvm-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCVM Executor

License Build Status Latest Version Documentation

XCVM Executor is a lightweight, high-performance virtual machine executor designed for executing cross-chain virtual machine (XCVM) bytecode. It is built with a focus on security, modularity, and efficiency, making it suitable for decentralized applications (dApps) and blockchain ecosystems.

Features

  • Cross-Chain Compatibility: Execute XCVM bytecode across multiple blockchain networks.
  • Modular Design: Easily extensible to support new instructions or optimizations.
  • High Performance: Optimized for low-latency execution with minimal overhead.
  • Secure Execution: Sandboxed environment to ensure safe execution of untrusted code.
  • WASM Support: Optional WebAssembly (WASM) backend for enhanced portability.

Getting Started

Prerequisites

  • Rust (latest stable version recommended)
  • Cargo (Rust's package manager)

Installation

Add xcvm-executor to your Cargo.toml:

[dependencies]
xcvm-executor = "0.1.0"

About

Cross-Chain Virtual Machine Executor for YogaChain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages