Titan-EVM is a headless, high-performance settlement layer designed for mobile-first decentralized systems. It bypasses legacy desktop frameworks to provide raw Ethereum Virtual Machine (EVM) execution directly on Android hardware.
- Core: Rust revm v36.0.0
- Substrate: Android Bionic (aarch64)
- Bridge: NAPI-RS (Rust to Node.js)
This engine executes raw bytecode payloads natively on mobile devices.
const { executeRdaPayload } = require('titan-evm-core'); const result = executeRdaPayload(Buffer.from("604260005260206000f3", "hex"));
Apache License 2.0