Skip to content

Commit

Permalink
chore: add new resources to learn smart contract
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes authored Aug 8, 2024
2 parents cedf59d + 9aa184d commit e96fb3e
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions database/BlockChain/smart-contracts.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[
{
"name": "Solidity Documentation",
"description": " Solidity is the programming language used for developing smart contracts on the Ethereum platform. The Solidity documentation provides comprehensive guidance on writing secure and efficient smart contracts.",
"url": "https://docs.soliditylang.org/en/v0.8.21/",
"category": "BlockChain",
"subcategory": "smartcontracts"
}
]
{
"name": "Solidity Documentation",
"description": " Solidity is the programming language used for developing smart contracts on the Ethereum platform. The Solidity documentation provides comprehensive guidance on writing secure and efficient smart contracts.",
"url": "https://docs.soliditylang.org/en/v0.8.21/",
"category": "BlockChain",
"subcategory": "smartcontracts"
},
{
"name": "Learn Solidity",
"description": "This resource provide you depth in knowledge of solidity smart contract development and auditing and also it teach you industry standards and tools like foundry. Even you can learn advance blockchain stuff like yul-assembly, huff, Ethereum Opcodes and formal verification and much more!",
"url": "https://updraft.cyfrin.io/",
"category": "BlockChain",
"subcategory": "smartcontracts"
}
]

0 comments on commit e96fb3e

Please sign in to comment.