Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 319 Bytes

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