A Typescript implementation of the TokenScript runtime
npm install @tokenscript/engine-jsengine-js is a Typescript implementation of the TokenScript runtime.
It provides core functionality for resolving, parsing & running TokenScript applications and is the reference implementation
used to develop new features for the standard.
The engine is designed as a headless runtime that relies on user-agent interfaces for features such as wallet access
and TokenScript card presentations.
In this way the engine is suitable to be used in the browser and server, and can also be integrated as a webview component into native applications.
To demonstrate how to integrate the engine, we provide our reference frontend TokenScript Viewer
``
npm i @tokenscript/engine-js
The engine provides a number of interfaces that can be implemented to provide functionality to the engine.
The Card SDK is built as a separate module and bundled with the engine