<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: GetBlock</title>
    <description>The latest articles on DEV Community by GetBlock (@getblockapi).</description>
    <link>https://dev.to/getblockapi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F860824%2F4abe6b91-1f61-42ec-99f9-4923998698a4.jpeg</url>
      <title>DEV Community: GetBlock</title>
      <link>https://dev.to/getblockapi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/getblockapi"/>
    <language>en</language>
    <item>
      <title>Custom Base op-Erigon Node for AMM Analytics. When Standard Infrastructure Solutions are Not Enough</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Thu, 11 Dec 2025 11:54:51 +0000</pubDate>
      <link>https://dev.to/getblockio/custom-base-op-erigon-node-for-amm-analytics-when-standard-infrastructure-solutions-are-not-enough-1mi6</link>
      <guid>https://dev.to/getblockio/custom-base-op-erigon-node-for-amm-analytics-when-standard-infrastructure-solutions-are-not-enough-1mi6</guid>
      <description>&lt;p&gt;Most blockchain infrastructure providers offer standard configurations. When a DeFi analytics platform, Revert Finance, needed overlay RPC methods on Base, the capability didn't exist in any production node. They needed a partner who could build custom solutions, not just provision servers. &lt;/p&gt;

&lt;p&gt;GetBlock deployed a working solution in under a week. &lt;/p&gt;

&lt;h2&gt;
  
  
  Why standard RPC infrastructure couldn't work
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://revert.finance/" rel="noopener noreferrer"&gt;Revert Finance&lt;/a&gt; provides advanced analytics and automation tools for liquidity providers in DeFi, helping them track and optimize their positions across major AMMs, including Uniswap, Pancakeswap, and Sushiswap. By offering real-time insights into yield, fees, rewards, and risks, Revert enables LPs to maximize returns and efficiently manage their DeFi portfolios.&lt;/p&gt;

&lt;p&gt;When Revert began integrating Aerodrome, a leading AMM on Base, they hit an unexpected obstacle. They needed additional data points during reward claims and liquidity operations – events that Aerodrome's developers never designed into the original contracts. Standard RPC methods couldn't solve this.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Most Web3 infrastructure needs can be met with reliable RPC services. GetBlock provides full and archive node API access across 100+ blockchains including Base. Browse our &lt;a href="https://getblock.io/nodes/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=revertfinance" rel="noopener noreferrer"&gt;supported nodes&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The overlay RPC workaround
&lt;/h2&gt;

&lt;p&gt;Revert's engineering team devised a workaround: use Erigon's &lt;a href="https://github.com/crebsy/erigon/blob/devel/turbo/jsonrpc/overlay/README.md" rel="noopener noreferrer"&gt;overlay RPC namespace&lt;/a&gt; to replay historical Aerodrome transactions with modified bytecode that adds the missing event emissions.&lt;/p&gt;

&lt;p&gt;The workflow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Take Aerodrome's contract source code (e.g., CLGauge at &lt;code&gt;0xF33a96b5932D9E9B9A0eDA447AbD8C9d48d2e0c8&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Add custom event emissions at critical points in the code&lt;/li&gt;
&lt;li&gt;Compile the modified contract to get instrumented bytecode&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;overlay_callConstructor&lt;/code&gt; to deploy this modified version into a local state overlay&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;overlay_getLogs&lt;/code&gt; to replay historical Aerodrome transactions against the instrumented contract and capture the custom events&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This approach required an archive &lt;a href="https://getblock.io/nodes/base/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=revertfinance" rel="noopener noreferrer"&gt;Base node&lt;/a&gt; with a full historical state running Erigon's op-stack fork with overlays enabled. That's what GetBlock's engineering team stepped in to build.&lt;/p&gt;

&lt;h2&gt;
  
  
  Production reality check
&lt;/h2&gt;

&lt;p&gt;This combination, the Erigon client with the &lt;code&gt;overlay_*&lt;/code&gt; functional on Base, didn't exist in any production infrastructure offering at the time.&lt;/p&gt;

&lt;p&gt;While overlay RPC was proven for Ethereum, extending this functionality to op-stack chains was still experimental. The op-erigon community fork maintained by Sunnyside Labs had the code theoretically in place.&lt;/p&gt;

&lt;p&gt;When testing op-erigon's overlay methods for production use, we discovered edge cases that needed resolution:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;nil pointer crashes &lt;/li&gt;
&lt;li&gt;null return values&lt;/li&gt;
&lt;li&gt;op-stack execution context gaps &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftan9ulccar24xi3aqsak.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftan9ulccar24xi3aqsak.png" alt="An edge case example which we've managed to solve" width="800" height="315"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GetBlock collaborated with op-erigon maintainers who addressed the L1 and operator cost function initialization in &lt;a href="https://github.com/testinprod-io/op-erigon/pull/259" rel="noopener noreferrer"&gt;pull request #259&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Building on that foundation, GetBlock implemented targeted modifications to achieve production stability of the node.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Running into infrastructure limitations with your analytics service or dApp? GetBlock's team can evaluate your requirements and design a solution. &lt;a href="https://getblock.io/contact/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=revertfinance" rel="noopener noreferrer"&gt;Get in touch&lt;/a&gt; to explore what's possible for your use case.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Stabilizing overlay RPC execution on GetBlock’s Base op-erigon node
&lt;/h2&gt;

