techblog.geekyants.comDecentralized KYC on Blockchain: A Case StudyThe KYC chain in financial sector is essential and requires strict compliance and costly manual tasks. Know Your Customer processes are the backbones of a financial institution’s anti-money laundering efforts. As per the estimate the spending on KYC ...May 26, 2022·12 min read
techblog.geekyants.comSupply Chain Management (Life-Saving Drugs) Through Blockchain: A Case StudyBlockchain has been the game-changing technology behind cryptocurrencies and everything Decentralised Finance (DeFi). However, the underlying principles of how blockchain works are being leveraged across other sectors these days. One such sector wher...May 26, 2022·12 min read
techblog.geekyants.comIntegrating The Web-Frontend With Smart ContractsThis article is part of a series of articles around blockchain, web3 and terminologies around it. In this article, we will create a front-end web application that will interact with our smart contract. If you haven't read our previous article, where ...May 25, 2022·8 min read
techblog.geekyants.comWriting Your First Smart Contract On SolidityIn previous articles of our series, we went through important concepts around blockchain, web3, and the eco-system around it. In this article, let's take a serious look at what a blockchain developer does. There are two different types of blockchain ...May 25, 2022·15 min read
techblog.geekyants.comAn Introduction To Events In SolidityEvents are important in Ethereum because they facilitate communication between smart contracts and their user interfaces. In Ethereum, when a transaction is mined, smart contracts emit events and write logs to the blockchain that the frontend can the...May 25, 2022·8 min read