/cryptotest

Primary LanguageTypeScript

cryptotest

To run:

npm install
npx tsc
node ./dist/index.js

ALternatively, if using bun:

bun index.ts

You can run bun install to create a node_modules file in the cloned repo, but bun doesn't require that