This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
- Run
yarn install
at root - Need create production build using
npm run build
command.(Appears 'build' folder) - Visit chrome://extensions/ and turn on "Developer mode"
- Click "Load unpacked" button and navigate to the build folder that you created early
If you pull down new changes or make a change to the extension's files locally, you'll need to hit the "refresh" icon in chrome://extensions/ in order to run the new functionality...
contentScripts.js - listening document events, and handle event from site where authEvent
will fire
To run demo also, make sure that file src/constants/common.constants contains a valid rpc url. export const RPC_URL = '';
extension-demo is part of the 0xPolygonID project copyright 2024 ZKID Labs AG
This project is licensed under either of
at your option.