&lt;p&gt;When production testing revealed more complex overlay execution issues that upstream fixes couldn't fully resolve, GetBlock's engineers implemented custom patches in under a week. &lt;br&gt;
The fixes included: &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Execution context injection&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We ensured overlay replays carry full op-stack semantics:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;blockCtx := evmtypes.BlockContext{
    BlobBaseFee: blobBaseFee,
    L1CostFunc: opstack.NewL1CostFunc(chainConfig, stateDB),
    OperatorCostFunc: opstack.NewOperatorCostFunc(chainConfig, stateDB),
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;2. CREATE transaction detection&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Added &lt;code&gt;isCreateTx&lt;/code&gt; flag to properly handle contract deployment overlays:&lt;br&gt;
go&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;isCreateTx := creationTx.GetTo() == nil &amp;amp;&amp;amp; contractAddr == address

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;3. Deployed bytecode extraction&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After CREATE execution, we explicitly read deployed code from intra-block state:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;if isCreateTx {
    deployed := evm.IntraBlockState().GetCode(contractAddr)
    if len(deployed) &amp;gt; 0 {
        result.Code = hexutil.Encode(deployed)
        return result, nil
    }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;4. Tracer integration&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Enhanced the tracer to write injected code to state and propagate errors to the RPC layer:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;tracer.evm.IntraBlockState().SetCode(tracer.contractAddr, tracer.injectedCode)
tracer.resultCode = tracer.injectedCode
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  The result
&lt;/h2&gt;

&lt;p&gt;GetBlock's work with Revert demonstrates what's possible when you combine:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deep client-level expertise &lt;/li&gt;
&lt;li&gt;Close collaboration with the customer and developer community &lt;/li&gt;
&lt;li&gt;Engineering capability to patch and deploy specialized builds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The result&lt;/strong&gt;: GetBlock deployed a hardened archive Base node with patched op-erigon that properly implements overlay RPC. Revert launched their Aerodrome analytics on schedule. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvivzrmgdjbf90qcrmcwv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvivzrmgdjbf90qcrmcwv.png" alt="Revert Finance's tweet about GetBlock partnership" width="800" height="923"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What we learned building this
&lt;/h2&gt;

&lt;p&gt;If you're working with overlay RPC or custom Erigon deployments, note:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Overlay requires explicit state override parameter
Even for empty overrides, pass &lt;code&gt;{}&lt;/code&gt; as the second param to avoid nil dereference:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;curl -X POST https://go.getblock.io/&amp;lt;token&amp;gt; \
-H "Content-Type: application/json" \
-d '{
  "jsonrpc":"2.0",
  "method":"overlay_getLogs",
  "params":[
    {"fromBlock":"latest","toBlock":"latest"},
    {}
  ]
}'
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Op-stack execution context is non-negotiable: L1 cost functions and operator fees must be initialized or Cancún-era blocks will fail.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;CREATE transactions need special handling: Standard execution paths don't automatically expose deployed bytecode in overlay contexts, you must read from intra-block state.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Wrapping up: Infrastructure is an engineering lever
&lt;/h2&gt;

&lt;p&gt;Innovation in blockchain isn’t just about creating smarter contracts; it’s about the infrastructure that makes those possibilities real. Advanced products like Revert’s DeFi analytics don’t fit neatly into standard setups. &lt;/p&gt;

&lt;p&gt;At GetBlock, we treat infrastructure as a technical enabler, not a constraint. When the standard toolset runs out, our engineering focus takes over. &lt;/p&gt;

&lt;p&gt;For Revert Finance, that meant bringing overlay RPC from theory to production on Base. For your product, it might mean architecting the missing piece between your vision and your data layer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Need custom blockchain infrastructure?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GetBlock provides high-performance blockchain infrastructure across 100+ blockchains — from RPC node access and dedicated setups to fully customized engineering support for teams building at the frontier.&lt;/p&gt;

&lt;p&gt;If your project requires specialized node configurations that standard providers can’t deliver, let’s talk.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://getblock.io/contact/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=revertfinance" rel="noopener noreferrer"&gt;Schedule a demo or consultation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://getblock.io/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=revertfinance" rel="noopener noreferrer"&gt;Explore our RPC services&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Most infrastructure providers say 'that's impossible.' We say, 'give us a week.’&lt;/em&gt;&lt;/p&gt;

</description>
      <category>web3</category>
      <category>blockchain</category>
      <category>go</category>
    </item>
    <item>
      <title>BlastAPI Shuts Down: Migrating to GetBlock in Three Lines of Code for Web3 devs</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Fri, 24 Oct 2025 11:07:04 +0000</pubDate>
      <link>https://dev.to/getblockio/blastapi-shuts-down-migrating-to-getblock-in-three-lines-of-code-for-web3-devs-pdc</link>
      <guid>https://dev.to/getblockio/blastapi-shuts-down-migrating-to-getblock-in-three-lines-of-code-for-web3-devs-pdc</guid>
      <description>&lt;p&gt;With BlastAPI set to discontinue operations by the end of the month, RPC node provider GetBlock is extending a helping hand to affected Web3 developers. &lt;/p&gt;

&lt;p&gt;Through a dedicated migration campaign, teams moving from BlastAPI to GetBlock can claim up to 50% off shared RPC node subscriptions on the Pro and Enterprise plans (find tech manual and migration guide below!)&lt;/p&gt;

&lt;p&gt;The offer, valid until &lt;strong&gt;November 20, 2025&lt;/strong&gt;, aims to ensure continuity for developers while unlocking measurable performance gains and greater multi-chain flexibility. &lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;BlastAPI is shutting down on October 31, 2025. GetBlock steps in with a limited‑time migration program offering up to  50% off shared RPC node subscriptions.&lt;/li&gt;
&lt;li&gt;New users can use promo code &lt;strong&gt;MIGRATE50&lt;/strong&gt; to receive 50% off the Enterprise plan or &lt;strong&gt;MIGRATE40&lt;/strong&gt; for 40% off the Pro plan, both applied with six-month commitments.&lt;/li&gt;
&lt;li&gt;Claim the offer by &lt;strong&gt;November 20, 2025&lt;/strong&gt; by submitting the promo codes through the contact form on GetBlock's website.&lt;/li&gt;
&lt;li&gt;To migrating users, GetBlock delivers a true upgrade with broader blockchain coverage, stronger architectural performance, and top-tier customer  support unmatched in its segment.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Activate your discount through our &lt;a href="https://getblock.io/contact?utm_source=externalfree&amp;amp;utm_medium=devto&amp;amp;utm_campaign=bam" rel="noopener noreferrer"&gt;Contact form&lt;/a&gt; and save at least $2,400 on an optimal setup.&lt;/p&gt;

&lt;h2&gt;
  
  
  BlastAPI shuts down, GetBlock launches migration campaign with 50% off
&lt;/h2&gt;

&lt;p&gt;BlastAPI’s sudden closure has left many Web3 teams in search of reliable alternatives. GetBlock, with over 100 Layer-1 and Layer-2 blockchains supported including Ethereum, Solana, Tron, and Bitcoin, presents one of the most comprehensive infrastructures on the market. &lt;/p&gt;

&lt;p&gt;Migrating projects gain access to key performance enhancements such as broader multi-chain support, archive data availability, secure routing through MEV‑protected endpoints, and globally distributed endpoints across the US, Europe, and Asia.&lt;/p&gt;

&lt;p&gt;Transitioning is straightforward: developers submit a contact request on the &lt;a href="https://getblock.io/?utm_source=externalfree&amp;amp;utm_medium=devto&amp;amp;utm_campaign=bam" rel="noopener noreferrer"&gt;GetBlock website&lt;/a&gt; with the appropriate promo code – &lt;strong&gt;MIGRATE50&lt;/strong&gt; or &lt;strong&gt;MIGRATE40&lt;/strong&gt;. GetBlock’s team oversees setup from integration to final deployment — minimizing downtime and configuration overhead.&lt;/p&gt;

&lt;h2&gt;
  
  
  GetBlock vs BlastAPI: Bigger blockchains lineup, faster endpoints, best-in-class support
&lt;/h2&gt;

&lt;p&gt;While BlastAPI maintained a respectable range of networks and developer features, GetBlock’s ecosystem now represents one of the most extensive and high‑performance infrastructures in the RPC market. &lt;/p&gt;

&lt;p&gt;Its core advantages include a 60‑plus blockchain edge, faster global response times verified by independent testing, and customer support excellence for all users. The platform’s SOC 2 certification, due by Q4 2025, underscores its commitment to security and enterprise-grade reliability.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bonus 1: Seamless migration in three lines of code
&lt;/h2&gt;

&lt;p&gt;While for some use-cases, pasting a new API endpoint URL is actually a drop-in replacement, you can’t be too safe.&lt;/p&gt;

&lt;p&gt;Migration is as simple as changing your RPC URL. Here's how:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;// Blast API (OLD)
const OLD_RPC = "https://eth-mainnet.blastapi.io/YOUR_PROJECT_ID";

// GetBlock API (NEW) - Direct replacement
const NEW_RPC = "https://go.getblock.us/&amp;lt;ACCESS_TOKEN&amp;gt;";

// You're good to go! Your dApp is now using the new endpoint
const provider = new ethers.JsonRpcProvider(NEW_RPC);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Before switching to a new endpoint, test the connection:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# Sending a request to an Ethereum endpoint
curl -X POST "https://go.getblock.us/&amp;lt;YOUR_ACCESS_TOKEN&amp;gt;"\
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber",
  "params":[],"id":"getblock"}'

# Expected response
{"jsonrpc":"2.0","id":"getblock","result":"0x123456789"}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Bonus 2: Should I choose a Pro or Enterprise plan?
&lt;/h2&gt;

&lt;p&gt;Here’s what you need to know about the plans included in the promo campaign.&lt;/p&gt;

&lt;p&gt;GetBlock CEO Vasily Rudomanov invites all Web3 teams to explore the platform’s infrastructure stack:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Following the BlastAPI shutdown, GetBlock is prepared to support affected teams with a seamless migration to new RPC node infrastructure. &lt;br&gt;
GetBlock is offering special promotional pricing on its Pro and Enterprise package suites to make the migration immediate and painless. &lt;br&gt;
The whole process is straightforward: contact the team, apply a promo code - MIGRATE50 for Enterprise and MIGRATE40 for Pro package -  and GetBlock handles integration. Customers can expect full infrastructure support without extended setup timelines or unexpected costs. For Web3 builders seeking reliable, scalable RPC nodes, this represents a practical opportunity to upgrade their infrastructure layer in 2025.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For affected BlastAPI teams, it’s an opportunity to secure a stable infrastructure foundation and continue building without interruption.&lt;/p&gt;

&lt;h2&gt;
  
  
  Wrapping up
&lt;/h2&gt;

&lt;p&gt;Migrating isn’t just about replacing your RPC provider; it’s about futureproofing your infrastructure. GetBlock’s consistent uptime, transparent pricing, and ongoing chain integrations make it a dependable option for teams building long‑term in Web3.&lt;/p&gt;

&lt;p&gt;This migration offer is the simplest way to make the switch and ensure transition happens quickly, painlessly, and results in an infrastructure upgrade — not just a replacement&lt;/p&gt;

&lt;p&gt;To join the migration program or get assistance, visit getblock.io&lt;/p&gt;

</description>
      <category>web3</category>
      <category>blockchain</category>
      <category>product</category>
    </item>
    <item>
      <title>Avalanche Node Peculiarities and Benefits</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Mon, 28 Jul 2025 12:58:16 +0000</pubDate>
      <link>https://dev.to/getblockapi/avalanche-node-peculiarities-and-benefits-50k</link>
      <guid>https://dev.to/getblockapi/avalanche-node-peculiarities-and-benefits-50k</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6hn2p5c4lllozxfjeumh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6hn2p5c4lllozxfjeumh.png" alt=" " width="800" height="482"&gt;&lt;/a&gt;&lt;br&gt;
Avalanche is a layer-1 blockchain compatible with EVM. It has robust development capabilities, with its unique three-chain architecture and the ability to launch customized L1s using the network. Here, let’s focus on Avalanche nodes and explore how they work to help Web3 developers deploy their projects, and how services like &lt;a href="https://getblock.io/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=avaxnode" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt; can simplify the process.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Avalanche node
&lt;/h2&gt;

&lt;p&gt;Avalanche nodes play a crucial role in maintaining the network’s integrity, processing transactions, and enabling Web3 development. Before exploring how to run a node, it’s essential to understand Avalanche’s structure, consensus, and node types.&lt;/p&gt;

&lt;h3&gt;
  
  
  Avalanche chain structure
&lt;/h3&gt;

&lt;p&gt;Avalanche operates three separate but interconnected chains, each optimized for a specific set of tasks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;X-chain:&lt;/strong&gt; Built on the Avalanche Virtual Machine, it is used for creating and transferring digital assets, including the native AVAX token.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;P-chain:&lt;/strong&gt; Responsible for staking operations, validator coordination, and governance processes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;C-chain:&lt;/strong&gt; Fully compatible with Ethereum via the Coreth Virtual Machine, it focuses on deploying and executing smart contracts.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This architecture separates core functionalities for greater scalability, performance, and customization potential.&lt;/p&gt;

&lt;h3&gt;
  
  
  Avalanche consensus
&lt;/h3&gt;

&lt;p&gt;Avalanche utilizes a Delegated Proof-of-Stake (DPoS) consensus model that relies on validator and delegate participation to reach network consensus. One can see how the consensus works on the scheme below&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0xzwmxhzbszznutu6pkt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0xzwmxhzbszznutu6pkt.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let’s explore both roles.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Validators:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Must stake a minimum of 2,000 AVAX (approximately $50,000).&lt;/li&gt;
&lt;li&gt;Directly validate transactions and contribute to consensus.&lt;/li&gt;
&lt;li&gt;Participate in governance decisions.&lt;/li&gt;
&lt;li&gt;Earn staking rewards.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Delegates:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Can stake as little as 25 AVAX (about $625).&lt;/li&gt;
&lt;li&gt;Vote for validators instead of validating directly.&lt;/li&gt;
&lt;li&gt;Do not need to run their own node (but recommended).&lt;/li&gt;
&lt;li&gt;Earn rewards alongside chosen validators (typically 8–10% APY).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This system allows flexible participation in securing the network, even with limited resources.&lt;/p&gt;

&lt;h3&gt;
  
  
  Avalanche node types
&lt;/h3&gt;

