solidity-documentation
There are 6 repositories under solidity-documentation topic.
HQ20/soldoc
A solidity documentation generator, based in NatSpec format. :page_with_curl: with standalone HTML, pdf, gitbook and docsify output :pencil2: just plug and play.
Aboudjem/solidity-style-guide
A comprehensive Solidity Style Guide to ensure consistent, readable, and maintainable smart contracts. Features include coding conventions, best practices for gas optimization and security, standardized naming, and effective documentation techniques. Ideal for developers seeking to improve their Solidity projects.
NodeFactoryIo/solidity-comments-core
Small NodeJs module for generating solidity comments according to natspec.
sambacha/solidity-mac-osx-bin
solidity solc binaries for mac os x
litetokens/solidity
The Solidity Contract-Oriented Programming Language for Litetokens
pawlovskiii/learning-solidity
The whole repository consists of several contracts from Solidity documentation which I deeply rework to understand every detail. After that, I tried to refactor the code or add additional functionality to improve it.