[ad_1] Hi everybody! Welcome to 30 Days of Solidity’s Day 2 from CodeDamn. Get a full description of this exciting opportunity to learn the fun dome Solidity concept here. Don’t forget to…
Category: solidity
Ripemd160 in Solidity | by Shlok Kumar
[ad_1] Ripemd160 is a hashing algorithm used in Solidity, a programming language for smart contracts on the Ethereum blockchain. It can be used to create a unique identifier for any data stored…
Top 10 Tips when writing smart contracts in solidity. | by Ssali Benjamin T | Coinmonks | Mar, 2023
[ad_1] Image showing cryptocurrency. đź“ť Smart contracts are the backbone of blockchain technology, enabling the automation of agreements and transactions without intermediaries. 🤖💼 Solidity is a widely used programming language for writing…
How to start as blockchain developer | by Martin Tonev | Coinmonks | Mar, 2023
[ad_1] Are you interested in the exciting world of blockchain technology and want to become a blockchain developer? Blockchain is a revolutionary technology that is changing industries, and there is a high…
Smart Contracts: A Game-Changer for Cryptocurrency and Beyond | by Hr. N Nikitins | Coinmonks | Mar, 2023
[ad_1] Smart contracts are digital contracts that are self-executing and enforceable with code. They are built on blockchain technology, which provides a secure and transparent way to store and transfer data. In…
Solidity Memory. How does it work? | by Alberto Molina | Coinmonks | Mar, 2023
[ad_1] Memory is one of four data locations that belong to a solidity smart contract (the others are: storage, call data, and stack). In simple words, it is the “stack” associated with…
DeFi Series #1 : Introduction. Decentralised Finance (DeFi) is a new… | by Srinivas Joshi | Coinmonks | Feb, 2023
[ad_1] Let’s dive deeper into DeFi Decentralized Finance (DeFi) is a new financial system or movement that allows users to access lending, lending and trading services without relying on traditional central authorities….
Preventing Arithmetic Overflow and Underflow in Solidity: Best Practices and Solutions | by Hari Pandey | Coinmonks | Feb, 2023
[ad_1] Density is a high-level programming language used to develop smart contracts on the Ethereum blockchain. It is a statically typed language, which means that the type of a variable is known…