Skip to content

cryptods8/degen-tips-extension

Repository files navigation

$DEGEN Tips Extension

This is a browser extension for Google Chrome which shows you the validity of DEGEN tips on Warpcast web client.

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • extension: a Plasmo extension
  • server: a Next.js server the extension uses for tip validation
  • @degen-tips-extension/ui: a React component library shared by both server and extension applications
  • @degen-tips-extension/eslint-config: eslint configurations (includes eslint-config-turbo and eslint-config-prettier)
  • @degen-tips-extension/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is primarily TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Extension

TBD - will be added to the appropriate browser extension stores.

Trying it out yourself

Prerequisities

Make sure to set all the necessary environment variables for both the server and the extension.

Build

To build all apps and packages, run the following command:

cd degen-tips-extension
pnpm build

Develop

To develop all apps and packages, run the following command:

cd degen-tips-extension
pnpm dev

About

$DEGEN Tips Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published