Files
solidity/docs
2023-07-21 23:23:20 +02:00
..
2023-05-10 12:00:45 +02:00
2023-07-21 23:23:20 +02:00
2023-07-19 17:12:15 +02:00
2021-12-13 11:36:07 +01:00
2023-07-18 18:15:32 +02:00
2023-03-28 22:59:48 +09:00
2021-03-30 23:04:32 +02:00
2023-05-10 11:38:24 +02:00
2023-07-21 23:23:20 +02:00
2023-01-04 11:46:59 +01:00
2023-07-18 18:25:48 +02:00
2023-07-10 21:22:10 +09:00
2023-07-10 21:22:10 +09:00
2023-07-21 23:23:20 +02:00

Solidity Language Docs

Local environment setup

  1. Install python https://www.python.org/downloads/
  2. Install sphinx (the tool used to generate the docs) https://www.sphinx-doc.org/en/master/usage/installation.html

Go to /docs and run ./docs.sh to install dependencies and build the project:

cd docs
./docs.sh

That will output the generated htmls under _build/

Serve environment

python3 -m http.server -d _build/html --cgi 8080

Visit dev server at http://localhost:8080