Commit Graph

7 Commits

Author SHA1 Message Date
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
Chris Chinchilla 9116d22de0
[DOCS] Update dev mode tutorial (#20826)
* Update dev mode tutorial to include connecting to Remix

* Remove mention of ports

* Update Remix steps
2020-05-12 10:45:14 +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 611703beb9 [DOCS] Add dev mode guide (#20102) 2019-10-30 12:35:45 +01:00
Chris Chinchilla 06c70fff5e [DOCS] Add Getting started guide (#20088) 2019-10-30 12:34:07 +01:00