-
Install Java 17
-
Install Visual Sudio Code
-
[windows] Install a terminal & shell tool like GitBash
-
Install Jason:
- Unix and Windows
-
Download a Jason release from here (download the file named
jason-bin-…..zip
) and decompress it. The zip file contains documentation, examples, and a sub-directorybin
with the filejason
. It is a unix executable file, if not, change its properties withchmod +x jason
. Finally, adds the directorybin
in your machinePATH
so that the commandjason
can be executed in a terminal. - Linux
-
You can use
apt-get
to install Jason (details here):echo "deb [trusted=yes] http://packages.chon.group/ chonos main" | sudo tee /etc/apt/sources.list.d/chonos.list sudo apt update sudo apt install jason-cli
To test the installation, run the command jason --version
in a terminal. The output should be as follows:
Jason CLI 3.2