Skip to content

301DAO/token-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a5b06f · Sep 27, 2022
Sep 25, 2022
Sep 27, 2022
Sep 27, 2022
Sep 25, 2022
Sep 24, 2022
Sep 24, 2022
Sep 24, 2022
Sep 17, 2022
Sep 17, 2022
Sep 25, 2022
Sep 26, 2022
Sep 27, 2022
Sep 12, 2022
Sep 24, 2022
Sep 26, 2022

Repository files navigation

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