<?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: ilyxium</title>
    <description>The latest articles on DEV Community by ilyxium (@ilyxium).</description>
    <link>https://dev.to/ilyxium</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%2F825168%2Fcab924c3-b445-4aa0-8589-de4d663a7b5b.png</url>
      <title>DEV Community: ilyxium</title>
      <link>https://dev.to/ilyxium</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ilyxium"/>
    <language>en</language>
    <item>
      <title>I created the best web3 boilerplate out there!</title>
      <dc:creator>ilyxium</dc:creator>
      <pubDate>Fri, 04 Mar 2022 05:41:00 +0000</pubDate>
      <link>https://dev.to/ilyxium/i-created-the-best-web3-boilerplate-out-there-4e19</link>
      <guid>https://dev.to/ilyxium/i-created-the-best-web3-boilerplate-out-there-4e19</guid>
      <description>&lt;h2&gt;
  
  
  Welcome!
&lt;/h2&gt;

&lt;p&gt;Why is this boilerplate the best? Because all the top eth boilerplates on github right now are created by companies who integrate every aspect of their product/service into the boilerplate, making it all but unusable unless you sign up for their service!&lt;/p&gt;

&lt;p&gt;Not this one.&lt;/p&gt;

&lt;p&gt;Check out the &lt;a href="https://github.com/ilyxium/eth-nextjs-boilerplate"&gt;boilerplate&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This boilerplate uses the following open source libraries to bring you a fully functional, mobile optimized dApp:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://nextjs.org/docs"&gt;next.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://reactjs.org/"&gt;react.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wagmi-xyz.vercel.app/"&gt;wagmi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.ethers.io/v5/"&gt;ethers.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://chakra-ui.com/"&gt;chakra&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ht5S8RZN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/100057052/156702502-2882bdb6-4860-44ac-99fe-34056e8f356d.png" class="article-body-image-wrapper"&gt;&lt;img alt="Screen Shot 2022-03-04 at 12 02 01 AM" src="https://res.cloudinary.com/practicaldev/image/fetch/s--ht5S8RZN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://user-images.githubusercontent.com/100057052/156702502-2882bdb6-4860-44ac-99fe-34056e8f356d.png" width="880" height="503"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started:
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/ilyxium/eth-nextjs-boilerplate.git
&lt;span class="c"&gt;# then&lt;/span&gt;
npm &lt;span class="nb"&gt;install&lt;/span&gt;
&lt;span class="c"&gt;# then&lt;/span&gt;
npm run dev
&lt;span class="c"&gt;# or&lt;/span&gt;
yarn dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Open &lt;a href="http://localhost:3000"&gt;http://localhost:3000&lt;/a&gt; with your browser to see the result.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you get
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Connect Wallet + One example transaction 💲&lt;/li&gt;
&lt;li&gt;Scalable header + mobile menu ↔️&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mobile friendly 📱&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--A3zlKfPR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/s2ftpvmqghisqabzfnc7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A3zlKfPR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/s2ftpvmqghisqabzfnc7.png" alt="Image description" width="880" height="1193"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;3 pages, including a 404 page, and routing done ✅&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Examples of buttons and links 👽&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Connect with me
&lt;/h2&gt;

&lt;p&gt;Feel free to reach out on twitter &lt;a href="https://twitter.com/ilyxium"&gt;@ilyxium&lt;/a&gt; and drop your questions, comments or suggestions on how I can improve this!&lt;/p&gt;

&lt;h1&gt;
  
  
  Enjoy :)
&lt;/h1&gt;

</description>
      <category>web3</category>
      <category>nextjs</category>
      <category>javascript</category>
      <category>react</category>
    </item>
  </channel>
</rss>
