Skip to content

Easy way to deploy Uniswap V3 protocol smart contracts on Sepolia Testnet using INFINIT tech

Notifications You must be signed in to change notification settings

zunxbt/Infinit-Dev-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Infinit Dev Task

1500x500

Prerequisites

  • Need to have atleast 0.1 Holesky ETH (Recommended) or 2 ETH Sepolia
  • You can get Holsky Faucet from this website
  • You can get Sepolia Faucet from infura or you can bridge from arbitrum eth or optimism eth using layerzero testnet bridge
  • Open Linux Based Terminal or you can use codespace or gitpod
  • If you are using codespace , choose blank temlate and then enter Installation command in the terminal

Imp Info

  • In the middle of the code, it will ask something like this

Screenshot 2024-09-25 015143

  • Here at 1st, press enter key then choose Holesky Testnet (Recommended) or Sepolia Testnet and then choose Uniswap V3 and atlast choose Y
  • You can use W A S D key to move up and down

  • In the middle, it will prompt something like this "Enter account ID", here u need to give any name to ur wallet (example : ZunXBT), make sure to remember it
  • In the next step, u need to provide a password to ur wallet , during enter password it will not show up on terminal, u also need to remember this
  • After that send atleast 0.1 Holesky ETH (if you chosen Holesky Testnet) or 2 Sepolia ETH (if you chosen Sepolia Testnet) from your wallet address to that address

image

  • At last stage, it will prompt for gas simulation, choose Y and after that it will ask for execution, choose Y

Installation

  • Use either this command
[ -f "infinit.sh" ] && rm infinit.sh; wget -q https://raw.githubusercontent.com/zunxbt/Infinit-Dev-Task/main/infinit.sh && chmod +x infinit.sh && ./infinit.sh
  • Or this command to install
[ -f "infinit.sh" ] && rm infinit.sh; curl -s -o infinit.sh https://raw.githubusercontent.com/zunxbt/Infinit-Dev-Task/main/infinit.sh && chmod +x infinit.sh && ./infinit.sh

Get Early Contributor Role

  • Take a screenshot like this

Screenshot 2024-09-25 005911

  • Tweet with this image on X about ur experience after using Infinit tech
  • Copy the link and submit in there developer channel
  • Discord Link : here

About

Easy way to deploy Uniswap V3 protocol smart contracts on Sepolia Testnet using INFINIT tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages