Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nfcim/JieCardVM

A virtual machine to run bytecode on smart cards
https://github.com/nfcim/JieCardVM

Last synced: about 2 months ago
JSON representation

A virtual machine to run bytecode on smart cards

Awesome Lists containing this project

README

        

# JieCardVM

JieCardVM, a.k.a. JCVM, is a virtual machine which runs bytecode on smart cards.

## Build

```bash
mkdir build && cd build
cmake ..
make
```