CryptoResolutions TypeScript Boilerplate This is a boilerplate TypeScript project. Getting Started Install dependencies: npm install Build the project: npm run build Run the project: npm run start The entry point is src/index.ts and it logs 'hello' to the console.