&lt;p&gt;Avalanche nodes come in several types based on their functionalities, each serving different roles in the ecosystem. Let’s explore them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Full node:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stores the full blockchain state and can be pruned to reduce disk size.&lt;/li&gt;
&lt;li&gt;Synchronizes with other nodes to maintain network data.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Validator node:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A full node with added consensus participation.&lt;/li&gt;
&lt;li&gt;Validates transactions by staking AVAX and participates in governance.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;RPC node:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A full node that provides access to the Avalanche API.&lt;/li&gt;
&lt;li&gt;Supports Web3 apps by executing blockchain queries and smart contract calls.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Generally, AVAX full node is the basic node type, which can then be customized into an RPC or validator node. Their use cases differ based on the task.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Web3 development:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Requires an &lt;strong&gt;RPC node&lt;/strong&gt; with an active API endpoint.&lt;/li&gt;
&lt;li&gt;Essential for dApps, NFTs, blockchain games, and DeFi protocols.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Transaction validation:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Performed by &lt;strong&gt;validator nodes&lt;/strong&gt; with at least 2,000 staked AVAX.&lt;/li&gt;
&lt;li&gt;Ensures secure execution and recording of transactions.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to run Avalanche node
&lt;/h2&gt;

&lt;p&gt;Running an Avalanche node requires both adequate hardware and a Unix-based software environment. Let’s go through the setup process.&lt;/p&gt;

&lt;h3&gt;
  
  
  Hardware requirements
&lt;/h3&gt;

&lt;p&gt;To deploy a fully functioning AVAX node, your machine should meet these minimum specifications:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Disk:&lt;/strong&gt; 1 TB SSD&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RAM:&lt;/strong&gt; 16 GB&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CPU:&lt;/strong&gt; 8-core processor or higher&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Internet:&lt;/strong&gt; Minimum 5 Mbps connection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now, let’s focus on software.&lt;/p&gt;

&lt;h3&gt;
  
  
  Software requirements
&lt;/h3&gt;

&lt;p&gt;AVAX nodes require specific software components and operating systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Operating system:&lt;/strong&gt; Unix-based (Ubuntu recommended); Windows is not supported&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Avalanche client:&lt;/strong&gt; AvalancheGo&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dependencies:&lt;/strong&gt; &lt;em&gt;go&lt;/em&gt; (Golang) and &lt;em&gt;gcc&lt;/em&gt; (GNU compilers)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Additional tools:&lt;/strong&gt; Prometheus for monitoring, Grafana for data visualization, other tools are optional&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After everything is set up, we’re ready to install.&lt;/p&gt;

&lt;h3&gt;
  
  
  Installation and maintenance
&lt;/h3&gt;

&lt;p&gt;Setting up an &lt;a href="https://build.avax.network/docs/nodes/run-a-node/from-source" rel="noopener noreferrer"&gt;Avalanche node&lt;/a&gt; involves several steps. &lt;/p&gt;

&lt;p&gt;The process includes:&lt;br&gt;
Install &lt;a href="https://go.dev/doc/install" rel="noopener noreferrer"&gt;go&lt;/a&gt; and &lt;a href="https://gcc.gnu.org/" rel="noopener noreferrer"&gt;gcc&lt;/a&gt; on your Unix-based system.&lt;br&gt;
Download AvalancheGo from source, Docker, or use the pre-built binary.&lt;br&gt;
Run AvalancheGo and wait for full node synchronization (bootstrapping).&lt;br&gt;
Configure the node via flags, including C-, X-, and P-chain settings.&lt;br&gt;
Optionally, enable pruning to save disk space.&lt;/p&gt;

&lt;p&gt;Ongoing node maintenance includes software updates and performance monitoring using tools like &lt;a href="https://prometheus.io/download/" rel="noopener noreferrer"&gt;Prometheus&lt;/a&gt; and Grafana. One can see the example of a performance monitoring dashboard below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foavhgvdjbl1lujjcoo51.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foavhgvdjbl1lujjcoo51.png" alt=" " width="800" height="508"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  RPC and validator nodes
&lt;/h3&gt;

&lt;p&gt;To configure an RPC node, you must expose the correct API endpoint and ensure stable uptime. This allows smart contract interactions and dApp development directly through your node, making it suitable for developers and Web3 projects.&lt;/p&gt;

&lt;p&gt;Validator nodes, on the other hand, require staking 2,000 AVAX and adjusting the AvalancheGo configuration for consensus participation. These nodes secure the network and participate in block validation, making them vital for Avalanche’s DPoS model.&lt;/p&gt;

&lt;h2&gt;
  
  
  Benefits of running Avalanche node
&lt;/h2&gt;

&lt;p&gt;Operating an Avalanche node brings various advantages to individual participants, developers, and enterprises.&lt;/p&gt;

&lt;h3&gt;
  
  
  Securing the network
&lt;/h3&gt;

&lt;p&gt;Each full AVAX node helps maintain a decentralized and tamper-proof blockchain by validating state changes and rejecting unauthorized modifications. All full node operators play a key role in preserving the network’s security and resilience.&lt;/p&gt;

&lt;h3&gt;
  
  
  Faster transactions
&lt;/h3&gt;

&lt;p&gt;Running your own node eliminates reliance on third-party providers, leading to faster, more reliable transaction execution. This independence can be critical for applications that require high throughput and low latency.&lt;/p&gt;

&lt;h3&gt;
  
  
  Validation and delegation
&lt;/h3&gt;

&lt;p&gt;Becoming a validator allows users to stake AVAX, contribute to transaction validation, and participate in governance. Delegates, while staking less, still earn passive rewards between 8–10% APY by supporting trusted validators.&lt;/p&gt;

&lt;h3&gt;
  
  
  Web3 development
&lt;/h3&gt;

&lt;p&gt;RPC nodes enable the creation of decentralized apps by providing a programmable API interface with the Avalanche blockchain. Developers can run custom smart contracts, interact with tokens, and deploy entire platforms using their own infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion: Using a node provider
&lt;/h2&gt;

&lt;p&gt;Running your own Avalanche node grants full control but requires hardware, setup time, and ongoing maintenance. For commercial Web3 projects, using a node provider like GetBlock can be more cost-effective and time-saving.&lt;/p&gt;

&lt;p&gt;Here are the benefits of using a node provider:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fast deployment&lt;/strong&gt; — ready-to-use API access within minutes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lower cost&lt;/strong&gt; — starts at $39/month (for GetBlock), no hardware needed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No maintenance&lt;/strong&gt; — node is managed by dedicated specialists.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Custom options&lt;/strong&gt; — choose between shared or dedicated nodes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Developer support&lt;/strong&gt; — promotional help, partner benefits, and Dapp Hub access.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://getblock.io/nodes/avax/?utm_source=devto&amp;amp;utm_medium=article&amp;amp;utm_campaign=avaxnode" rel="noopener noreferrer"&gt;Choosing GetBlock&lt;/a&gt; lets startups and enterprises scale their Avalanche-based solutions quickly and securely, while focusing on what matters most: building their Web3 products.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>nodes</category>
      <category>avax</category>
      <category>avalanche</category>
    </item>
    <item>
      <title>NEW: Select Your Region for Shared API Access</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Mon, 14 Jul 2025 16:41:56 +0000</pubDate>
      <link>https://dev.to/getblockapi/new-select-your-region-for-shared-api-access-3903</link>
      <guid>https://dev.to/getblockapi/new-select-your-region-for-shared-api-access-3903</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdhr6qqx6ljyhbbwjwdch.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdhr6qqx6ljyhbbwjwdch.png" alt=" " width="800" height="472"&gt;&lt;/a&gt;&lt;br&gt;
GetBlock, a top RPC node provider, shares details of a major enhancement of its Shared RPC Node stack. Starting July 2025, all Shared Node customers can now choose their preferred region when setting up RPC endpoints. &lt;/p&gt;

&lt;h2&gt;
  
  
  Your dApp, your region: Customizable Shared Nodes are live at GetBlock
&lt;/h2&gt;

&lt;p&gt;As a premium global RPC node provider and Web3 infrastructure platform for businesses, GetBlock now enables region selection for Shared Node users.&lt;/p&gt;

&lt;p&gt;With this upgrade, users can choose between the EU (Frankfurt, Germany) and the US (New York) as their API server location.&lt;/p&gt;

&lt;p&gt;This results in a decent reduction in latency for developers and their end users since the requests from the US no longer need to be routed through the EU, and vice versa.&lt;/p&gt;

&lt;p&gt;Vasily Rudomanov, blockchain OG and CEO of GetBlock, stresses the significance of regional node access for dApp performance and availability:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;The logic is straightforward and applies equally to both Web2 and Web3: if your users are in the U.S., there’s little sense in routing blockchain data through nodes in Kuala Lumpur or Frankfurt. Latency matters.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Despite this, most RPC node providers restrict regional customization to their premium, dedicated server plans. At GetBlock, we’re changing that. Regional selection - whether EU or U.S. - is now available across all packages.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;It’s a crucial step toward maximizing speed, reliability, and user experience for decentralized applications. And this is just the beginning, as more regions and enhancements are on the way.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Most importantly, the new feature is available to all Shared Node users  including those on Free plans. No additional setup required as multi-region endpoints already live in your dashboard.&lt;/p&gt;

&lt;p&gt;In this initial release, US/EU switching is supported for a select group of the most popular blockchains.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting started with US API endpoints: Three steps
&lt;/h2&gt;

