An open API service indexing awesome lists of open source software.

https://github.com/ialoig/solidity-content-resources

📚 Content & Resources to get started on 🛠 Solidity
https://github.com/ialoig/solidity-content-resources

ethereum ethereum-contract hardhat nfts solidity

Last synced: 3 months ago
JSON representation

📚 Content & Resources to get started on 🛠 Solidity

Awesome Lists containing this project

README

          

# 📚 Solidity Content & Resources

## 📝 Documentation

📕 Read the docs:

📙 [Solidity by example](https://solidity-by-example.org)

- [Primitive Data Types](https://solidity-by-example.org/primitives/)
- [Mappings](https://solidity-by-example.org/mapping/)
- [Structs](https://solidity-by-example.org/structs/)
- [Modifiers](https://solidity-by-example.org/function-modifier/)
- [Events](https://solidity-by-example.org/events/)
- [Inheritance](https://solidity-by-example.org/inheritance/)
- [Payable](https://solidity-by-example.org/payable/)
- [Fallback](https://solidity-by-example.org/fallback/)

📘 [OpenZeppelin Docs](https://docs.openzeppelin.com/openzeppelin)

## 💡 Helpful Resources - Learn by doing

> 🧟 | [Crypto Zombies](https://cryptozombies.io/)

> 🛠 | [useWeb3](https://www.useweb3.xyz/)

> 🔷 | [LearnWeb3](https://learnweb3.io/)

> 🔰 | [Web3 University](https://www.web3.university/)

## 🧐 What's inside?

A quick look at the top-level files and directories you'll see here:

> 📁 [contract-samples](https://github.com/ialoig/solidity-content-resources/tree/master/contracts-samples)

Solidity contracts of some of the most interesting NFT projects

> 📁 [frontend](https://github.com/ialoig/solidity-content-resources/tree/master/frontend)

How to make a web page to interact with your Solidity contract

> 📁 [harhat](https://github.com/ialoig/solidity-content-resources/tree/master/hardhat)

Hardhat instructions to configure a project.

> 📁 [solidity](https://github.com/ialoig/solidity-content-resources/tree/master/solidity)

From basic to advanced concepts of Solidity programming