Deno version of Essential Eth (https://eeth.dev/). Barely working, not exporting functions from mod.ts for now. In mod.ts I show how to call a smart contract, there is still a lot of issues in code though.
Install deno and
deno run --allow-net mod.ts
# unit tests
deno ./test.ts
deno fmt **/*.ts