Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 791 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 791 Bytes

Token Flow

Token flow lets you create zapier like automation flows for your income. We currently support Aave and Uniswap with more integrations coming soon.

Contributing

Install pnpm: https://pnpm.io/installation

We are using turbo repo to manage this monorepo. Learn more here.

Note: To manage dependencies within workspaces in your monorepo, ensure you are running commands from within the target workspace, or by specifying the workspace when running from root:

pnpm add <package> --filter <workspace>

For example:

pnpm add rimraf --filter database
# database is a workspace inside ./packages

notice we're not doing --filter packages/database.

To run scripts:

cd scripts
pnpm run monitor