0.1.28 • Published 6 days ago

parax-uniswap-v3 v0.1.28

Weekly downloads
-
License
ISC
Repository
github
Last release
6 days ago

ParaX UniswapV3 Mini App

Usage

This is a sub-project and it can't run on its own. It needs to be integrated into the main project

1. Dev

1.1 Link

Make the main project link to this sub-project

# cd <this project>
cd <your-sub-project-dir>
pnpm install
pnpm build
pnpm link --dir <your-main-project-dir>
# example: pnpm link --dir ../parax

Once the sub-project is linked, you can run the main project to see the changes.

Note: You need to run pnpm build every time you make changes to the sub-project

1.2 Unlink

cd <your-main-project-dir>
pnpm unlink <your-sub-project-dir>
# example: pnpm unlink ../parax-uniswap-v3

# or
cd <your-sub-project-dir>
pnpm unlink --dir <your-main-project-dir>
# example: pnpm unlink --dir ../parax

2. Prod

Publish as a npm package (e.g. parax-uniswap-v3), and install it in the main project

pnpm add parax-uniswap-v3

and then,

import uniswapV3App from 'parax-uniswap-v3';
import { AppPackage } from 'parax-sdk';

const uniswapV3AppPKG: AppPackage = { ...uniswapV3App, icon: `design/logo/${uniswapV3App.icon}` };
0.1.28

6 days ago

0.1.27

7 days ago

0.1.25

8 days ago

0.1.26

8 days ago

0.1.23

2 months ago

0.1.22

2 months ago

0.1.21

5 months ago

0.1.20

6 months ago

0.1.19

6 months ago

0.1.18

6 months ago

0.1.17

6 months ago

0.1.16

6 months ago

0.1.15

6 months ago

0.1.14

6 months ago

0.1.13

6 months ago

0.1.12

6 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.1

7 months ago

0.1.0

7 months ago