Skip to content

One click guide to deploy ERC20 token contract on Unichain

Notifications You must be signed in to change notification settings

zunxbt/unichain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Deploy ERC20 Token Contract on Unichain Sepolia

Prerequisites

  • Must need to have $ETH on Unichain
    • You can get Unichain $ETH using faucet from here or by bridging using superbridge
    • I used bridge to get Unichain ETH
  • Need to have terminal which support linux based command
    • You can use either local terminal (Ubuntu)
    • Or you can use Virtual IDE like codespaces

Installation

  • You can use either this command
  [ -f "unichain.sh" ] && rm unichain.sh; wget -q https://raw.githubusercontent.com/zunxbt/unichain/refs/heads/main/unichain.sh && chmod +x unichain.sh && ./unichain.sh
  • Or this command to run this script
[ -f "unichain.sh" ] && rm unichain.sh; curl -sSL -o unichain.sh https://raw.githubusercontent.com/zunxbt/unichain/refs/heads/main/unichain.sh && chmod +x unichain.sh && ./unichain.sh

About

One click guide to deploy ERC20 token contract on Unichain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages