EMV Credit Card Application

Scripts for simulating and testing EMV cards using the Smart Card Shell are located in the emv directory of the script collection.

The following scripts are provided:

You can run a script by entering load("emv/<scriptname>"), e.g.

> load("emv/reademv.js");

or by selecting the script in the "File" / "Run Script" dialog.

Please have a look at the tutorial for a step by step explanation of the scripts and the implemented transaction flow.

For further documentation please consult the JSDoc pages.