Breaking Down Barriers: The Role of Chain Abstraction in Streamlining Blockchain TechnologyJan 30, 2024·6 min read
What is EIP 3074EIP-3074, an Ethereum Improvement Proposal, introduces two new EVM (Ethereum Virtual Machine) opcodes, AUTH and AUTHCALL. These opcodes aim to improve the flexibility and security of user authorization in Ethereum transactions. Background: The propos...May 26, 2024·3 min read
Scaling Solutions for EthereumDay by day popularity of Ethereum is increasing hence the number of transactions per day increases and hence congestion is happening on the Ethereum network. If we want to go from one place to another we use highways that are multi-lane instead of si...Feb 11, 2023·3 min read
Working of Blockchain and ChallengesBigger picture of Working of Blockchain Blockchain is the chain of Blocks. A single block contains :- Data of that block. Hash value of that block. Hash value of the previous block. Properties we achieve through Blockchain :- Decentralization Im...Sep 12, 2022·4 min read
Blockchain :- Evolution of Web 3.0 and some concepts of blockchain.Evolution of WEB :- Web 1.0 :- Web 1.0 refers to the first stage of the World Wide Web evolution. In web 1.0 we could only read the content from the website. Personal web pages were common, consisting mainly of static pages hosted on ISP-run web ser...Sep 6, 2022·4 min read
Blockchain :- Concepts used to create/secure BlockchainWhat is Blockchain? Blockchain Technology is a software we use to transfer unique instances of values (money, property, contracts etc.) securely via the internet without requiring a third-party intermediary such as a bank or government. At the most...Sep 2, 2022·3 min read
Introduction to Docker Part-2This is the second part of docker introduction. If you haven't read the part 1 then please read the first part and then continue. In the first part I mentioned about the Dockerfile, Docker Images, Docker Registries. Now we see how it works. How to ru...Jul 18, 2022·4 min read
Introduction to Docker Part-1Which Problems docker is solving? Before Docker :- 1. How it started? Application runs on a servers and one application runs on one server. If traffic on your server increases it will crash your server and hence for prevention we need to buy new ser...Jul 9, 2022·4 min read