1.0.4 • Published 6 months ago

ph-typecript-lib-uniswap v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Introduction

Uniswap wrapper - original source code taken from here. Adapted for the NPM package publishing and downstream usages purposes.

Installations

Setup

  1. Prerequisites:
  • must have installed tools from the "Installations" section
  • must have checked out / cloned source code from this repository
  1. Open up the cloned repository/project/folder and run following commands in the given order, one by one:

    npm install
    npm run build
  2. Both of the above commands should have completed successfully, and should have not caused any "package.json" or "package-lock.json" changes.