@traderjoe-xyz/dex-commons
Package for utils
, types
, and constants
for Trader Joe DEX
Package name
@traderjoe-xyz/dex-commons
Scripts
All scripts are expected to be run from the root directory.
Notes:
-
ttypescript
is a dev dependency that we are using to compile TS code into JS with an additional plugin,typescript-transform-paths
, that allows us to use absolute imports in our codebase -
chokidar-cli
is a lightweight command line tool to watch file changes. We use this to trigger a rebuild whenever some code changes in development mode