<?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: Such Software</title>
    <description>The latest articles on DEV Community by Such Software (@such_software).</description>
    <link>https://dev.to/such_software</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%2F3918145%2Fbf827cda-1a7d-485a-a3af-3df823742431.png</url>
      <title>DEV Community: Such Software</title>
      <link>https://dev.to/such_software</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/such_software"/>
    <language>en</language>
    <item>
      <title>Neroswap – real-time DEX aggregator for Monero (and Wownero)</title>
      <dc:creator>Such Software</dc:creator>
      <pubDate>Thu, 07 May 2026 14:15:26 +0000</pubDate>
      <link>https://dev.to/such_software/neroswap-real-time-dex-aggregator-for-monero-and-wownero-jo8</link>
      <guid>https://dev.to/such_software/neroswap-real-time-dex-aggregator-for-monero-and-wownero-jo8</guid>
      <description>&lt;p&gt;Neroswap is an aggregator for non-custodial Monero swaps. We pull orderbooks from BasicSwap (atomic swaps), Retoswap (Haveno fork), and Eigenwallet (Tor-rendezvous atomic swaps), normalize them into a single book per pair, and answer the questions you actually care about as a trader: who has the best price right now, what will my swap actually fill at, and how does that compare to Kraken.&lt;/p&gt;

&lt;p&gt;We also aggregate the main Wownero CEX feeds (Nonlogs, CexSwap, AltQuick) since the WOW market is fragmented across small venues that nobody charts together.&lt;/p&gt;

&lt;p&gt;This week's additions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Per-pair stacked depth charts (cumulative bid/ask, color-coded per DEX)&lt;/li&gt;
&lt;li&gt;Effective-price-for-size quote calculator (walks every book, proposes cross-source split)&lt;/li&gt;
&lt;li&gt;Historical candlestick charts back to whenever we started recording&lt;/li&gt;
&lt;li&gt;Liquidity heatmap (USD depth within ±2% of mid, every pair × every DEX)&lt;/li&gt;
&lt;li&gt;Public JSON API at /api/v1 — free, CORS, ETag-cached, 60 req/min/IP&lt;/li&gt;
&lt;li&gt;Embeddable price widget (copy-paste iframe)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stack: Next.js App Router (Turbopack), SSR + ISR, SQLite for time-series snapshots, Python scrapers feeding via a private LAN HTTP server, Tailwind, lightweight-charts for candles, native SVG for depth charts. No client-side wallet code, no auth, no tracking beyond standard analytics.&lt;/p&gt;

&lt;p&gt;Live: &lt;a href="https://neroswap.com" rel="noopener noreferrer"&gt;https://neroswap.com&lt;/a&gt;&lt;br&gt;
Docs: &lt;a href="https://neroswap.com/docs" rel="noopener noreferrer"&gt;https://neroswap.com/docs&lt;/a&gt;&lt;br&gt;
Embed: &lt;a href="https://neroswap.com/embed" rel="noopener noreferrer"&gt;https://neroswap.com/embed&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cryptocurrency</category>
      <category>privacy</category>
      <category>monero</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
