Here you can find all documentation of Social Impact Network. Use this documentation to understand, improve and make SI Network more secure. You can also use this documentation to connect your software to individual SI components (e.g. for building DeFi products).
If you have any suggestion regarding documentation topics or want to improve content, feel free to submit an issue at Github Issues
- Make sure you installed the lastest version of Sphinx.
- Run
pip install sphinx_rtd_theme
to install 'Read the Docs Theme'. - Clone repo:
git clone https://github.com/Social-Impact-Network/docs.git
. - Move to dictory by running
cd docs
. - Run
make html
to build the documentation. - Open
./build/html/index.html
in a browser of your choice.