Solidity-Contract-Patterns
Solidity-Contract-Patterns copied to clipboard
📝 Patterns found in smart contract oriented language Solidity.
Results
2
Solidity-Contract-Patterns issues
Sort by
recently updated
recently updated
newest added
https://github.com/robertsimoes/Solidity-Contract-Patterns/blob/master/IndexedStructMap/IndexedStructMap.sol If I was u, I would develop update and add as one function, for example using ``` mapping(uint => address) ``` and have uint size; and write 2 maps...
Add descriptions and usage information to each pattern associated with the repo. This would help developers to easily reference and understand the particular pattern, and decide whether or not to...