<?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: Aram Alipoor</title>
    <description>The latest articles on DEV Community by Aram Alipoor (@aramalipoor).</description>
    <link>https://dev.to/aramalipoor</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%2F320609%2Fea6e9325-610d-4d97-afa5-0e2dfc954be5.jpeg</url>
      <title>DEV Community: Aram Alipoor</title>
      <link>https://dev.to/aramalipoor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aramalipoor"/>
    <language>en</language>
    <item>
      <title>Template for creating a typescript Hardhat-based repository for EVM smart contract development</title>
      <dc:creator>Aram Alipoor</dc:creator>
      <pubDate>Tue, 29 Mar 2022 19:39:43 +0000</pubDate>
      <link>https://dev.to/aramalipoor/template-for-creating-a-typescript-hardhat-based-repository-for-evm-smart-contract-development-3icb</link>
      <guid>https://dev.to/aramalipoor/template-for-creating-a-typescript-hardhat-based-repository-for-evm-smart-contract-development-3icb</guid>
      <description>&lt;p&gt;gm everyone,&lt;/p&gt;

&lt;p&gt;I have just published a scaffold repository template I have used for &lt;a href="https://flair.finance"&gt;our project&lt;/a&gt; so that folks don't need to reinvent the wheel and get straight to writing code and deploying on the blockchain.&lt;/p&gt;

&lt;p&gt;The repository is called &lt;strong&gt;&lt;a href="https://github.com/0xflair/evm-contract-scaffold"&gt;0xflair/evm-contract-scaffold&lt;/a&gt;&lt;/strong&gt;, you can use it as a template.&lt;/p&gt;

&lt;p&gt;Here are some of the features that might be interesting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Uses &lt;a href="https://github.com/wighawag/hardhat-deploy"&gt;hardhat-deploy&lt;/a&gt; to keep track of deployments (upgradable or normal)&lt;/li&gt;
&lt;li&gt;Uses &lt;a href="https://github.com/dethcrypto/TypeChain"&gt;typechain&lt;/a&gt; to auto-generate typescript bindings for compiled contracts, useful for auto-completion in your frontend dApps&lt;/li&gt;
&lt;li&gt;Uses &lt;a href="https://github.com/semantic-release/semantic-release"&gt;semantic-release&lt;/a&gt; and commitlint for a streamline CI&lt;/li&gt;
&lt;li&gt;Uses Github Actions to &lt;strong&gt;publish&lt;/strong&gt; versioned contracts to NPM, along with their Typescript bindings, &lt;strong&gt;ABIs&lt;/strong&gt; (useful for interacting from your dApp) and &lt;strong&gt;bytecodes&lt;/strong&gt; (useful when deploying contracts using ethers.js or web3).&lt;/li&gt;
&lt;li&gt;Supports multiple chains&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gas cost&lt;/strong&gt; reporter using CoinMarketCap APIs for your contract deployment and each interaction&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Contract size&lt;/strong&gt; calculator plugin for Hardhat&lt;/li&gt;
&lt;li&gt;Automated &lt;a href="https://etherscan.io/"&gt;Etherscan&lt;/a&gt; verification for deployed contracts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feel free to give feedback or create PRs.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;

</description>
      <category>smartcontract</category>
      <category>ethereum</category>
      <category>arbitrum</category>
      <category>hardhat</category>
    </item>
  </channel>
</rss>
