Web3
As there seems to be no TypeScript implementation of web3 yet, the solution at hand uses a workaround (a node server) to bridge the gap between web3.ts and web3.js
It would be cool if we come up with a long term TypeScript only version. This repo shall then probably be moved to https://github.com/ethereum.
Usage Examples
git clone https://github.com/michael-spengler/web3.ts.git
cd web3.ts/web3-server
npm i
cp .env-sample.json .env.json # add your ingredients
cd ..
node web3-server/web3-server.js
deno test --allow-net test.ts
Contributions
Feel free to contribute by raising Pull Requests.
Support
Feel free to create issues and fund their solution e.g. via https://gitcoin.co/.