Skip to content

Emurgo/bring-chromeExtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chromeExtension - Bring

This repository contain Two parts:

  1. iframe-frontend: The frontend side which goes inside an iframe.

    1. To run this project, cd to /chromeExtension/iframe-frontend and run yarn install, after done installing run yarn dev.
  2. extension-files: Divided to two parts:

    1. bringweb3-sdk: The part that goes inside other extensions to add our features.
    2. test-extension: An extension to test our SDK.
      1. To run this extension:
        1. cd to /chromeExtension/extension-files/test-extension and run yarn install.
        2. After done installing cd to /chromeExtension/extension-files/bringweb3-sdk and run yarn link.
        3. cd back to /chromeExtension/extension-files/test-extension and run yarn link bringweb3-sdk.
        4. Run yarn watch and add the build directory to your extensions on Chrome.

About

Fork of the Bring cashback sdk library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.9%
  • CSS 12.2%
  • JavaScript 11.9%
  • HTML 1.0%