#solidity
Read more stories on Hashnode
Articles with this tag
In the previous article in this series, we saw how you could create your multi-sig wallet contract using Solidity. In this article, we will continue...
We all have been to the same place- we write a smart contract to deploy on one of the Ethereum testnets, but you don't have enough funds to deploy...
If you're new to the world of smart contracts, you may not be familiar with the concept of multi-sig. Multisig, short for multi-signature, is a...
To better write Solidity code, creating projects with some utility is often advised. In this article, we will write a crowdfunding smart contract that...
We hear about fungible (ERC-20) and non-fungible (ERC-721) tokens daily. But what if I told you that there exists a semi-fungible token? In a...
Non-fungible tokens (NFTs) have gained much popularity in recent months. Every day, we see new collections popping up in the space, and some of them...