Uniswap wrapper - original source code taken from [here](https://github.com/Web3Camp-Labs/uniswap-trade-cli/tree/main). Adapted for the NPM package publishing and downstream usages purposes.
npm install ph-typecript-lib-uniswapUniswap wrapper - original source code taken from here. Adapted for the NPM package publishing and downstream usages purposes.
- Node.js (version >= 18.10.0)
- Visual Studio Code (and "Prettier - Code formatter" extension)
1. Prerequisites:
- must have installed tools from the "Installations" section
- must have checked out / cloned source code from this repository
2. Open up the cloned repository/project/folder and run following commands in the given order, one by one:
````
npm install
npm run build
3. Both of the above commands should have completed successfully, and should have not caused any "package.json" or "package-lock.json" changes.