Skip to content

Chrome extension focused on Twitter to enhance DeFi for users.

License

Notifications You must be signed in to change notification settings

AbstraLabss/trading_extension

 
 

Repository files navigation

Installation & Development

To set up and work on the extension, follow these steps:

  1. Install Dependencies: install the necessary packages.

    npm i
    
  2. Build the Extension: Creates the deployment files needed for the extension.

    npm run build
    
  3. Start in Development Mode: Runs the extension in development mode.

    npm run start
    
  4. Production Build Mode: Creates a production-ready build without console logs.

    npm run build:prod
    

License

This project is licensed under a custom license that prohibits unauthorized distribution. Any distribution or reproduction without the express consent of the original authors is strictly prohibited. Please see the LICENSE file for more details.

About

Chrome extension focused on Twitter to enhance DeFi for users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • CSS 9.0%
  • TypeScript 3.0%
  • HTML 0.8%