Go to file
Nico Serrano 4712997df5
Update direct binding from sol to go using abigen
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).
2022-06-01 15:29:45 -05:00
_data docs: fix issues found by w3c link checker (#22010) 2020-12-13 16:06:10 +01:00
_includes "get started" tutorial revamp (#24814) 2022-05-05 17:04:52 +02:00
_layouts [DOCS]: Update copyright year (#24343) 2022-02-07 10:31:20 +01:00
bin Script to check redirects 2019-03-26 16:24:07 +01:00
docs Update direct binding from sol to go using abigen 2022-06-01 15:29:45 -05:00
guide docs: remove old syntax highlighting (#21955) 2020-12-03 21:11:52 +01:00
redirects docs: fix some broken links (#22167) 2021-01-25 12:45:02 +01:00
static Improve developer-mode page (#24839) 2022-05-30 15:52:31 +02:00
.gitignore Make it usable by docker-compose 2019-08-26 13:46:24 +02:00
.travis.yml [DOCS] add Matomo analytics (#20438) 2019-12-12 23:38:36 +01:00
CNAME Create CNAME 2019-03-26 11:22:59 +01:00
Gemfile add webrick in gemfile 2021-01-25 15:34:33 +01:00
README.md docs: fixed link, added readme (#21953) 2020-12-03 13:49:44 +01:00
_config.yml remove whisper in sidebar 2021-07-06 00:19:21 +02:00
doc.md Add RPC API docs section, write eth_call reference 2019-08-12 18:38:52 +03:00
docker-compose.yml doc: add page on light clients (#24647) 2022-04-08 00:15:47 +02:00
downloads.html Tweak downloads page to work better on slow networks (#24458) 2022-03-01 10:52:32 +01:00
index.html docs: fix some broken links (#22167) 2021-01-25 12:45:02 +01:00
install.md Move all documentation below /docs (#20072) 2019-10-01 10:40:09 +02:00
params.json Create gh-pages branch via GitHub 2015-08-18 22:20:07 +02:00

README.md

Documentation of the go-ethereum website

To start a jekyll server run:

docker-compose up

Now you can visit localhost:4000 to look at the site.