tinybike / ethereum-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure

npm install

Build (CLI)

npx tsc

NOTE: this will also watch the directory for changes and recompile automatically, so you may want to run it as a background job

Build (VSCode)

command palette > Run Build Task (ctrl + shift + B)

NOTE: this will also watch the directory for changes and recompile automatically, so you do not need to run it again unless you kill/cancel it

Run (CLI)

node output/sandbox.js

Run (VSCode)

command palette > Debug: Start Debugging (F5)

About

License:The Unlicense


Languages

Language:TypeScript 100.0%