A simple blockchain virtual machine with a Read-Eval-Print Loop (REPL) interface for simulating transactions.
cargo runcargo test # Run tests- Simple transaction system with send and credit operations
- Memory trace tracking for all operations
- Interactive REPL interface
- State management with account balances
- Transaction execution status tracking