https://github.com/zunxbt/infinit-dev-task
Easy way to deploy Uniswap V3 protocol smart contracts on Sepolia Testnet using INFINIT tech
https://github.com/zunxbt/infinit-dev-task
Last synced: about 2 months ago
JSON representation
Easy way to deploy Uniswap V3 protocol smart contracts on Sepolia Testnet using INFINIT tech
- Host: GitHub
- URL: https://github.com/zunxbt/infinit-dev-task
- Owner: zunxbt
- Created: 2024-09-24T20:16:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T01:42:10.000Z (9 months ago)
- Last Synced: 2025-03-29T18:06:18.229Z (3 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 80
- Watchers: 4
- Forks: 62
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Infinit Dev Task

## Prerequisites
- Need to have atleast 0.1 Holesky ETH (Recommended) or 2 ETH Sepolia
- You can get Holsky Faucet from this [website](https://cloud.google.com/application/web3/faucet/ethereum/holesky)
- You can get Sepolia Faucet from [infura](https://www.infura.io/faucet/sepolia) or you can bridge from arbitrum eth or optimism eth using [layerzero testnet bridge](https://testnetbridge.com/sepolia)
- Open Linux Based Terminal or you can use [codespace](https://github.com/codespaces) or [gitpod](https://gitpod.io)
- 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
- 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
- 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
```bash
[ -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
```bash
[ -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

- 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](https://discord.gg/P4zTGGheCJ)