zephyr-vm 0.2.1

The first Blockchain data focused cloud computing web assembly virtual machine. Currently on Stellar.
Documentation
1
2
3
4
5
//! This module defines all database related logic and
//! structures for a Zephyr execution.

pub mod database;
pub mod ledger;