Commit Graph

17 Commits

Author SHA1 Message Date
int88 764040e692
getting-started: fix typo (#25083) 2022-06-14 10:11:47 +02:00
Manu NALEPA 0f490ece16
docs: 1**18 ==> 10**18 (#24858)
1**18 == 1

1 ether = 10**18 Wei != 1**18 Wei
2022-05-11 18:22:46 +02:00
Georgiy Komarov bf43cb3038
index.md: Fixed typos (#24843) 2022-05-10 15:45:40 +02:00
Donovan Brown 81b3602b60
Fixed typo
Changed 'accoutns' to 'accounts'
2022-05-07 22:42:44 -07:00
Joseph Cook 52c85f2d0c
"get started" tutorial revamp (#24814)
* initial commit for gettign started pages

* update to sepolia testnet

* back to goerli, start console section

* finish web3js section

* finish 1st draft

* fix whitespace in css, + linux notes, tidy for PR

* simplify py hex -> decimal

* turn note into an alert box

* reduce spacing a bit

* minor fixes

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
2022-05-05 17:04:52 +02:00
LG d49528729b
getting-started: fix typo (#24686)
brlow -> below
2022-04-12 20:25:25 +02:00
Sina Mahmoodi 6884134935
doc: add page on light clients (#24647)
* Add light client page

* Rm gemfile.lock

* add section on ulc

* update compose file syntax
2022-04-08 00:15:47 +02:00
Nwokocha wisdom maduabuchi 58cd25b166
Update Getting Started guide (#24357)
This makes the text easier to follow for beginners.

Co-authored-by: Felix Lange <fjl@twurst.com>
2022-02-17 19:21:28 +01:00
Zachinquarantine 7a36eb855d
Remove mention of fast sync mode in Getting Started guide (#24300) 2022-01-27 10:30:56 +01:00
qbzzt a72de4874b
Usability updates (#23037)
* Usability updates

I spent some time getting it wrong and writing notes about it so other people will get it right the first time.

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2021-06-22 15:12:50 +02:00
ligi 0c57541890
docs: GETH_LOCATION -> GETH_DATA_DIR - closes #22417 (#22701)
GETH_LOCATION is confusing and "data dir" is usesd to describe the same in other parts of the documentation
2021-04-21 10:35:09 +02:00
rene b7f5e58563
gh-pages: remove mention of deprecated flags (#22265)
* update docs to remove old deprecated flags

* typo
2021-02-16 10:38:52 +01:00
Mário Havel 2c3ef0b757
fix curl rpc calls where --data flag was erroneously placed (#21602)
Fixed curl rpc calls. --data flag has to be placed before data content, current command results in curl error.
2020-09-24 13:03:56 +02:00
Chris Chinchilla cfd3e7189b
[DOCS] Update the main getting started guide (#20753)
* In progress

* Final first draft

* Edits

* Final first draft

* Update images and post

* Remove rogue comment

* Respond to comments

* Update speed of gifs

* Whitespace fixes

* Say what's signed by clef

* Flip content-type header and JSON-RPC message in examples

Co-authored-by: Felix Lange <fjl@twurst.com>
2020-09-10 14:48:15 +02:00
Nicholas Brown 7f2e84c811
[DOCS] add note about HTTP attach in getting started guide (#20991)
Adding an alternative command since some people are unable to connect with 'geth attach' command by itself.

Co-authored-by: Felix Lange <fjl@twurst.com>
2020-04-28 10:10:22 +02:00
Felix Lange 7416b05b81
[DOCS] massive documentation update (#20229)
This PR:

- reorganizes all documentation pages so they live in the right category
- removes lots of legacy docs
- contains many improvements to active documentation pages

Geth user documentation is now spread across five major categories:

- Install and Build: installation and compile instructions
- Using Geth: this is for pages about general geth usage.
- For dApp Developers: this is for programming guides and functionality specific
   to dapp development. All the dev guides for mobile framework and Go APIs live here.
- JSON-RPC APIs: this has its own section because there is now a sub-page for
   every name space. I have also added an overview text that explains how to set
   up the API servers.
- For Geth Developers: this is for geth contributors
2019-11-05 13:46:00 +01:00
Chris Chinchilla 06c70fff5e [DOCS] Add Getting started guide (#20088) 2019-10-30 12:34:07 +01:00