Injects Nexus Chain Abstraction SDK into web3 pages
hl-happy-flow.mp4
Install dependencies:
npm install
Build the extension:
npm run build
Zip the built extension:
npm run zip
Build and zip the extension in a single step
npm run build-zip
- Extract the zip file
- Go to Chrome (or any Chromium browser) and type in
chrome://extensions
on the url bar, hit enter - Switch ON the
Developer Mode
on top right corner - Click
Load Unpacked
button on the top left corner and locate the extracted folder and click Open, this should load the extension in the browser
- Injects the SDK and UI into the dapp using content-script
- Currently only works on Hyperliquid
- Uses Vite and React
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.