2024-10-30 11:32:06 +00:00
<!doctype html>
< html lang = "en-US" dir = "ltr" class = "docs-wrapper plugin-docs plugin-id-default docs-version-current docs-doc-page docs-doc-id-tutorials/deploying-contracts/using-hardhat" data-has-hydrated = "false" >
< head >
< meta charset = "UTF-8" >
< meta name = "generator" content = "Docusaurus v3.5.2" >
2025-02-20 09:45:13 +00:00
< title data-rh = "true" > Using Hardhat with Status Network | Status Network Documentation</ title >< meta data-rh = "true" name = "viewport" content = "width=device-width,initial-scale=1" >< meta data-rh = "true" property = "og:locale" content = "en_US" >< meta data-rh = "true" property = "og:locale:alternate" content = "zh_CN" >< meta data-rh = "true" property = "og:locale:alternate" content = "ko_KR" >< meta data-rh = "true" property = "og:locale:alternate" content = "ja_JP" >< meta data-rh = "true" name = "docusaurus_locale" content = "en" >< meta data-rh = "true" name = "docsearch:language" content = "en" >< meta data-rh = "true" name = "author" content = "Status Network" >< meta data-rh = "true" property = "og:image" content = "https://docs.status.network/img/sn-social-card.png" >< meta data-rh = "true" property = "og:url" content = "https://docs.status.network" >< meta data-rh = "true" property = "og:type" content = "website" >< meta data-rh = "true" property = "og:site_name" content = "Status Network Documentation" >< meta data-rh = "true" name = "twitter:card" content = "summary_large_image" >< meta data-rh = "true" name = "twitter:site" content = "@statusL2" >< meta data-rh = "true" name = "twitter:title" content = "Status Network Documentation" >< meta data-rh = "true" name = "twitter:description" content = "Documentation for Status Network - The gasless network with sustainable funding for app builders. Launch and scale your social apps and games with truly free transactions." >< meta data-rh = "true" name = "twitter:image" content = "https://docs.status.network/img/sn-social-card.png" >< meta data-rh = "true" name = "docusaurus_version" content = "current" >< meta data-rh = "true" name = "docusaurus_tag" content = "docs-default-current" >< meta data-rh = "true" name = "docsearch:version" content = "current" >< meta data-rh = "true" name = "docsearch:docusaurus_tag" content = "docs-default-current" >< meta data-rh = "true" property = "og:title" content = "Using Hardhat with Status Network | Status Network Documentation" >< meta data-rh = "true" name = "description" content = "Step-by-step tutorial for deploying smart contracts on Status Network using Hardhat and TypeScript. Learn about project setup, configuration, and contract deployment." >< meta data-rh = "true" property = "og:description" content = "Step-by-step tutorial for deploying smart contracts on Status Network using Hardhat and TypeScript. Learn about project setup, configuration, and contract deployment." >< meta data-rh = "true" name = "keywords" content = "Hardhat tutorial,smart contract deployment,Status Network development,TypeScript,blockchain development,web3 development" >< link data-rh = "true" rel = "icon" href = "/img/favicon.ico" >< link data-rh = "true" rel = "canonical" href = "https://docs.status.network/tutorials/deploying-contracts/using-hardhat" >< link data-rh = "true" rel = "alternate" href = "https://docs.status.network/tutorials/deploying-contracts/using-hardhat" hreflang = "en-US" >< link data-rh = "true" rel = "alternate" href = "https://docs.status.network/zh/tutorials/deploying-contracts/using-hardhat" hreflang = "zh-CN" >< link data-rh = "true" rel = "alternate" href = "https://docs.status.network/ko/tutorials/deploying-contracts/using-hardhat" hreflang = "ko-KR" >< link data-rh = "true" rel = "alternate" href = "https://docs.status.network/ja/tutorials/deploying-contracts/using-hardhat" hreflang = "ja-JP" >< link data-rh = "true" rel = "alternate" href = "https://docs.status.network/tutorials/deploying-contracts/using-hardhat" hreflang = "x-default" >< link data-rh = "true" rel = "preconnect" href = "https://M7J93TRPJ9-dsn.algolia.net" crossorigin = "anonymous" >< link rel = "search" type = "application/opensearchdescription+xml" title = "Status Network Documentation" href = "/opensearch.xml" >< link rel = "stylesheet" href = "/assets/css/styles.bb00a9fe.css" >
2025-02-24 12:34:37 +00:00
< script src = "/assets/js/runtime~main.670be8e6.js" defer = "defer" ></ script >
< script src = "/assets/js/main.d4f79dd5.js" defer = "defer" ></ script >
2024-10-30 11:32:06 +00:00
</ head >
< body class = "navigation-with-keyboard" >
2025-02-24 12:34:37 +00:00
< script > ! function (){ function t ( t ){ document . documentElement . setAttribute ( "data-theme" , t )} var e = function (){ try { return new URLSearchParams ( window . location . search ). get ( "docusaurus-theme" )} catch ( t ){}}() || function (){ try { return window . localStorage . getItem ( "theme" )} catch ( t ){}}(); null !== e ? t ( e ) : window . matchMedia ( "(prefers-color-scheme: dark)" ). matches ? t ( "dark" ) : window . matchMedia ( "(prefers-color-scheme: light)" ). matches ? t ( "light" ) : t ( "dark" )}(), function (){ try { const c = new URLSearchParams ( window . location . search ). entries (); for ( var [ t , e ] of c ) if ( t . startsWith ( "docusaurus-data-" )){ var a = t . replace ( "docusaurus-data-" , "data-" ); document . documentElement . setAttribute ( a , e )}} catch ( t ){}}()</ script >< div id = "__docusaurus" >< div role = "region" aria-label = "Skip to main content" >< a class = "skipToContent_fXgn" href = "#__docusaurus_skipToContent_fallback" > Skip to main content</ a ></ div >< nav aria-label = "Main" class = "navbar navbar--fixed-top" >< div class = "navbar__inner" >< div class = "navbar__items" >< button aria-label = "Toggle navigation bar" aria-expanded = "false" class = "navbar__toggle clean-btn" type = "button" >< svg width = "30" height = "30" viewBox = "0 0 30 30" aria-hidden = "true" >< path stroke = "currentColor" stroke-linecap = "round" stroke-miterlimit = "10" stroke-width = "2" d = "M4 7h22M4 15h22M4 23h22" ></ path ></ svg ></ button >< a class = "navbar__brand" href = "/" >< div class = "navbar__logo" >< img src = "/img/sn_logo.svg" alt = "Status Network Logo" class = "themedComponent_mlkZ themedComponent--light_NVdE" >< img src = "/img/sn_logo.svg" alt = "Status Network Logo" class = "themedComponent_mlkZ themedComponent--dark_xIcU" ></ div >< b class = "navbar__title text--truncate" > Status Network Docs</ b ></ a ></ div >< div class = "navbar__items navbar__items--right" >< div class = "navbar__item dropdown dropdown--hoverable dropdown--right" >< a href = "#" aria-haspopup = "true" aria-expanded = "false" role = "button" class = "navbar__link language-dropdown" >< svg viewBox = "0 0 24 24" width = "20" height = "20" aria-hidden = "true" class = "iconLanguage_nlXk" >< path fill = "currentColor" d = "M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z" ></ path ></ svg > English</ a >< ul class = "dropdown__menu" >< li >< a href = "/tutorials/deploying-contracts/using-hardhat" target = "_self" rel = "noopener noreferrer" class = "dropdown__link dropdown__link--active" lang = "en-US" > English</ a ></ li >< li >< a href = "/zh/tutorials/deploying-contracts/using-hardhat" target = "_self" rel = "noopener noreferrer" class = "dropdown__link" lang = "zh-CN" > 中文</ a ></ li >< li >< a href = "/ko/tutorials/deploying-contracts/using-hardhat" target = "_self" rel = "noopener noreferrer" class = "dropdown__link" lang = "ko-KR" > 한국어</ a ></ li >< li >< a href = "/ja/tutorials/deploying-contracts/using-hardhat" target = "_self" rel = "noopener noreferrer" class = "dropdown__link" lang = "ja-JP" > 日本語</ a ></ li ></ ul ></ div >< div class = "toggle_vylO colorModeToggle_DEke" >< button class = "clean-btn toggleButton_gllP toggleButtonDisabled_aARS" type = "button" disabled = "" title = "Switch between dark and light mode (currently dark mode)" aria-label = "Switch between dark and light mode (currently dark mode)" aria-live = "polite" >< svg viewBox = "0 0 24 24" width = "24" height = "24" class = "lightToggleIcon_pyhR" >< path fill = "currentColor" d = "M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,
2025-02-10 09:23:35 +00:00
<p>This tutorial will guide you through the process of deploying a smart contract on Status Network testnet using Hardhat, Hardhat Ignition, and TypeScript.</p>
2024-10-30 11:32:06 +00:00
<h2 class=" anchor anchorWithStickyNavbar_LWe7 " id = "prerequisites" > Prerequisites< a href = "#prerequisites" class = "hash-link" aria-label = "Direct link to Prerequisites" title = "Direct link to Prerequisites" > </ a ></ h2 >
< p > Before you begin, ensure you have the following:</ p >
< ul >
2025-02-10 09:23:35 +00:00
< li >< strong > Node.js and npm</ strong > : Download and install from the < a href = "https://nodejs.org/" target = "_blank" rel = "noopener noreferrer" > official Node.js website</ a ></ li >
< li >< strong > Ethereum Wallet</ strong > : MetaMask or another wallet with a private key for Status Network testnet</ li >
< li >< strong > Testnet ETH</ strong > : You' ll need Status Network testnet ETH<!-- -->
2024-10-30 11:32:06 +00:00
< ul >
2025-02-10 09:23:35 +00:00
< li > Get Status Network testnet ETH from our < a href = "/tools/testnet-faucets" > Faucet</ a ></ li >
2024-10-30 11:32:06 +00:00
</ ul >
</ li >
2025-02-10 09:23:35 +00:00
< li >< strong > Basic Knowledge</ strong > : Familiarity with Solidity, Hardhat, and command line</ li >
2024-10-30 11:32:06 +00:00
</ ul >
< h2 class = "anchor anchorWithStickyNavbar_LWe7" id = "what-youll-accomplish" > What You' ll Accomplish< a href = "#what-youll-accomplish" class = "hash-link" aria-label = "Direct link to What You'll Accomplish" title = "Direct link to What You'll Accomplish" > </ a ></ h2 >
< ul >
2025-02-10 09:23:35 +00:00
< li > Initialize a TypeScript-based Hardhat project</ li >
< li > Write a basic Ethereum smart contract</ li >
< li > Configure Hardhat for Status Network testnet deployment</ li >
< li > Deploy your smart contract using Hardhat Ignition</ li >
2024-10-30 11:32:06 +00:00
</ ul >
< h2 class = "anchor anchorWithStickyNavbar_LWe7" id = "steps" > Steps< a href = "#steps" class = "hash-link" aria-label = "Direct link to Steps" title = "Direct link to Steps" > </ a ></ h2 >
< h3 class = "anchor anchorWithStickyNavbar_LWe7" id = "1-initialize-a-hardhat-typescript-project" > 1. Initialize a Hardhat TypeScript Project< a href = "#1-initialize-a-hardhat-typescript-project" class = "hash-link" aria-label = "Direct link to 1. Initialize a Hardhat TypeScript Project" title = "Direct link to 1. Initialize a Hardhat TypeScript Project" > </ a ></ h3 >
2025-02-10 09:23:35 +00:00
< p > First, create and set up your project:</ p >
< div class = "language-bash codeBlockContainer_Ckt0 theme-code-block" style = "--prism-color:#bfc7d5;--prism-background-color:#292d3e" >< div class = "codeBlockContent_biex" >< pre tabindex = "0" class = "prism-code language-bash codeBlock_bY9V thin-scrollbar" style = "color:#bfc7d5;background-color:#292d3e" >< code class = "codeBlockLines_e6Vv" >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > mkdir my-hardhat-project && cd my-hardhat-project</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > npm init -y</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > npm install --save-dev hardhat @nomicfoundation/hardhat-toolbox dotenv</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > npx hardhat init</ span >< br ></ span ></ code ></ pre >< div class = "buttonGroup__atx" >< button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" >< span class = "copyButtonIcons_eSgA" aria-hidden = "true" >< svg viewBox = "0 0 24 24" class = "copyButtonIcon_y97N" >< path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" ></ path ></ svg >< svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_LjdS" >< path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" ></ path ></ svg ></ span ></ button ></ div ></ div ></ div >
< p > When prompted, select " Create a TypeScript project" to set up a TypeScript-based Hardhat project.</ p >
< p > Set up your environment variables:</ p >
< div class = "language-bash codeBlockContainer_Ckt0 theme-code-block" style = "--prism-color:#bfc7d5;--prism-background-color:#292d3e" >< div class = "codeBlockContent_biex" >< pre tabindex = "0" class = "prism-code language-bash codeBlock_bY9V thin-scrollbar" style = "color:#bfc7d5;background-color:#292d3e" >< code class = "codeBlockLines_e6Vv" >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > # Create a .env file</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > touch .env</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" style = "display:inline-block" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > # Add your private key (never commit this file!)</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > echo " PRIVATE_KEY=your_private_key_here" >> .env</ span >< br ></ span ></ code ></ pre >< div class = "buttonGroup__atx" >< button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" >< span class = "copyButtonIcons_eSgA" aria-hidden = "true" >< svg viewBox = "0 0 24 24" class = "copyButtonIcon_y97N" >< path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" ></ path ></ svg >< svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_LjdS" >< path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" ></ path ></ svg ></ span ></ button ></ div ></ div ></ div >
2024-10-30 11:32:06 +00:00
< h3 class = "anchor anchorWithStickyNavbar_LWe7" id = "2-writing-the-smart-contract" > 2. Writing the Smart Contract< a href = "#2-writing-the-smart-contract" class = "hash-link" aria-label = "Direct link to 2. Writing the Smart Contract" title = "Direct link to 2. Writing the Smart Contract" > </ a ></ h3 >
2025-02-10 09:23:35 +00:00
< p > Create < code > contracts/HelloWorld.sol</ code > :</ p >
2024-10-30 11:32:06 +00:00
< div class = "language-solidity codeBlockContainer_Ckt0 theme-code-block" style = "--prism-color:#bfc7d5;--prism-background-color:#292d3e" >< div class = "codeBlockContent_biex" >< pre tabindex = "0" class = "prism-code language-solidity codeBlock_bY9V thin-scrollbar" style = "color:#bfc7d5;background-color:#292d3e" >< code class = "codeBlockLines_e6Vv" >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > // SPDX-License-Identifier: MIT</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > pragma solidity ^0.8.24;</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" style = "display:inline-block" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > contract HelloWorld {</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > string public greet = " Hello, Status Network!" ;</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" style = "display:inline-block" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > function setGreet(string memory _greet) public {</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > greet = _greet;</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > }</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" style = "display:inline-block" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > function getGreet() public view returns (string memory) {</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > return greet;</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > }</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > }</ span >< br ></ span ></ code ></ pre >< div class = "buttonGroup__atx" >< button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" >< span class = "copyButtonIcons_eSgA" aria-hidden = "true" >< svg viewBox = "0 0 24 24" class = "copyButtonIcon_y97N" >< path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" ></ path ></ svg >< svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_LjdS" >< path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" ></ path ></ svg ></ span ></ button ></ div ></ div ></ div >
< h3 class = "anchor anchorWithStickyNavbar_LWe7" id = "3-configuring-hardhat-for-status-network" > 3. Configuring Hardhat for Status Network< a href = "#3-configuring-hardhat-for-status-network" class = "hash-link" aria-label = "Direct link to 3. Configuring Hardhat for Status Network" title = "Direct link to 3. Configuring Hardhat for Status Network" > </ a ></ h3 >
2025-02-10 09:23:35 +00:00
< p > Update < code > hardhat.config.ts</ code > :</ p >
< div class = "language-typescript codeBlockContainer_Ckt0 theme-code-block" style = "--prism-color:#bfc7d5;--prism-background-color:#292d3e" >< div class = "codeBlockContent_biex" >< pre tabindex = "0" class = "prism-code language-typescript codeBlock_bY9V thin-scrollbar" style = "color:#bfc7d5;background-color:#292d3e" >< code class = "codeBlockLines_e6Vv" >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token keyword" style = "font-style:italic" > import</ span >< span class = "token plain" > </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > {</ span >< span class = "token plain" > HardhatUserConfig </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > }</ span >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > from</ span >< span class = "token plain" > </ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " hardhat/config" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" ></ span >< span class = "token keyword" style = "font-style:italic" > import</ span >< span class = "token plain" > </ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " @nomicfoundation/hardhat-toolbox" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" ></ span >< span class = "token keyword" style = "font-style:italic" > import</ span >< span class = "token plain" > </ span >< span class = "token operator" style = "color:rgb(137, 221, 255)" > *</ span >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > as</ span >< span class = "token plain" > dotenv </ span >< span class = "token keyword" style = "font-style:italic" > from</ span >< span class = "token plain" > </ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " dotenv" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" style = "display:inline-block" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > dotenv</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > .</ span >< span class = "token function" style = "color:rgb(130, 170, 255)" > config</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > (</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > )</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" style = "display:inline-block" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" ></ span >< span class = "token keyword" style = "font-style:italic" > const</ span >< span class = "token plain" > </ span >< span class = "token constant" style = "color:rgb(130, 170, 255)" > PRIVATE_KEY</ span >< span class = "token plain" > </ span >< span class = "token operator" style = "color:rgb(137, 221, 255)" > =</ span >< span class = "token plain" > process</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > .</ span >< span class = "token plain" > env</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > .</ span >< span class = "token constant" style = "color:rgb(130, 170, 255)" > PRIVATE_KEY</ span >< span class = "token plain" > </ span >< span class = "token operator" style = "color:rgb(137, 221, 255)" > ||</ span >< span class = "token plain" > </ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > "" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" style = "display:inline-block" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" ></ span >< span class = "token keyword"
< h3 class = "anchor anchorWithStickyNavbar_LWe7" id = "4-create-ignition-deployment-module" > 4. Create Ignition Deployment Module< a href = "#4-create-ignition-deployment-module" class = "hash-link" aria-label = "Direct link to 4. Create Ignition Deployment Module" title = "Direct link to 4. Create Ignition Deployment Module" > </ a ></ h3 >
< p > Create < code > ignition/modules/HelloWorld.ts</ code > :</ p >
< div class = "language-typescript codeBlockContainer_Ckt0 theme-code-block" style = "--prism-color:#bfc7d5;--prism-background-color:#292d3e" >< div class = "codeBlockContent_biex" >< pre tabindex = "0" class = "prism-code language-typescript codeBlock_bY9V thin-scrollbar" style = "color:#bfc7d5;background-color:#292d3e" >< code class = "codeBlockLines_e6Vv" >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token keyword" style = "font-style:italic" > import</ span >< span class = "token plain" > </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > {</ span >< span class = "token plain" > buildModule </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > }</ span >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > from</ span >< span class = "token plain" > </ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " @nomicfoundation/hardhat-ignition/modules" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" style = "display:inline-block" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" ></ span >< span class = "token keyword" style = "font-style:italic" > export</ span >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > default</ span >< span class = "token plain" > </ span >< span class = "token function" style = "color:rgb(130, 170, 255)" > buildModule</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > (</ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " HelloWorld" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ,</ span >< span class = "token plain" > </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > (</ span >< span class = "token plain" > m</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > )</ span >< span class = "token plain" > </ span >< span class = "token operator" style = "color:rgb(137, 221, 255)" > => </ span >< span class = "token plain" > </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > {</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > const</ span >< span class = "token plain" > helloWorld </ span >< span class = "token operator" style = "color:rgb(137, 221, 255)" > =</ span >< span class = "token plain" > m</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > .</ span >< span class = "token function" style = "color:rgb(130, 170, 255)" > contract</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > (</ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " HelloWorld" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > )</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > </ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > return</ span >< span class = "token plain" > </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > {</ span >< span class = "token plain" > helloWorld </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > }</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" ></ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > }</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > )</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< br ></ span ></ code ></ pre >< div class = "buttonGroup__atx" >< button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" >< span class = "copyButtonIcons
<h3 class=" anchor anchorWithStickyNavbar_LWe7 " id = "5-deploy-the-contract" > 5. Deploy the Contract< a href = "#5-deploy-the-contract" class = "hash-link" aria-label = "Direct link to 5. Deploy the Contract" title = "Direct link to 5. Deploy the Contract" > </ a ></ h3 >
< div class = "language-bash codeBlockContainer_Ckt0 theme-code-block" style = "--prism-color:#bfc7d5;--prism-background-color:#292d3e" >< div class = "codeBlockContent_biex" >< pre tabindex = "0" class = "prism-code language-bash codeBlock_bY9V thin-scrollbar" style = "color:#bfc7d5;background-color:#292d3e" >< code class = "codeBlockLines_e6Vv" >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > npx hardhat compile</ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > npx hardhat ignition deploy ignition/modules/HelloWorld.ts --network statusTestnet</ span >< br ></ span ></ code ></ pre >< div class = "buttonGroup__atx" >< button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" >< span class = "copyButtonIcons_eSgA" aria-hidden = "true" >< svg viewBox = "0 0 24 24" class = "copyButtonIcon_y97N" >< path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" ></ path ></ svg >< svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_LjdS" >< path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" ></ path ></ svg ></ span ></ button ></ div ></ div ></ div >
< p > The deployment will create a new directory < code > ignition/deployments</ code > containing your deployment artifacts and history.</ p >
< h3 class = "anchor anchorWithStickyNavbar_LWe7" id = "7-interact-with-your-contract" > 7. Interact with Your Contract< a href = "#7-interact-with-your-contract" class = "hash-link" aria-label = "Direct link to 7. Interact with Your Contract" title = "Direct link to 7. Interact with Your Contract" > </ a ></ h3 >
< p > Create < code > scripts/interact.ts</ code > :</ p >
< div class = "language-typescript codeBlockContainer_Ckt0 theme-code-block" style = "--prism-color:#bfc7d5;--prism-background-color:#292d3e" >< div class = "codeBlockContent_biex" >< pre tabindex = "0" class = "prism-code language-typescript codeBlock_bY9V thin-scrollbar" style = "color:#bfc7d5;background-color:#292d3e" >< code class = "codeBlockLines_e6Vv" >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token keyword" style = "font-style:italic" > import</ span >< span class = "token plain" > </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > {</ span >< span class = "token plain" > ethers </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > }</ span >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > from</ span >< span class = "token plain" > </ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " hardhat" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" ></ span >< span class = "token keyword" style = "font-style:italic" > import</ span >< span class = "token plain" > </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > {</ span >< span class = "token plain" > HelloWorld </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > }</ span >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > from</ span >< span class = "token plain" > </ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " ../typechain-types" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" style = "display:inline-block" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" ></ span >< span class = "token keyword" style = "font-style:italic" > async</ span >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > function</ span >< span class = "token plain" > </ span >< span class = "token function" style = "color:rgb(130, 170, 255)" > main</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > (</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > )</ span >< span class = "token plain" > </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > {</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > const</ span >< span class = "token plain" > contractAddress </ span >< span class = "token operator" style = "color:rgb(137, 221, 255)" > =</ span >< span class = "token plain" > </ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " 0x0d8a93870494Fa21ec39602f31Aa67C9Fed5604f" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > const</ span >< span class = "token plain" > HelloWorld </ span >< span class = "token operator" style = "color:rgb(137, 221, 255)" > =</ span >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > await</ span >< span class = "token plain" > ethers</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > .</ span >< span class = "token function" style = "color:rgb(130, 170, 255)" > getContractFactory</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > (</ span >< span class = "token string" style = "color:rgb(195, 232, 141)" > " HelloWorld" </ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > )</ span >< span class = "token punctuation" style = "color:rgb(199, 146, 234)" > ;</ span >< span class = "token plain" ></ span >< br ></ span >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > </ span >< span class = "token keyword" style = "font-style:italic" > c
< p > Run the interaction script:</ p >
2024-10-30 11:32:06 +00:00
< div class = "language-bash codeBlockContainer_Ckt0 theme-code-block" style = "--prism-color:#bfc7d5;--prism-background-color:#292d3e" >< div class = "codeBlockContent_biex" >< pre tabindex = "0" class = "prism-code language-bash codeBlock_bY9V thin-scrollbar" style = "color:#bfc7d5;background-color:#292d3e" >< code class = "codeBlockLines_e6Vv" >< span class = "token-line" style = "color:#bfc7d5" >< span class = "token plain" > npx hardhat run scripts/interact.ts --network statusTestnet</ span >< br ></ span ></ code ></ pre >< div class = "buttonGroup__atx" >< button type = "button" aria-label = "Copy code to clipboard" title = "Copy" class = "clean-btn" >< span class = "copyButtonIcons_eSgA" aria-hidden = "true" >< svg viewBox = "0 0 24 24" class = "copyButtonIcon_y97N" >< path fill = "currentColor" d = "M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z" ></ path ></ svg >< svg viewBox = "0 0 24 24" class = "copyButtonSuccessIcon_LjdS" >< path fill = "currentColor" d = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z" ></ path ></ svg ></ span ></ button ></ div ></ div ></ div >
2025-02-10 09:23:35 +00:00
< h2 class = "anchor anchorWithStickyNavbar_LWe7" id = "support" > Support< a href = "#support" class = "hash-link" aria-label = "Direct link to Support" title = "Direct link to Support" > </ a ></ h2 >
< p > If you encounter any issues:</ p >
2024-10-30 11:32:06 +00:00
< ul >
2025-02-20 09:45:13 +00:00
< li > Join our < a href = "https://t.me/statusl2" target = "_blank" rel = "noopener noreferrer" > Telegram Community</ a ></ li >
2025-02-10 09:23:35 +00:00
< li > View our < a href = "/general-info/network-details" > Network Details</ a ></ li >
2025-02-20 09:45:13 +00:00
</ ul ></ div >< footer class = "theme-doc-footer docusaurus-mt-lg" >< div class = "row margin-top--sm theme-doc-footer-edit-meta-row" >< div class = "col" >< a href = "https://github.com/status-im/docs.status.network/tree/develop/docs/tutorials/deploying-contracts/using-hardhat.md" target = "_blank" rel = "noopener noreferrer" class = "theme-edit-this-page" >< svg fill = "currentColor" height = "20" width = "20" viewBox = "0 0 40 40" class = "iconEdit_Z9Sw" aria-hidden = "true" >< g >< path d = "m34.5 11.7l-3 3.1-6.3-6.3 3.1-3q0.5-0.5 1.2-0.5t1.1 0.5l3.9 3.9q0.5 0.4 0.5 1.1t-0.5 1.2z m-29.5 17.1l18.4-18.5 6.3 6.3-18.4 18.4h-6.3v-6.2z" ></ path ></ g ></ svg > Edit this page</ a ></ div >< div class = "col lastUpdated_JAkA" >< span class = "theme-last-updated" > Last updated<!-- --> on < b >< time datetime = "2025-02-19T20:29:12.000Z" itemprop = "dateModified" > Feb 19, 2025</ time ></ b ></ span ></ div ></ div ></ footer ></ article >< nav class = "pagination-nav docusaurus-mt-lg" aria-label = "Docs pages" >< a class = "pagination-nav__link pagination-nav__link--prev" href = "/tools/block-explorers" >< div class = "pagination-nav__sublabel" > Previous</ div >< div class = "pagination-nav__label" > 🔎 Block Explorers</ div ></ a >< a class = "pagination-nav__link pagination-nav__link--next" href = "/tutorials/deploying-contracts/using-foundry" >< div class = "pagination-nav__sublabel" > Next</ div >< div class = "pagination-nav__label" > ⚒️ Using Foundry</ div ></ a ></ nav ></ div ></ div >< div class = "col col--3" >< div class = "tableOfContents_bqdL thin-scrollbar theme-doc-toc-desktop" >< ul class = "table-of-contents table-of-contents__left-border" >< li >< a href = "#prerequisites" class = "table-of-contents__link toc-highlight" > Prerequisites</ a ></ li >< li >< a href = "#what-youll-accomplish" class = "table-of-contents__link toc-highlight" > What You' ll Accomplish</ a ></ li >< li >< a href = "#steps" class = "table-of-contents__link toc-highlight" > Steps</ a >< ul >< li >< a href = "#1-initialize-a-hardhat-typescript-project" class = "table-of-contents__link toc-highlight" > 1. Initialize a Hardhat TypeScript Project</ a ></ li >< li >< a href = "#2-writing-the-smart-contract" class = "table-of-contents__link toc-highlight" > 2. Writing the Smart Contract</ a ></ li >< li >< a href = "#3-configuring-hardhat-for-status-network" class = "table-of-contents__link toc-highlight" > 3. Configuring Hardhat for Status Network</ a ></ li >< li >< a href = "#4-create-ignition-deployment-module" class = "table-of-contents__link toc-highlight" > 4. Create Ignition Deployment Module</ a ></ li >< li >< a href = "#5-deploy-the-contract" class = "table-of-contents__link toc-highlight" > 5. Deploy the Contract</ a ></ li >< li >< a href = "#7-interact-with-your-contract" class = "table-of-contents__link toc-highlight" > 7. Interact with Your Contract</ a ></ li ></ ul ></ li >< li >< a href = "#support" class = "table-of-contents__link toc-highlight" > Support</ a ></ li ></ ul ></ div ></ div ></ div ></ div ></ main ></ div ></ div ></ div >< footer class = "footer" >< div class = "container container-fluid" >< div class = "row footer__links" >< div class = "col footer__col" >< div class = "footer__title" > Legal</ div >< ul class = "footer__items clean-list" >< li class = "footer__item" >< a class = "footer__link-item" href = "/terms-of-use" > Terms of use</ a ></ li >< li class = "footer__item" >< a class = "footer__link-item" href = "/privacy-policy" > Privacy policy</ a ></ li ></ ul ></ div ></ div ></ div ></ footer ></ div >
2024-10-30 11:32:06 +00:00
</ body >
</ html >