Tag: Solidity

Solidity X-Ray series : Mastering ABI - Part 1

A Human can read / create a piece of code in a (high-level) language that she understands. But, a Machine can only understand a code in its own (low-level) machine language to execute it. This simply means that there must be a “Gateway” that does the conversion from a human languag...

How to mint NFTs programmatically (Zero Solidity knowledge needed)

Did you know that the NFT industry generated around $24.7 billion in sales last year(Source)? If you’re a programmer trying to get your hands dirty in this space with little or no Blockchain development experience, this article can be a great start for you. In this article, you’ll learn ...