Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 715 Bytes

resources.md

File metadata and controls

16 lines (11 loc) · 715 Bytes

Useful Resources for Solidity

Resources for Learning Solidity

Here are some useful resources for learning Solidity:

  1. Official Solidity Documentation

    • The official resource for Solidity documentation and language reference.
  2. Ethereum Homestead Documentation

    • Comprehensive guide and reference for developing on Ethereum.
  3. CryptoZombies

    • An interactive coding school to teach you Solidity through building a simple game.
  4. Remix IDE

    • A powerful, open-source tool that helps you write Solidity contracts straight from your browser.