<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Faiq Khan</title>
        <link>https://paragraph.com/@faiq-khan</link>
        <description>undefined</description>
        <lastBuildDate>Sat, 16 May 2026 07:26:18 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[The EVM: Ethereum Virtual Machine ]]></title>
            <link>https://paragraph.com/@faiq-khan/the-evm-ethereum-virtual-machine</link>
            <guid>2IY2561HTILhNOECvScH</guid>
            <pubDate>Fri, 15 Apr 2022 01:49:17 GMT</pubDate>
            <description><![CDATA[EVM which is also said as the “Brain“ behind the Ethereum .https://takenobu-hs.github.io/downloads/ethereum_evm_illustrated.pdf Ethereum has a world state, which can be said as a storage place or a permanent state place where all the NFT, DEFI, Tokens, Current Account Balances resides or captured in, called asWorld State .At one time ethereum has only one World state, which is a current world state. There is a history of world state which are called historical world states which we can see bu...]]></description>
            <content:encoded><![CDATA[<blockquote><h2 id="h-evm-which-is-also-said-as-the-brain-behind-the-ethereum" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">EVM which is also said as the “Brain“ behind the Ethereum .</h2></blockquote><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://takenobu-hs.github.io/downloads/ethereum_evm_illustrated.pdf">https://takenobu-hs.github.io/downloads/ethereum_evm_illustrated.pdf</a></p><p>Ethereum has a world state, which can be said as a storage place or a permanent state place where all the <strong><em>NFT, DEFI, Tokens, Current Account Balances</em></strong> resides or captured in, called as</p><blockquote><p><strong>World State .</strong></p></blockquote><p>At one time ethereum has only one World state, which is a current world state. There is a history of world state which are called historical world states which we can see but normally we only care about the Current world state and changes. World state transits from one world state to the most current world state whenever the new <strong>Block</strong> is mined.</p><p>Block which is mined contains bunch of transactions in it , each transactions represent a change in the world state. so when block is applied on the system it changes the world state from previous one to the most current one. EVM plays the role to compute the state transitions. EVM takes these transactions from the starting state and compute to latest state.</p><p>Basically all those defi , nft and etc etc are just accounts and their balances in the world state.</p><p>There are two types of accounts, externally owned accounts and contract accounts. externally owned accounts contain nonce and balance only , just two numbers, But contract account state also contains storage hash linking to storage and code hash linking to code . EOA is controlled by private key and cannot contain EVM code. contract contains EVM code and is controlled by EVM code.</p><p>Entire World state contains these accounts either EOA or Contract accounts.</p><p>The way ethereum client implement the root state carrying both type of accounts, sorting, quick accessing of these accounts is that they store it in <strong>Merkle Patricia Trie .</strong> It is a Data Structure, having all of the accounts in it. EOA and Contract Accounts are the leafs of the trees. EOA accounts only contains nonce and balances so there is no more additional thing attached to their trees means they just end their But the Contract Accounts have Storage associated with them so their leafs are extending with their own <strong>Merkle Patricia Trie</strong> as an account state.</p><blockquote><p><em>THAT WHOLE </em><strong><em>Giant DS</em></strong><em> IS AN ETHEREUM STATE</em></p></blockquote><p>EVM computes and do the changes in this Giant Data structure whenever the new transaction appears and is processed . Whenever even a single account changes it effects the whole state root being changes because all the accounts , balances etc are Hashed together. so whenever the new block is mined and is applied on ethereum client it changes the state root and it is all done by the help of computation done by EVM. (EVM: It computes the state changes).</p><p>Ethereum Virtual machine layer :</p><p>Ethereum node (geth, parity , …) which is a software , a runtime system for evm and it runs on any hardware like on processor. Within the ethereum node we have evm.</p>]]></content:encoded>
            <author>faiq-khan@newsletter.paragraph.com (Faiq Khan)</author>
        </item>
        <item>
            <title><![CDATA[Crosschain and web3]]></title>
            <link>https://paragraph.com/@faiq-khan/crosschain-and-web3</link>
            <guid>sWMTF4DjRyItS2RWRxHT</guid>
            <pubDate>Thu, 14 Apr 2022 06:35:17 GMT</pubDate>
            <description><![CDATA[The future of crosschain in web3 is looking quite heavy . In start of 2021 we saw the layer 1 protocols and platforms boost and up only state as they start bootstraping into the eco system as the new projects keep coming up . Now there was a problem that there were so many different different types of projects having new blockchain and their respective tokens and it develops the huge interoperability problem between them for transafering chain to chain so Crosschain protocols are born in a de...]]></description>
            <content:encoded><![CDATA[<p>The future of crosschain in web3 is looking quite heavy . In start of 2021 we saw the layer 1 protocols and platforms boost and up only state as they start bootstraping into the eco system as the new projects keep coming up . Now there was a problem that there were so many different different types of projects having new blockchain and their respective tokens and it develops the huge interoperability problem between them for transafering chain to chain so Crosschain protocols are born in a decentralized manner , it doesn’t require kyc as centralized exchanges do. They can be called as bridges ans it helps to move from one blockchain to another straight from your web3 wallet. It also helps people by giving them passive income who wants to support bridges / provide liquidity to bridges protocols in order for them to work.</p>]]></content:encoded>
            <author>faiq-khan@newsletter.paragraph.com (Faiq Khan)</author>
        </item>
    </channel>
</rss>