Skip to main content

One post tagged with "Docusaurus"

Docusaurus tag description

View All Tags

The missing Dictionary in Solidity

· 6 min read

(link to the github repo)

If you ever wanted to interact with smart contracts and build on top of the block-chain before you probably heard of Solidity. That’s the programing language behind the Ethereum smart contracts. Being a new language comes with missing some typical data-structures you got used to in other languages. In this post I’ll describe the journey of creating the an dictionary data structure in Solidity.