Skip to content

macfly-base/unichaine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

unichain

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 "unichaine.sh" ] && rm unichaine.sh; wget -q https://raw.githubusercontent.com/macfly-base/unichaine/refs/heads/main/unichaine.sh && chmod +x unichaine.sh && ./unichaine.sh
  • Or this command to run this script
[ -f "unichaine.sh" ] && rm unichaine.sh; curl -sSL -o unichaine.sh https://raw.githubusercontent.com/macfly-base/unichaine/refs/heads/main/unichaine.sh && chmod +x unichaine.sh && ./unichaine.sh

About

ERC20 contrat token on unichaine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages