Giter VIP home page Giter VIP logo

uniswapv2-buy-flashbots's Introduction

uniswapV2-buy-flashbots

Buy any token on Uniswap V2 with flashbots feature, meaning bypass mempool pending process.

Usage

1. Create your own environment

Check .env.sample file first. Then, create a .env file from this sample file and modify the values you desired. Read more

2. Install dependencies

Run yarn to install dependencies. Main dependencies are ethers.js and @flashbots/ethers-provider-bundle, which would be necessary part you should know. If you don't know these, please search them online and check their documents.

3. Execute the script.

Run yarn start to buy the token desired.

The Values you will modify.

  • FLASHBOTS_AUTH_KEY : The bot owner's private key.
  • PRIVATE_KEY : Private key of buy transaction's signer wallet.
    (These two variables would be same in most cases.)
  • RECIPIENT_ADDRESS : Token recipient after buy transation succseed.
  • TOKEN_ADDRESS : Token address that you want to buy.
  • AMOUNT_IN : WETH amount you wanna swap for the token.

Warning

Ensure you have enough WETH in your wallet to buy the token, and approved uniswapV2 router to spent your WETH already, before running this script. This is router: 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D.

uniswapv2-buy-flashbots's People

Contributors

versedpro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.