1:44
Group multiple transactions into a single one in Solidity
EatTheBlocks
2:21
Manage collections of smart contract in Solidity with factory-child pattern
4:08
Delete an element from Solidity array in order / out of order
4:20
2 ways to represent collection of data in Solidity with Struct, arrays and mappings
5:26
How to return an array from a function in Solidity?
8:11
How to generate random numbers in Solidity?
7:54
String manipulations in Solidity: concatenation, string comparison, reverse etc...
6:00
Create a smart contract registry in Solidity (Centralized management of contract addresses)
5:45
Create a faucet for ERC20 token with Solidity
6:59
Code a Wrapped Ether Token (WETH) in Solidity
4:17
Make your smart contract updatable with the Adapter pattern
5:16
How to write DRY code in Solidity?
4:23
Calculate percentage in Solidity
7:10
Circuit breaker in Solidity smart contracts