commands used to set project up

npx tsc - init - rootDir src - outDir build 
yarn add web3

build and run

yarn
npx tsc && node build/index.js