Atharva Deosthale
Atharva Deosthale

Atharva Deosthale

Follow
Follow
homeSoliditynewsletter
Tag

Ethereum

#ethereum

More content

Read more stories on Hashnode


Articles with this tag

Writing a factory for MultiSig contract using Solidity

Mar 28, 20237 min read

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...

Writing a factory for MultiSig contract using Solidity

Running a local Ethereum test chain - solving the testnet problem!

Mar 26, 20236 min read

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...

Running a local Ethereum test chain - solving the testnet problem!

Writing a MultiSig contract using Solidity

Mar 23, 202310 min read

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...

Writing a MultiSig contract using Solidity

Writing an ERC-1155 token from scratch using Solidity

Jan 6, 202316 min read

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...

Writing an ERC-1155 token from scratch using Solidity

Writing an ERC-721 token from scratch using Solidity

Dec 19, 202214 min read

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...

Writing an ERC-721 token from scratch using Solidity

Writing an ERC-20 token from scratch using Solidity

Dec 15, 20229 min read

Since token standards started being well-known in the community, people have come up with different tokens and used them for many things- gaming,...

Writing an ERC-20 token from scratch using Solidity