* initial commit for clef docs
* add diagram and finish 1st draft intro pg
* uodate css to resize img
* more on tutorial page
* finish drafting more sections in tutorial.md
* finish 1st draft of tutorial page
* finish Intro and Tutorial pages
* + line about ext/int api, clarify 'unlocking'
* Update Private-Network.md
I updated the example genesis.json so that it matches mainnet's HF from block 0.
The reason I think this is a positive change is that users get confused by tools not behaving like their private network by default: https://github.com/NomicFoundation/hardhat/issues/2946
* add missing double quote
Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
* initial commit for pre-merge prep pages
* tidy and add validator info
* tidy up typos etc
* Apply suggestions from code review
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
* apply suggestions from review
* apply suggestion from review
updates sentence about Geth stalling w/out consensus client
* apply changes from review + warn about early prep
Removes info as suggested by Martin.
Adds warning suggested by Remy on Launchpad repo about waiting for merge releases before setting up ex/cons clients on mainnet.
* minor fixes
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
* update go accounts page
* refine draft
* apply suggestions from code review
rewords description of key encryption and adds links to Scrypt docs. Adds warning that best practise is to use Clef.
The new abigen version does not have the --solc file to directly bind a Solidity contract to a Go package. This was caused because the solc compiler in ```go-ethereum``` needed to be continuously synchronized with the original solc compiler in order to offer the full features and security of latest versions. The team decided to remove the direct biding functionality from Solidity to Go but the documentation still has it (therefore confusing newcomers with outdated instructions).
* initial commit for new console page
* finish js-console redraft
* minor improvements
* add line about `js` command
* remove whitespace from, code blocks
* Revert "add line about `js` command"
This reverts commit 881fbe4906.
* minor
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
* initial commit for dev mode page
* css styling, add images and logs
* move --datadir info to new paragraph
* split password & datadir info to 2 paragraphs
* fix typos
* apply suggestions from review
* Minor fixes
Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com>