From 9c39923340339ef12edbcfe9ee86b7e68f613196 Mon Sep 17 00:00:00 2001 From: T Date: Wed, 5 May 2021 13:22:25 +0300 Subject: [PATCH] docs: web3.js is outdated (#22820) --- docs/_interface/JavaScript-Console.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_interface/JavaScript-Console.md b/docs/_interface/JavaScript-Console.md index 4dc08cf129..ef13ba8401 100644 --- a/docs/_interface/JavaScript-Console.md +++ b/docs/_interface/JavaScript-Console.md @@ -7,6 +7,8 @@ The Geth JavaScript console exposes the full [web3 JavaScript Dapp API](https://github.com/ethereum/wiki/wiki/JavaScript-API) and further administrative APIs. +(note: the web3 version bundled within geth is very old, and not up to date with official docs) + ## Interactive Use: The Console The geth JavaScript console is started with the `console` or `attach` geth sub-commands.