Skip to content

301DAO/token-flow

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published