Libraries in Solidity: how to create, use them, and most popular
SolidityTips
by
1y ago
In this article we'll learn what are libraries in solidity, the difference between using a library or contract inheritance, and review the most popular ones ..read more
Visit website
Throw vs revert in Solidity: differences and gas usage
SolidityTips
by
1y ago
In this article we'll see the differences between throw and revert to handle errors in solidity and how they consume gas ..read more
Visit website
How to create, sign, and send transactions manually with Ethers
SolidityTips
by
1y ago
Explaining how to send blockchain transactions programatically using Ethers. This example is useful to send transactions from a backend or when you don't have a wallet and need to sign the transactions manually ..read more
Visit website
The keccak256 hashing method explained
SolidityTips
by
1y ago
In this article we explain what is the keccak256 hashing method and show some examples ..read more
Visit website
Easy way to monitor pending transactions from the mempool
SolidityTips
by
1y ago
Here is a quick way to monitor pending transactions from a blockchain transaction pool connecting via websocket to a node ..read more
Visit website
Interact with other contracts using contract Interfaces
SolidityTips
by
1y ago
In this article we review what are smart contract interfaces in solidity and how to use them to interact with other contracts in the blockchain ..read more
Visit website
How to get a smart contract balance
SolidityTips
by
1y ago
A detailed explanation of how to obtain the balance of a contract from the contract itself and for other contracts ..read more
Visit website
Introducion to GoEthereum (Geth): installation and first steps
SolidityTips
by
1y ago
Explanation of different clients used in blockchain nodes and how to install GoEthereum locally to interact with a node ..read more
Visit website
Simple way to concatenate strings in Solidity
SolidityTips
by
1y ago
In this quick tip I explain how to concatenate strings in Solidity and why it's done this way ..read more
Visit website
Generating random numbers in Solidity easily
SolidityTips
by
1y ago
Here is a quick way to generate semi random numbers in Solidity without using external contracts or an oracle ..read more
Visit website

Follow SolidityTips on FeedSpot

Continue with Google
Continue with Apple
OR