Skip to content

One click guide to deploy and verify smart contract on Abstract Testnet

Notifications You must be signed in to change notification settings

BeardedDonutETH/Abstract-Chain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Deploy Smart Contract on Abstract Testnet

Prerequisites

  • You need to have gas fee on Abstract Testnet
  • You can use either local terminal (Ubuntu) or Virtual IDE like codespaces

Installations

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

Important Info

  • During running this script, it will ask something like this
? What do you want to do? … 
  Create a JavaScript project
▸ Create a TypeScript project
  Create a TypeScript project (with Viem)
  Create an empty hardhat.config.js
  Quit
  • Here you must need to choose 2nd option : Create a TypeScript project by using W A S D key
  • And then keep pressing enter for 3 times

Troubleshooting

  • If you r facing issues like curl command not found then use this command to install curl and then run the above installation command that starts with curl
sudo apt update && sudo apt install curl
  • If you r facing issues like wget command not found then use this command to install wget and then run the above installation command that starts with wget
sudo apt update && sudo apt install wget

About

One click guide to deploy and verify smart contract on Abstract Testnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%