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
- Host: GitHub
- URL: https://github.com/ialoig/solidity-content-resources
- Owner: ialoig
- Created: 2022-01-11T14:46:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T08:47:44.000Z (about 2 years ago)
- Last Synced: 2023-09-20T20:40:59.240Z (about 2 years ago)
- Topics: ethereum, ethereum-contract, hardhat, nfts, solidity
- Language: Solidity
- Homepage:
- Size: 164 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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