Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nfcim/JieCardVM
- Owner: nfcim
- License: mit
- Created: 2019-03-19T15:17:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T08:15:34.000Z (over 4 years ago)
- Last Synced: 2024-08-02T01:25:30.120Z (5 months ago)
- Language: C++
- Homepage:
- Size: 229 KB
- Stars: 10
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```