parax-bridge
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

ParaX Bridge 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-bridge

# 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-bridge), and install it in the main project

pnpm add parax-bridge

and then,

import bridgeApp from 'parax-bridge';
import { AppPackage } from 'parax-sdk';

const bridgeAppPKG: AppPackage = { ...bridgeApp, icon: `design/logo/${bridgeApp.icon}` };

/parax-bridge/

    Package Sidebar

    Install

    npm i parax-bridge

    Weekly Downloads

    0

    Version

    0.1.1

    License

    ISC

    Unpacked Size

    373 kB

    Total Files

    416

    Last publish

    Collaborators

    • parallel-fi