&lt;p&gt;To start sending requests from a specific region (either the US or EU) RPC node users should follow these simple steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sign in to &lt;a href="https://getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_usapi" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt; using MetaMask, GitHub, Google, or your email address.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Shared Nodes&lt;/strong&gt; menu, click “&lt;strong&gt;Get&lt;/strong&gt;”, then select the protocol, network type, and interface.&lt;/li&gt;
&lt;li&gt;(NEW!) In the &lt;strong&gt;Region&lt;/strong&gt; field, choose between &lt;strong&gt;USA (New York)&lt;/strong&gt; and &lt;strong&gt;Germany (Frankfurt)&lt;/strong&gt;, then click “&lt;strong&gt;Get&lt;/strong&gt;”.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F71cukixzl6626dmlxliy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F71cukixzl6626dmlxliy.png" alt=" " width="800" height="499"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Image by &lt;a href="https://account.getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_usapi" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt;&lt;/em&gt;&lt;br&gt;
That’s it. You’re good to go!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;US-based endpoint URLs use the .us domain (e.g., &lt;a href="https://go.getblock.us/42d356e1ee.." rel="noopener noreferrer"&gt;https://go.getblock.us/42d356e1ee..&lt;/a&gt;.)&lt;/li&gt;
&lt;li&gt;EU-based servers continue to use the familiar .io domain (e.g., &lt;a href="https://go.getblock.io/6a24c0c.." rel="noopener noreferrer"&gt;https://go.getblock.io/6a24c0c..&lt;/a&gt;.).&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Deployment of Asian endpoints for Shared Nodes (Singapore and Kuala Lumpur) are underway.&lt;/p&gt;

&lt;p&gt;Need more flexibility? You can always deploy a &lt;a href="https://getblock.io/dedicated-nodes/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_usapi" rel="noopener noreferrer"&gt;Dedicated Node&lt;/a&gt; in your preferred region.&lt;/p&gt;

&lt;p&gt;We’re wide open to feedback. Chat with us via our &lt;a href="https://getblock.io/contact/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_usapi" rel="noopener noreferrer"&gt;Contact&lt;/a&gt; page.&lt;/p&gt;

&lt;p&gt;WAGMI,&lt;/p&gt;

&lt;p&gt;The GetBlock Team&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>cryptocurrency</category>
      <category>node</category>
      <category>api</category>
    </item>
    <item>
      <title>Transformative Trends from Solana Crossroads 2025 – A Take from GetBlock’s CEO</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Wed, 11 Jun 2025 17:53:50 +0000</pubDate>
      <link>https://dev.to/getblockapi/transformative-trends-from-solana-crossroads-2025-a-take-from-getblocks-ceo-1bj9</link>
      <guid>https://dev.to/getblockapi/transformative-trends-from-solana-crossroads-2025-a-take-from-getblocks-ceo-1bj9</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9f33251wizs01kqzftk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft9f33251wizs01kqzftk.png" alt=" " width="800" height="472"&gt;&lt;/a&gt;&lt;br&gt;
After Istanbul’s Solana Crossroads 2025, it’s clear that Solana has moved firmly into its next phase of growth, one defined by ambitious innovation, high-stakes experimentation, and the need for robust infrastructure. &lt;/p&gt;

&lt;p&gt;GetBlock’s CEO, Vasily Rudomanov, distilled six core lessons from the conference – lessons that inform the wider Solana ecosystem and GetBlock’s product roadmap as a premium multi-chain infrastructure provider. &lt;/p&gt;

&lt;h2&gt;
  
  
  Solana’s scale meets friction
&lt;/h2&gt;

&lt;p&gt;Solana Crossroads has grown into one of the industry’s premier gatherings, rivalling even Ethereum’s marquee events. This year’s edition in Istanbul felt larger and more diverse than ever: from institutional investors and TradFi observers to grassroots hackers and memecoin traders. Yet rapid expansion invites growing pains—market volatility and network congestion pressures all loom larger now than in Solana’s sandbox days.&lt;/p&gt;

&lt;h2&gt;
  
  
  MEV is the first‑order concern
&lt;/h2&gt;

&lt;p&gt;Maximal Extractable Value (MEV) was the hot topic throughout the conference. Panels and hallway debates explored its ethical and economic dimensions: “good” MEV strategies that enhance liquidity versus “bad” MEV attacks that threaten fairness; how fee models must adapt; and what builders can do to protect users. &lt;/p&gt;

&lt;p&gt;The consensus: any DeFi project that ignores MEV’s implications does so at its own peril. GetBlock is stepping up with MEV‑resilient nodes and an enhanced &lt;a href="https://getblock.io/nodes/sol/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_solcrossroads" rel="noopener noreferrer"&gt;Solana API&lt;/a&gt; toolkit tailored to these emerging demands. &lt;/p&gt;

&lt;h2&gt;
  
  
  Liquid‑staking and restaking come to Solana
&lt;/h2&gt;

&lt;p&gt;Restaking, until recently an Ethereum‑centric innovation, has arrived on Solana. By allowing staked SOL to be redeployed into additional DeFi layers, protocols can now create deeply composable yield strategies. Builders showcased everything from leveraged staking vaults to recursive LP positions, underscoring that capital efficiency is the next great frontier in Solana DeFi.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI goes beyond buzzword status
&lt;/h2&gt;

&lt;p&gt;“Vibe coding,” as they put it, has evolved from meme to methodology. Copilot‑style AI assistants are enabling teams with minimal DeFi experience to spin up functional dApps in record time. Meanwhile, autonomous on‑chain agents leveraging LLMs infused with real‑time blockchain data are beginning to handle tasks from arbitrage to governance voting and stablecoin issuance, heralding a new era of automated crypto operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Consumer‑facing onramps accelerate
&lt;/h2&gt;

&lt;p&gt;Beyond code and capital, Solana is pushing into consumer markets. The Solana Mobile smartphone, Seeker decentralized app store, and Solana‑branded payment cards from partners like Solflare and KAST all point toward a concerted effort to onboard mainstream users. TradFi institutions took note: as these onramps mature, the Solana ecosystem’s total addressable market expands dramatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Infrastructure will power Solana’s growth
&lt;/h2&gt;

&lt;p&gt;All the imaginative DeFi, AI, and consumer use‑cases showcased in Istanbul depend on one thing: rock‑solid access to the blockchain. To meet this need, GetBlock is amplifying its core offerings: enhanced Solana RPC endpoints, MEV‑resilient nodes, and archive data access.&lt;/p&gt;

&lt;p&gt;GetBlock’s Solana plugin system allows builders to bolt on specialized functionality to RPC endpoints without managing separate services for data streams or security features. The platform’s API extensions now feed blockchain data into AI agents. &lt;/p&gt;

&lt;p&gt;These services make GetBlock a reliable infrastructure partner for builders focused on innovation. &lt;/p&gt;

&lt;h2&gt;
  
  
  Bottom line: Ready for Solana’s next wave
&lt;/h2&gt;

&lt;p&gt;That tongue-in-cheek “Solana Roast” event served as a microcosm for where the entire ecosystem stands today. It was a playful event where builders poked fun at Solana’s quirks rather than sweeping them under the rug. That blend of self‑critique and camaraderie may be just what the ecosystem needs to navigate complex challenges without losing momentum.&lt;/p&gt;

&lt;p&gt;With that energy behind it, the ecosystem is now scaling into new frontiers. GetBlock is ready to contribute, turning what would be a massive operational burden of running and maintaining Solana nodes at scale into a plug-and-play resource. Interested teams are invited to connect with the &lt;a href="https://getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_solcrossroads" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt; team to discuss tailored Solana infrastructure solutions. &lt;/p&gt;

</description>
      <category>solana</category>
      <category>blockchain</category>
      <category>cryptocurrency</category>
      <category>nodes</category>
    </item>
    <item>
      <title>Europe’s Blockchain Moment: GetBlock Reports from PBW 2025</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Tue, 10 Jun 2025 13:38:10 +0000</pubDate>
      <link>https://dev.to/getblockapi/europes-blockchain-moment-getblock-reports-from-pbw-2025-njf</link>
      <guid>https://dev.to/getblockapi/europes-blockchain-moment-getblock-reports-from-pbw-2025-njf</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcyj2npguwpj2nzotvwe3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcyj2npguwpj2nzotvwe3.png" alt=" " width="800" height="470"&gt;&lt;/a&gt;&lt;br&gt;
Europe’s premier Web3 summit, Paris Blockchain Week (PBW) 2025, demonstrated that blockchain in Europe is alive, kicking, and entering maturity. &lt;a href="https://getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_pbw" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt;, a leading provider of RPC node infrastructure, used the event’s energy and conversations to gauge where the industry is headed and how its own platform is adapting to meet surging on‑chain demands.&lt;/p&gt;

&lt;h2&gt;
  
  
  PBW 2025 – Europe’s blockchain pulse
&lt;/h2&gt;

&lt;p&gt;With nearly 10,000 attendees – two-thirds of whom were C-suite executives – the summit attracted people who actually build and govern blockchain solutions and came ready to make things happen. &lt;/p&gt;

&lt;p&gt;GetBlock’s Chief Business Development Officer, Alex Danilin, who was on the ground at Paris,  explained how this year’s summit represented a turning point. &lt;/p&gt;

&lt;p&gt;“This year, the room was full of actual dealmakers,” observed Danilin. “We met decision-makers who were well-versed, hands-on, and ready to talk about substance.” For GetBlock, this was validation that enterprise leaders and seasoned developers are now driving the narrative.&lt;/p&gt;

&lt;p&gt;The mix of attendees was another striking shift. On one stage sat pioneers like Adam Back, Charles Hoskinson, entrepreneurs building next-generation protocols, and traditional institutions dipping a toe into decentralized tech. Criticism of Europe’s evolving regulatory framework was in the air, but the event itself struck a pragmatic, execution-oriented tone.&lt;/p&gt;

&lt;h2&gt;
  
  
  Spotlight on infrastructure
&lt;/h2&gt;

&lt;p&gt;Every major conversation at the event circled back to performance, uptime, and security, to which reliable infrastructure is front and center. GetBlock seized the opportunity to showcase its latest developments supporting the systems that enterprises and developers need today.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Expanded RPC offerings:&lt;/strong&gt; Built-in MEV protection now live for Solana, Ethereum, Base, and BNB Chain endpoints.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Solana plugin ecosystem:&lt;/strong&gt; High‑performance &lt;a href="https://getblock.io/nodes/sol/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=medium_pbw" rel="noopener noreferrer"&gt;Solana RPC&lt;/a&gt;, complemented by integrations such as Yellowstone Geyser, Metaplex DAS  API, and Jito to optimize throughput.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Support for emerging VMs:&lt;/strong&gt; Early support for Sui, Sei, Aptos, and other emerging ecosystems, enabling experimentation on tomorrow’s leading chains today.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GetBlock’s sustained quality won accolades from &lt;a href="https://www.coingecko.com/learn/crypto-rpc-best-rpc-providers" rel="noopener noreferrer"&gt;CoinGecko&lt;/a&gt;, placing in the top 5 global RPC node providers for three reporting periods straight. GetBlock’s commitment to EU-based infrastructure proves it’s ready to support the region’s Web3 growth.&lt;/p&gt;

&lt;h2&gt;
  
  
  Renewed confidence in Europe
&lt;/h2&gt;

&lt;p&gt;Paris Blockchain Week 2025 confirmed that blockchain’s low‑hanging fruit has been picked: the next phase is architectural sophistication and enterprise integration. The energy on display suggests that the continent remains a vibrant hub for builders and institutions alike. &lt;/p&gt;

&lt;p&gt;As companies like GetBlock double down on high‑performance, EU‑based infrastructure that can flex with evolving developer needs, the blockchain narrative is shifting from what could be, to what already is.&lt;/p&gt;

</description>
      <category>cryptocurrency</category>
      <category>blockchain</category>
      <category>pbw</category>
      <category>nodes</category>
    </item>
    <item>
      <title>Shielding dApp from MEV: GetBlock Introduces New Protected RPC Endpoints</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Thu, 08 May 2025 15:34:42 +0000</pubDate>
      <link>https://dev.to/getblockapi/shielding-dapp-from-mev-getblock-introduces-new-protected-rpc-endpoints-4m5e</link>
      <guid>https://dev.to/getblockapi/shielding-dapp-from-mev-getblock-introduces-new-protected-rpc-endpoints-4m5e</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa7pttgbxf21rpyaq8gqh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa7pttgbxf21rpyaq8gqh.png" alt=" " width="800" height="482"&gt;&lt;/a&gt;&lt;br&gt;
When it comes to building trust in decentralized applications, nothing kills momentum faster than sneaky MEV bots front-running, sandwiching, or extracting hidden value from users’ transactions. &lt;br&gt;
Today, GetBlock is changing the game, rolling out fully MEV-protected &lt;a href="https://getblock.io/nodes/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_mev" rel="noopener noreferrer"&gt;RPC nodes&lt;/a&gt;, focusing on Solana, Ethereum, BNB Smart Chain, and Base. The result is the same familiar RPC workflow, but with an invisible shield against the most sophisticated on-chain predators.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why MEV protection matters
&lt;/h2&gt;

&lt;p&gt;Maximum Extractable Value (MEV) describes the profit MEV seekers can skim off every swap, NFT mint, or auction by censoring, front-running, or sandwiching transactions in the public mempool. That extra cost comes straight out of your users’ pockets and can result in higher slippage, failed transactions, or simply a worse UX overall. &lt;br&gt;
For dApp developers, MEV isn’t just a backend headache, it’s a direct hit to user experience and trust. By embedding protection at the RPC layer, GetBlock ensures that users’ transactions land on-chain exactly as intended, without exposing them to predatory actors.&lt;/p&gt;

&lt;h2&gt;
  
  
  Under the hood: Private mempools with Merkle
&lt;/h2&gt;

&lt;p&gt;Traditional defenses against MEV often involve custom middleware or other extra layers that increase the maintenance burden. GetBlock handles the protection at the network-access layer, thanks to its collaboration with Merkle. &lt;br&gt;
Via this integration, transactions submitted to GetBlock’s protected endpoints are first routed through Merkle-managed private mempools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Public MEV bots never see pending transactions, so they can’t sandwich or re-order them.&lt;/li&gt;
&lt;li&gt;Merkle assembles the block privately, then delivers it to the network, no value extraction, guaranteed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to get an MEV-protected endpoint
&lt;/h2&gt;

&lt;p&gt;For GetBlock clients on any paid shared-node tier, MEV protection is included at no extra configuration cost. To enable MEV protection on GetBlock:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sign in to your user account at &lt;a href="https://getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_mev" rel="noopener noreferrer"&gt;&lt;strong&gt;getblock.io&lt;/strong&gt;&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;Navigate to the &lt;strong&gt;Shared Nodes&lt;/strong&gt; dashboard. &lt;/li&gt;
&lt;li&gt;Pick one of the &lt;strong&gt;mainnets&lt;/strong&gt;: Ethereum, Base, BSC, or Solana.&lt;/li&gt;
&lt;li&gt;Toggle on the &lt;strong&gt;“MEV-Protected”&lt;/strong&gt; option while configuring the API. &lt;/li&gt;
&lt;li&gt;Generate the RPC URL to use in your dApp or service. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feztke416acp9dpetfmro.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feztke416acp9dpetfmro.png" alt=" " width="800" height="482"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Image by GetBlock&lt;/em&gt;&lt;br&gt;
Once you’ve completed these steps, every JSON-RPC request your application makes to that URL is automatically funneled through Merkle’s secure mempools. No additional development effort required – the protection is embedded into the endpoint itself.&lt;br&gt;
Free-plan accounts do not include MEV protection by default, but upgrading is quick and painless.&lt;br&gt;
&lt;strong&gt;Ready to fortify your dApp?&lt;/strong&gt; Log in or sign up at &lt;a href="https://getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_mev" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt; and start using MEV-protected RPC endpoints today. Your users – and your bottom line – will thank you.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>cryptocurrency</category>
      <category>mev</category>
      <category>nodes</category>
    </item>
    <item>
      <title>ETH Faucets: Crypto Testnet Program Live at GetBlock</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Thu, 17 Apr 2025 16:18:01 +0000</pubDate>
      <link>https://dev.to/getblockapi/eth-faucets-crypto-testnet-program-live-at-getblock-3a04</link>
      <guid>https://dev.to/getblockapi/eth-faucets-crypto-testnet-program-live-at-getblock-3a04</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8whi3rcde5jnj34aiyje.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8whi3rcde5jnj34aiyje.png" alt=" " width="800" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GetBlock, a premium RPC node provider and Web3 infrastructure vendor, invites all EVM crypto builders to claim free testnet ETH tokens via its &lt;a href="https://getblock.io/faucet/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_faucet_2" rel="noopener noreferrer"&gt;best crypto faucets&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;As of Q2 2025, GetBlock’s testnet faucet service is 100% operational, supporting seamless development and testing for Web3 projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Free ETH crypto faucets by GetBlock in 2025
&lt;/h2&gt;

&lt;p&gt;GetBlock, a top-tier RPC nodes provider, is expanding its free cryptocurrency faucets initiative. It means that every team is welcome to play with its testnet faucets and get a free ETH for testing.&lt;/p&gt;

&lt;p&gt;Check out new list of best crypto faucets available at GetBlock:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ethereum Sepolia faucet&lt;/li&gt;
&lt;li&gt;Arbitrum Sepolia faucet&lt;/li&gt;
&lt;li&gt;Optimism Sepolia faucet&lt;/li&gt;
&lt;li&gt;Base Sepolia faucet&lt;/li&gt;
&lt;li&gt;Blast Sepolia faucet&lt;/li&gt;
&lt;li&gt;Scroll Sepolia faucet&lt;/li&gt;
&lt;li&gt;Linea Sepolia faucet&lt;/li&gt;
&lt;li&gt;zkSync Sepolia faucet&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Crypto faucet program was first introduced by GetBlock in Q1 2024 to support blockchain developers around the world with the testnet cryptocurrency required for testing crypto apps. Test ETH from &lt;a href="https://getblock.io/faucet/eth-sepolia/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_faucet_2" rel="noopener noreferrer"&gt;Ethereum Sepolia faucet&lt;/a&gt; have no real-world utility since they can not be exchanged for real Ethers to be sold on exchanges.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnotjtpefvhlv7e267gbo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnotjtpefvhlv7e267gbo.png" alt=" " width="800" height="355"&gt;&lt;/a&gt;&lt;br&gt;
Image by &lt;a href="https://getblock.io/faucet/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_faucet_2" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Testnet cryptocurrency is essential for risk-free testing of cryptocurrency applications as it allows the emulation of the economic logics of DeFi app.&lt;/p&gt;

&lt;p&gt;Together with &lt;a href="https://account.getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_faucet_2" rel="noopener noreferrer"&gt;free RPC node&lt;/a&gt; packages and &lt;a href="https://getblock.io/marketplace/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_faucet_2" rel="noopener noreferrer"&gt;Web3 Dapp Hub&lt;/a&gt;, a glossary of leading credible applications in crypto, cryptocurrency faucet by GetBlock is the platform’s contribution to the growth of the global Web3 apps ecosystem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting free ETH with GetBlock’s faucets: Three-step guide
&lt;/h2&gt;

&lt;p&gt;With recent upgrades, GetBlock is set to be supercharging the legit crypto faucets program with 10,000 test ETH monthly to meet all the requirements of customers.&lt;/p&gt;

&lt;p&gt;The procedure of claiming free test ETH on GetBlock’s faucets is quite straightforward.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Sign up to GetBlock.&lt;/strong&gt; Create an account on GetBlock using your crypto wallet (MetaMask is recommended), e-mail address, GitHub or Google Account;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Top up your wallet with crypto.&lt;/strong&gt; Be sure to have at least 0.005 ETH mainnet (real Ethers, not testnet ones) as this measure is required to protect our crypto faucet from being spammed or abused;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Claim testnet tokens.&lt;/strong&gt; That’s it: the ETH or MATIC test will soon arrive to your crypto wallet.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Come and try the best &lt;a href="https://getblock.io/faucet/arb-sepolia/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_faucet_2" rel="noopener noreferrer"&gt;free ETH testnet&lt;/a&gt; faucets today! Be it Ethereum Sepolia, or other EVM network - GetBlock is always ready to support your testing efforts.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>crypto</category>
      <category>faucet</category>
      <category>sepolia</category>
    </item>
    <item>
      <title>bloXroute’s BDN: A Game-Changer in Blockchain Infrastructure</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Mon, 31 Mar 2025 14:25:01 +0000</pubDate>
      <link>https://dev.to/getblockapi/bloxroutes-bdn-a-game-changer-in-blockchain-infrastructure-47pm</link>
      <guid>https://dev.to/getblockapi/bloxroutes-bdn-a-game-changer-in-blockchain-infrastructure-47pm</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6ja1vb0m1qiqxlfeb336.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6ja1vb0m1qiqxlfeb336.png" alt=" " width="800" height="482"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In DeFi, being first matters, and robust infrastructure makes this difference. &lt;strong&gt;bloXroute&lt;/strong&gt;’s Blockchain Distribution Network (BDN) enhances existing P2P networks to boost transaction propagation for platforms like Ethereum, Solana, TON, and various EVM chains. Transmitting transactions faster than traditional RPC endpoints leads to superior execution and higher block inclusion rates. Explore bloXroute’s technology, its key applications, and learn about the advantages it offers traders, MEV searchers, and developers in this guide.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is bloXroute?
&lt;/h2&gt;

&lt;p&gt;bloXroute is a technology firm dedicated to upgrading blockchain networks. By introducing a private data distribution layer—the BDN—bloXroute is able to propagate transactions and blocks on popular crypto networks extremely fast.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0hwypdugticrgpcm5wdk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0hwypdugticrgpcm5wdk.png" alt=" " width="800" height="482"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Image from &lt;a href="https://bloxroute.com/" rel="noopener noreferrer"&gt;bloXroute Labs&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This low-latency infrastructure benefits:&lt;br&gt;
&lt;strong&gt;- Traders:&lt;/strong&gt; Achieving faster execution and higher block inclusion rate.&lt;br&gt;
&lt;strong&gt;- Developers:&lt;/strong&gt; Enhancing &lt;a href="https://getblock.io/nodes/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_bloxroutebdn" rel="noopener noreferrer"&gt;blockchain node&lt;/a&gt; performance and optimizing dApp operations.&lt;br&gt;
&lt;strong&gt;- Validators and block builders:&lt;/strong&gt; Securing better block rewards with faster processing and highest value block building.&lt;/p&gt;

&lt;p&gt;bloXroute works effectively with multiple blockchains, including Solana, Ethereum, BNB Chain, Polygon, and TON.&lt;/p&gt;

&lt;h2&gt;
  
  
  bloXroute’s Blockchain Distribution Network (BDN)
&lt;/h2&gt;

&lt;p&gt;For bloXroute users, transactions are relayed through a fast, optimized network, beating the standard RPC setup. This core piece of the system is called Blockchain Distribution Network (BDN) – a private networking layer that operates alongside public blockchain protocols. &lt;/p&gt;

&lt;p&gt;Here’s how it works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Gateways&lt;/strong&gt; are the entry point to BDN. This software runs on a user’s existing infrastructure and connects directly to the blockchain client;&lt;/li&gt;
&lt;li&gt;Every Gateway registers with the bloXroute &lt;strong&gt;Control Plane&lt;/strong&gt; that suggests the best Relays based on proximity and latency;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Relays&lt;/strong&gt;, optimally located worldwide, ensure that data travels the most efficient routes.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F643a5y3vci9krfyzz72r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F643a5y3vci9krfyzz72r.png" alt=" " width="800" height="482"&gt;&lt;/a&gt;&lt;br&gt;
Image from &lt;a href="https://docs.bloxroute.com/" rel="noopener noreferrer"&gt;bloXroute Docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The network has direct peering with validators, built-in compression, and advanced routing techniques, all aimed at minimizing latency. As a result, users still interact with the network via a regular node (e.g. &lt;a href="https://getblock.io/nodes/eth/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_bloxroutebdn" rel="noopener noreferrer"&gt;Ethereum node&lt;/a&gt;) but &lt;strong&gt;relay transactions and blocks faster&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  bloXroute’s product ecosystem
&lt;/h3&gt;

&lt;p&gt;Other products within bloXroute are built on the core advantages of the BDN. Some of the key offerings are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Trader API;&lt;/li&gt;
&lt;li&gt;Private transactions;&lt;/li&gt;
&lt;li&gt;Transaction bundles; &lt;/li&gt;
&lt;li&gt;MEV protection;&lt;/li&gt;
&lt;li&gt;Data streams;&lt;/li&gt;
&lt;li&gt;MEV relays (bloXroute Max Profit and the Regulated Relays);&lt;/li&gt;
&lt;li&gt;Validator gateway;&lt;/li&gt;
&lt;li&gt;Block builder infrastructure.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This suite of products is giving different types of users an edge in DeFi and blockchain operations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key bloXroute use cases
&lt;/h2&gt;

&lt;p&gt;bloXroute is a versatile solution that meets the evolving demands of today’s DeFi landscape. Let’s look at a range of its applications.&lt;/p&gt;

&lt;h3&gt;
  
  
  Trading
&lt;/h3&gt;

&lt;p&gt;With BDN, transactions reach block producers hundreds of milliseconds faster, increasing the likelihood of successful trade execution. Private and bundle transaction modes help protect sensitive orders from front-running and other malicious tactics.&lt;/p&gt;

&lt;h3&gt;
  
  
  dApp development
&lt;/h3&gt;

&lt;p&gt;Faster data means apps work more reliably. Users enjoy quick updates and smooth operations. Lower latency means decentralized applications can function more reliably even during high network traffic.&lt;/p&gt;

&lt;h3&gt;
  
  
  MEV activities
&lt;/h3&gt;

&lt;p&gt;bloXroute’s low-latency network ensures transactions are broadcast and received faster than traditional methods. This speed can be the edge MEV searchers need to spot and act on arbitrage or liquidation opportunities before competitors.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting started with bloXroute
&lt;/h2&gt;

&lt;p&gt;Users can add bloXroute to their blockchain setup in three ways:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Local setup&lt;/strong&gt;: Those operating their own blockchain node can download and run the Gateway software. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud API endpoints&lt;/strong&gt;: This service allows users to broadcast transactions and subscribe to data streams.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Infrastructure providers&lt;/strong&gt;: bloXroute can work with RPC node providers by adding its high-speed data propagation layer on top of their existing node infrastructure.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Users of top-tier RPC services like GetBlock can enjoy bloXroute’s cutting-edge capabilities – &lt;strong&gt;high-speed data propagation and better block inclusion&lt;/strong&gt; – with minimal overhead. &lt;/p&gt;

&lt;p&gt;GetBlock is offering easy access to over 50 blockchain networks for seamless dApp development and blockchain interactions. bloXroute integration is especially critical for &lt;a href="https://getblock.io/nodes/sol/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_bloxroutebdn" rel="noopener noreferrer"&gt;Solana nodes&lt;/a&gt; to overcome congestion and block propagation delays. Not a &lt;a href="https://getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_bloxroutebdn" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt; user yet? Join today and experience peak performance while the team of professionals takes care of all technical aspects.&lt;/p&gt;

&lt;h2&gt;
  
  
  The impact on the blockchain landscape
&lt;/h2&gt;

&lt;p&gt;In summary, bloXroute offers a game-changing approach to blockchain infrastructure. Its BDN delivers unparalleled speed and reliability:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Accelerate transaction inclusion;&lt;/li&gt;
&lt;li&gt;Providing a competitive edge for traders and developers who rely on timely data and execution.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In other words, bloXroute is making blockchain communication more reliable for all participants.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>5 Best Solana APIs, SDKs, and Plugins for Web3 dApp Development</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Wed, 26 Feb 2025 19:26:25 +0000</pubDate>
      <link>https://dev.to/getblockapi/5-best-solana-apis-sdks-and-plugins-for-web3-dapp-development-5g16</link>
      <guid>https://dev.to/getblockapi/5-best-solana-apis-sdks-and-plugins-for-web3-dapp-development-5g16</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9ezu54z7eefbmkyl9tzi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9ezu54z7eefbmkyl9tzi.png" alt=" " width="800" height="414"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Foreword: Today, in this guest post, we’re excited to share the expertise of one of our amazing community members on the top Solana dev tools for 2025!&lt;br&gt;
We at GetBlock truly appreciate all your contributions — whether it’s X threads, memes, videos, guides, blog posts, or just a &lt;code&gt;gm&lt;/code&gt; on our &lt;a href="https://discord.gg/getblock-686478398884675584" rel="noopener noreferrer"&gt;Discord server&lt;/a&gt;! Be active, and rest assured it won’t go unnoticed! 😉&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Solana is taking its first steps to 2025 with impressive moves and numbers, breaking its own records of daily on-chain activities and DEX volume. As a new US President's team chose Solana to launch his $TRUMP memecoin on, the network met an incredibly high user inflow, coming even closer to mass adoption. Day by day Solana attracts more and more users and developers, which makes it the most interesting blockchain in the perspective of 2025.&lt;br&gt;
Not only the SOL itself but also its ecosystem projects gained much attention and investments last month. Solana already has a vast ecosystem, but there's still so much more exciting stuff that could be built.  Moreover, the biggest ecosystem’s protocols could become not your competitors but great strategic partners as most of them provide powerful APIs and SDKs that you could integrate into your dApp! So, now is the perfect time and last chance for devs to really get into Solana and build the next big thing!&lt;/p&gt;

&lt;h2&gt;
  
  
  Solana Development 101: tools and tips
&lt;/h2&gt;

&lt;p&gt;If you're new to Solana, start by learning the very basics, such as exploring its core architecture and native programming language. Solana's comprehensive &lt;a href="https://solana.com/docs" rel="noopener noreferrer"&gt;docs&lt;/a&gt;, guides, and courses are your go-tos at this stage. It's also a great time to find a missing spot in the supply on the market and come up with an idea of what to build.&lt;br&gt;&lt;br&gt;
Once you're over the rookie phase, it's time to discover the most powerful advanced SDKs that will make an innovation wonder out of your Solana dApp. Here are some tools that are worth giving a shot:&lt;/p&gt;

&lt;h3&gt;
  
  
  Jupiter API
&lt;/h3&gt;

&lt;p&gt;Jupiter is the major DEX aggregator on Solana with a thriving governance community. It operates unique advanced routing algorithms enabling highly efficient SPL token swaps.&lt;br&gt;
Utilizing Jupiter API web3 devs can access Solana liquidity the easiest way possible. Get a quote and swap easily with this powerful API. Perfectly suitable for building:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DeFi platforms;&lt;/li&gt;
&lt;li&gt;Wallets with swap functions; &lt;/li&gt;
&lt;li&gt;Arbitrage bots that require efficient routing between token pairs; &lt;/li&gt;
&lt;li&gt;Copy trading bots.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Jupiter API is your door to Solana's liquidity, and there’s no tricky lock to open it. Read till the end to know how.  &lt;/p&gt;

&lt;h3&gt;
  
  
  Raydium SDK
&lt;/h3&gt;

&lt;p&gt;Similar to Jupiter, Radium is also one of the core DeX protocols on Solana, which also provides an API for you to bring innovations to the SOL ecosystem. Raydium is an automated market maker (AMM), that enables permissionless trading with the implementation of liquidity pools. Raydium provides a sweeping SDK for building dApps on top and swapping tokens at a lightning-fast speed. Radium SDK is your go-to tool when you aim to:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create liquidity pools and enable token swap;&lt;/li&gt;
&lt;li&gt;Build yield farming protocols;&lt;/li&gt;
&lt;li&gt;Retrieve data from Solana’s DeFis with ultra-low latency;&lt;/li&gt;
&lt;li&gt;Leveraging Raydium’s AMM for token trading in wallets or dApps.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A must-have for developers looking to integrate high-speed swaps and yield farming into their Solana dApps&lt;/p&gt;

&lt;h3&gt;
  
  
  Jito MEV Client
&lt;/h3&gt;

&lt;p&gt;Jito Labs provides a wide range of Solana MEV Software and products for end-users and devs alike. The core feature of Jito is a Miner Extractable Value (MEV) implementation, allowing the creation of additional earnings by optimizing a transaction order. It gains profit for validators, devs, and users.  However, MEV could also be dangerous in terms of market inequities and security. &lt;br&gt;
JITO maximizes the benefits and minimizes the drawbacks of MEV through a groundbreaking approach to it. As a Solana developer, you should definitely check out Jito if you’re building: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Auto trading platforms;&lt;/li&gt;
&lt;li&gt;Telegram bots;&lt;/li&gt;
&lt;li&gt;Tools for validators;&lt;/li&gt;
&lt;li&gt;Staking and yield farming platforms; &lt;/li&gt;
&lt;li&gt;Memecoin sniping bots.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re building anything that requires rapid and reliable transaction execution with MEV integration - JITO is your go-to tool! &lt;/p&gt;

&lt;h3&gt;
  
  
  Yellowstone gRPC Geyser Plugin
&lt;/h3&gt;

&lt;p&gt;Yellowstone Geyser Plugin enables developers to use the gRPC interface for Solana. Yellowstone gRPC is a high-performance Solana plugin built around the Geyser interface supporting both gRPC and JSON-RPC protocols. &lt;br&gt;
It empowers developers to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Process large real-time blockchain data streams;&lt;/li&gt;
&lt;li&gt;Monitor on-chain activities (e.g., token mints, smart contracts executions);&lt;/li&gt;
&lt;li&gt;Make API calls with minimal latency;&lt;/li&gt;
&lt;li&gt;Build dApps and DeFi platforms with optimal speed and efficiency.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Yellowstone is one of the most demanded plugins for Solana development at the moment. So whatever you build - handling large data is crucial, especially on SOL, and super easy to do with Yellowstone gRPC. &lt;/p&gt;

&lt;h3&gt;
  
  
  DAS API
&lt;/h3&gt;

&lt;p&gt;Built by Metaplex Digital Asset Standard (DAS) API represents a unified interface for eased management of Solana-based tokens including coins and NFTs. This API makes it possible to store some data partly off-chain which significantly optimizes the amount of data stored on-chain and enhances the speed of interaction with assets on Solana. Extremely helpful when you need to: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reduce the amount of API calls&lt;/li&gt;
&lt;li&gt;Compress NFTs&lt;/li&gt;
&lt;li&gt;Optimize assets management process&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DAS API is your go-to tool to keep in your arsenal when making NFT marketplaces, SocialFi platforms, DePin and RWA projects, DAOs, GameFi, and Metaverse Applications! &lt;/p&gt;

&lt;h3&gt;
  
  
  Bonus: ORE
&lt;/h3&gt;

&lt;p&gt;If your hardware and sanity are melting after numerous hours of mining BTC, there's new innovative must-win mining on Solana for you to try! &lt;br&gt;
ORE is a Solana Program that provides a PoW mining interface and capabilities. Reshaping the approach to proof-of-work, ORE makes mining on the Solana network possible.&lt;br&gt;&lt;br&gt;
Unlike Bitcoin mining, where everyone works on the same task but only one miner receives the prize, ORE provides personalized challenges for miners, ensuring that no work is in vain and everybody is rewarded. &lt;br&gt;
_Note that using ORE you’ll mine $ORE, not $SOL! _&lt;br&gt;
As ORE is an SPL token there’s much more you can do with it except just mine and HODL. You can build some add-ons and analytic tools for mining, integrate them into your DeFi and swapping protocols, create new tipping or payment systems, and much more!&lt;/p&gt;

&lt;h2&gt;
  
  
  How to connect to them all at once easily
&lt;/h2&gt;

&lt;p&gt;You can pick one or integrate them all and make your dApp almighty, but be ready that the setup process might take quite some time and bring many hassles. Not to mention that running a Solana RPC node is not a walk in the park. &lt;br&gt;
However, I found a solution that kills all birds with one stone. Check out the &lt;a href="https://getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_5bestsolana" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt; - RPC provider. Their recently launched Solana PRO RPC is a powerful machine that contains a solid suite of APIs and add-ons and is being built specifically for a certain user, which means that it’s also super secure and flexible. &lt;br&gt;
Connecting your dApp to GetBlock’s Solana PRO RPC you gain access to all the needed tools at your fingerprint, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Yellowstone Geyser gRPC;&lt;/li&gt;
&lt;li&gt;Metaplex DAS API;&lt;/li&gt;
&lt;li&gt;Raydium SDK;&lt;/li&gt;
&lt;li&gt;Jupiter API;&lt;/li&gt;
&lt;li&gt;Jito MEV client;&lt;/li&gt;
&lt;li&gt;and even ORE mining interface.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There’s also an option to set up the SplTokenMint and SplTokenOwner indexes to your Solana PRO RPC node and add almost any other extra API you need. Join the &lt;a href="https://x.com/getblockio" rel="noopener noreferrer"&gt;GetBlock socials&lt;/a&gt; to stay updated and let’s expand the Solana ecosystem together! &lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>cryptocurrency</category>
      <category>solana</category>
      <category>node</category>
    </item>
    <item>
      <title>Polygon Nodes: Types and Usage</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Fri, 02 Aug 2024 15:03:27 +0000</pubDate>
      <link>https://dev.to/getblockapi/polygon-nodes-types-and-usage-1omb</link>
      <guid>https://dev.to/getblockapi/polygon-nodes-types-and-usage-1omb</guid>
      <description>&lt;p&gt;Polygon (MATIC) nodes are essential for developers and validators operating on the Polygon blockchain. It serves as a scaling solution for Ethereum, addressing issues like high gas fees and low transaction bandwidth. Polygon is compatible with Ethereum and its layer-2 solutions via bridges, allowing users to interact with the blockchain using RPC endpoints.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnykks0sw07adx1z7rig9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnykks0sw07adx1z7rig9.png" alt=" " width="800" height="466"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It has its own developed infrastructure, with DeFis, dApps, tokens, and NFTs, and its node structure is quite unique compared to other networks.&lt;/p&gt;

&lt;h2&gt;
  
  
  Types of Polygon nodes
&lt;/h2&gt;

&lt;p&gt;Polygon features several node types, each serving specific functions. Let’s now look closer at each.&lt;/p&gt;

&lt;h3&gt;
  
  
  Heimdall node
&lt;/h3&gt;

&lt;p&gt;Heimdall is the Polygon validator layer, allowing users to validate the network state and earn rewards by staking MATIC tokens by using Heimdall nodes. It ensures transactions are sent to the Ethereum network, validating it and ensuring its functionality as an Ethereum scaling solution.&lt;/p&gt;

&lt;h3&gt;
  
  
  Bor node
&lt;/h3&gt;

&lt;p&gt;Bor is the Polygon block production layer. Validators operating on Bor nodes can participate in this process based on the amount of MATIC they stake, earning rewards for each block generated. Both Bor and Heimdall software are needed for Polygon validation, so they are usually used together.&lt;/p&gt;

&lt;h3&gt;
  
  
  Full (archive) node
&lt;/h3&gt;

&lt;p&gt;A Polygon full node contains all historical transactions since the network’s launch and updates very often, requiring significant storage and computational resources. As the blockchain grows, the full node becomes larger and larger.&lt;/p&gt;

&lt;h3&gt;
  
  
  Pruned node
&lt;/h3&gt;

&lt;p&gt;To avoid overcomplication, blockchain users can deploy a pruned node, which is an optimized version of a full node, retaining essential historical data while removing less relevant information.&lt;/p&gt;

&lt;h3&gt;
  
  
  Light node
&lt;/h3&gt;

&lt;p&gt;Still, for most development and exploring purposes, a Polygon light node is enough. It contains only the blockchain software and the latest transactions in the network, while earlier ones are validated using full nodes. Therefore, it enables users to use all blockchain’s functionalities without large expenses.&lt;/p&gt;

&lt;h3&gt;
  
  
  Sentry node
&lt;/h3&gt;

&lt;p&gt;A sentry node combines the functions of Heimdall and Bor nodes, participating in validation and block creation. It is a full node with both Bor and Heimdall nodes software installed and properly set ports, so it can participate in Polygon validation and send it on Ethereum together with the validator node.&lt;/p&gt;

&lt;h3&gt;
  
  
  Validator nodes
&lt;/h3&gt;

&lt;p&gt;Polygon validator nodes are similar to sentry nodes but connect directly with Ethereum, using Ethereum RPCs instead of Polygon. They are used to validate the Polygon transactions and connect them to Ethereum, ensuring the stable functioning of Polygon as a L2 scaling solution.&lt;/p&gt;

&lt;p&gt;Therefore, Polygon validators need to run both of them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Running a Polygon node
&lt;/h2&gt;

&lt;p&gt;To run a Polygon node, users need an RPC MATIC endpoint and a coding environment for making blockchain requests. Usually, they also need hardware powerful enough to run the Polygon software and the transaction history, with a stable Internet connection and configured ports to proceed with requests.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_polygon_nodes" rel="noopener noreferrer"&gt;GetBlock&lt;/a&gt; simplifies this process by providing access tokens and guides for making RPC calls. Instead of setting up their own hardware and servers, users can just get their RPC access token and use it in their applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Polygon full node requirements
&lt;/h2&gt;

&lt;p&gt;Running a full node requires extensive computational capacities, as it means storing and proceeding with a large amount of data. The official Polygon Foundation requirements are at least 4 CPUs/cores, 16 GB of RAM, and from 2.5 to 5 terabytes of SSD memory.&lt;/p&gt;

&lt;h2&gt;
  
  
  Polygon validator node requirements
&lt;/h2&gt;

&lt;p&gt;Becoming a Polygon validator requires compliance to its official guidelines. Here is the short summary of these requirements.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Meeting all hardware requirements for running a full node.&lt;/li&gt;
&lt;li&gt;Having two machines that meet them to run both sentry and validator nodes.&lt;/li&gt;
&lt;li&gt;Having the Polygon and Ethereum RPC endpoints.&lt;/li&gt;
&lt;li&gt;Opening and configuring machines’ ports.&lt;/li&gt;
&lt;li&gt;Downloading Polygon snapshots.&lt;/li&gt;
&lt;li&gt;Installing RabbitMQ software for node management.&lt;/li&gt;
&lt;li&gt;Installing Bor and Heimdall services on both machines.&lt;/li&gt;
&lt;li&gt;Following the best practices and recommendations when running a node.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These nodes also require robust hardware and software literacy, as validators stake MATIC and maintain the network state. Therefore, they should understand how the network works and which methods are crucial for its steady functioning.&lt;/p&gt;

&lt;p&gt;GetBlock offers a variety of &lt;a href="https://getblock.io/nodes/matic/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_polygon_nodes" rel="noopener noreferrer"&gt;Polygon&lt;/a&gt; and &lt;a href="https://getblock.io/nodes/eth/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_polygon_nodes" rel="noopener noreferrer"&gt;Ethereum RPC&lt;/a&gt; nodes for different purposes, including shared and dedicated options. Developers can get a free RPC for personal usage or order a paid node service for scaling their applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Dedicated Polygon nodes
&lt;/h2&gt;

&lt;p&gt;A dedicated Polygon node is a personal server for communicating with the blockchain, operating at maximum speed and able to process thousands of requests instantly. Such nodes are indispensable for large-scale dApps and services used by thousands of customers. They can handle all their requests without compromising speed or connection quality.&lt;/p&gt;

&lt;p&gt;For example, GetBlock offers dedicated nodes that are fully private and have unlimited requests and speed. Their price starts from $600/month, with enterprise solutions for large-scale operations handling tens of thousands of clients each day are also available.&lt;/p&gt;

&lt;h2&gt;
  
  
  Making MATIC RPC calls
&lt;/h2&gt;

&lt;p&gt;To make a MATIC RPC node call, users need the node RPC endpoint. It can be obtained from GetBlock for free: it can handle 40,000 requests per day with the maximum speed of 60 requests per second. To get it, use the algorithm below.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Register at GetBlock using email or the MetaMask wallet address.&lt;/li&gt;
&lt;li&gt;Proceed to the dashboard and select MATIC in the node list below.&lt;/li&gt;
&lt;li&gt;Select Mainnet network and JSON-RPC API.&lt;/li&gt;
&lt;li&gt;Get a unique access token that can be used to access the blockchain.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After obtaining the RPC, different &lt;a href="https://getblock.io/docs/matic/json-rpc/matic_eth_accounts/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_polygon_nodes" rel="noopener noreferrer"&gt;Polygon methods&lt;/a&gt; can be directly integrated in the application’s code to call the blockchain when necessary. For example, the &lt;strong&gt;&lt;em&gt;eth_accounts&lt;/em&gt;&lt;/strong&gt; method can be used to retrieve the wallet addresses connected to the endpoint.&lt;/p&gt;

&lt;h2&gt;
  
  
  Polygon node rewards
&lt;/h2&gt;

&lt;p&gt;Along with its 99.99% uptime guarantee and transparent pricing, GetBlock now offers tasty rewards for those purchasing its shared nodes plans. New users can receive a 30–50% discount within the first 7 days after registration.&lt;/p&gt;

&lt;p&gt;Paid shared node solutions start at $29/month, offering up to 100 million requests per month with a 200 RPS speed, while unused requests are automatically moved to the next month if the subscription is renewed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Therefore, Polygon nodes are crucial for various applications, from developing dApps to validating the blockchain. There are different types of them for these purposes: while light nodes are enough for development, blockchain validation requires the usage of full nodes with Bor and Heimdall software on them.&lt;/p&gt;

&lt;p&gt;GetBlock offers tailored RPC node solutions for developers, validators, and traders, allowing them to scale their projects efficiently. By choosing the right Polygon node and setting it up using the node’s RPC endpoint, users can explore, develop, and contribute to the growth of the Polygon ecosystem.&lt;/p&gt;

</description>
      <category>polygon</category>
      <category>ethereum</category>
      <category>matic</category>
      <category>evm</category>
    </item>
    <item>
      <title>GetBlock’s 30% Off Welcome Promo Goes Live</title>
      <dc:creator>GetBlock</dc:creator>
      <pubDate>Fri, 12 Jul 2024 09:54:48 +0000</pubDate>
      <link>https://dev.to/getblockapi/getblocks-30-off-welcome-promo-goes-live-2m33</link>
      <guid>https://dev.to/getblockapi/getblocks-30-off-welcome-promo-goes-live-2m33</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fef2yiu4yqfr1egitqmdn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fef2yiu4yqfr1egitqmdn.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
GetBlock, a premium RPC node provider, launches a special offer for new customers (our old friends also can join though!): you can get your first shared RPC node packages with substantial discounts.&lt;/p&gt;

&lt;h2&gt;
  
  
  GetBlock starts 30% off promo on shared RPC packages
&lt;/h2&gt;

&lt;p&gt;No more time to wait: GetBlock, a provider of RPC nodes for 50+ blockchains, announces an exclusive promo campaign for shared node packages. Every new user can get 30% off on every shared service — this offer is valid for both unlimited and limited subscriptions.&lt;/p&gt;

&lt;p&gt;The rules of our promo campaign are simple: here’s what you need to know before joining:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The promo offer is valid for all new users, i.e., new accounts that have never activated a subscription before.&lt;/li&gt;
&lt;li&gt;The promo is valid for those on free tariffs.&lt;/li&gt;
&lt;li&gt;To grab the 30% discount, you need to activate your paid package within the &lt;strong&gt;first seven days&lt;/strong&gt; of account creation.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please refer to the full details of the promo campaign on our official &lt;a href="https://welcome-offer.getblock.io/?utm_source=external&amp;amp;utm_medium=article&amp;amp;utm_campaign=devto_30discount" rel="noopener noreferrer"&gt;website&lt;/a&gt;. Once the first package with 30% off expires, standard rates will apply.&lt;/p&gt;

&lt;h2&gt;
  
  
  I’m already using GetBlock. May I join as well?
&lt;/h2&gt;

&lt;p&gt;For sure, don’t miss an opportunity to inject new life into your RPC node experience with GetBlock. Existing users can claim discounted packages during first phase of promo campaign&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Your account shouldn’t have any active subscriptions as promo kicks off.&lt;/li&gt;
&lt;li&gt;You can grab discounted packages until &lt;strong&gt;Thursday, July 18, 2024&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;When it comes to claiming RPC endpoints, the rest of the procedure looks quite similar to working with regular endpoints.&lt;/p&gt;

&lt;p&gt;You need to register an account, sign in, top up your deposit, proceed to the dashboard and choose the nodes you want to use.&lt;/p&gt;

&lt;h2&gt;
  
  
  Maximum cost-efficiency: Save up to 40% with unlimited RPC nodes
&lt;/h2&gt;

&lt;p&gt;Claiming RPC endpoints with promo discount unlocks unmatched opportunities for saving money and resources. When you choose unlimited RPC endpoints (3-, 6-, 9-, 12-month subscriptions), promo discount compounds with “regular” discounts on long subscriptions.&lt;/p&gt;

&lt;p&gt;As such, you can claim unlimited RPC nodes with almost 40% as follows:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Regular price (1 month, standard rates)&lt;/strong&gt;: 449 USD&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discounted price (12 months, promo rates)&lt;/strong&gt;: 279 USD&lt;/p&gt;

&lt;p&gt;Dear GetBlock fam, the best time is now: come claim your first RPC nodes today.&lt;/p&gt;

&lt;p&gt;We think this is the beginning of a beautiful friendship, isn’t it?&lt;/p&gt;

&lt;p&gt;Stay tuned for more updates and promo activities!&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
GetBlock team&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>cryptocurrency</category>
      <category>nodes</category>
      <category>promo</category>
    </item>
  </channel>
</rss>
