edison0xyz / uniswap-script

Simple script doing swaps on Uniswap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uniswap Simple

Simple program to perform token swap. Immplemented for learning and personal use. Do not use in prod.

Installation

Add a config.ts file in the /src folder with the following:

// private key of ethereum, to be added
export const PRIVATE_KEY = "0xabcdefg";
export const infuraUrl =
  "<YOUR_INFURA_URL>";

```# uniswap-script

About

Simple script doing swaps on Uniswap

License:MIT License


Languages

Language:TypeScript 100.0%