This is an example Typescript app to log a custom chain run on Galileo Evaluate. Prerequisite: have npm installed. If not, use brew to install npm.
Unzip the file and run the following commands sequentially:
- npm init -y
- npm install typescript @types/node @types/node-fetch node-fetch
- npx tsc --init
- npm start