Siddharth GowdaforSiddharth's web3 Blogsiddharthgowda.hashnode.net·Oct 22, 2022What are Rollups? How do they Scale Ethereum?7.75 billion people have internet access. Imagine if all 7.75 billion of them accessed a singular blockchain all at once. That blockchain would become slow, like watching a snail move through molasses slow. This scenario is where rollups come into pl...Discuss·8 likesrollup
Shikhar Pratap VermaforShikhar's Blogshikkhar.hashnode.net·Apr 2, 2023Rollup ID : A brief IntroHave you ever wondered , why did you started getting advertisements of certain car company just seconds after you visited their showroom ?? The reason behind this is because google keep all you data that you have allowed to send it without you even k...Discuss·5 likesrollup
Prateek SinghforOpen Replay's Technical Blogopenreplay.hashnode.net·Jan 2, 2023Rollup Vs. Webpack -- A ComparisonIn the previous few years, a lot has changed in the world of JavaScript. The days of manually adding jQuery, Bootstrap, and React to each page of your website are long gone. These days, everything is bundled into a single static file that can be load...Discuss·1 like·1.1K readsrollup
Muhindo GalienforGalien.ethgalien-m.hashnode.net·Apr 14, 2023Rollups Explained in Simple TermsThe growth of decentralized applications and the increasing number of users on the Ethereum network has brought with it an array of scalability issues, including high fees and slow transaction times. These problems have led to the development of scal...Discussrollup
Shikhar Pratap VermaforShikhar's Blogshikkhar.hashnode.net·Apr 2, 2023Rollup ID : A brief IntroHave you ever wondered , why did you started getting advertisements of certain car company just seconds after you visited their showroom ?? The reason behind this is because google keep all you data that you have allowed to send it without you even k...Discuss·5 likesrollup
CodeGuageforCodeGuagecodeguage.hashnode.net·Mar 17, 2023How to Set Up Rollup for a React Application?Introduction React is one of the most popular libraries out there to create interactive UIs in today's fast-paced and modern technological world. One of the core features of React that makes it intuitive enough to work with is JSX. JSX is simply a sy...DiscussJavaScript
Prateek SinghforOpen Replay's Technical Blogopenreplay.hashnode.net·Jan 2, 2023Rollup Vs. Webpack -- A ComparisonIn the previous few years, a lot has changed in the world of JavaScript. The days of manually adding jQuery, Bootstrap, and React to each page of your website are long gone. These days, everything is bundled into a single static file that can be load...Discuss·1 like·1.1K readsrollup
Siddharth GowdaforSiddharth's web3 Blogsiddharthgowda.hashnode.net·Oct 22, 2022What are Rollups? How do they Scale Ethereum?7.75 billion people have internet access. Imagine if all 7.75 billion of them accessed a singular blockchain all at once. That blockchain would become slow, like watching a snail move through molasses slow. This scenario is where rollups come into pl...Discuss·8 likesrollup
DavideforWeb3Davesoosweb3.hashnode.net·Oct 20, 2022Deploy and verify a smart contract on StarkNetIn this article, we'll see how you can deploy a smart contract using the ProtoStar framework and how to verify it. On StarkNet, a smart contract can be verified programmatically directly from the terminal using StarkScan; the StarkNet contract verifi...Discussstarknet
Bernard MburuforFabulous blogfabulousdesignspro.hashnode.net·Aug 13, 2022A Beginners Guide to Rollup Module BundlerBeing quick and lightweight Rollup is credited with compressing multiple JavaScript files to a single file. In this post, you will learn how to use the rollup module bundler in JavaScript. Prerequisites Fundamentals of JavaScript programming languag...Discuss·53 readsJavaScript