You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Thanks to [ntrotner](https://github.com/ntrotner) and thanks to the hints we hav
4
4
5
5
With this module you can connect your TypeScript in Deno program with the Ethereum Blockchain.
6
6
7
-
The detailed documentation can be found [here](https://web3js.readthedocs.io/). In case you need to use nodejs instead of deno, check the [web3 npm library](https://www.npmjs.com/package/web3). Some of you might also use the [ethers library](https://www.npmjs.com/package/ethers) as an alternative.
7
+
If you need to use nodejs instead of deno, check the [web3 npm library](https://www.npmjs.com/package/web3). Some of you might also use the [ethers library](https://www.npmjs.com/package/ethers) as an alternative.
8
8
9
9
In some months from now (writing this early 2022) it might be possible to just import such dependencies via [skypack.dev](https://www.skypack.dev).
0 commit comments