Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 923 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 923 Bytes

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.