Skip to content

This is an example of using the Uniswap SDK in a Node.js application

Notifications You must be signed in to change notification settings

eavelasquez/uniswap-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniswap Example

This is an example using the Uniswap SDK in a Node.js application.

To run this example, execute the following command:

npm install
npm start

Output:

{
  factory: '0x1F98431c8aD98523631AE4a59f267346ea31F984',
  token0: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
  token1: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
  fee: 3000,
  tickSpacing: 60,
  maxLiquidityPerTick: BigNumber {
    _hex: '0x023746e6a58dcb13d4af821b93f062',
    _isBigNumber: true
  }
}

About

This is an example of using the Uniswap SDK in a Node.js application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published