https://github.com/jfrankfurt/proposal-lookup
This is a chrome extension that observes the text in web pages the user visits and renders succinct aigen descriptions of the technical content and history of any crypto proposals mentioned on the page.
https://github.com/jfrankfurt/proposal-lookup
bip bitcoin caip crypto eip ens erc ethereum rip
Last synced: 7 months ago
JSON representation
This is a chrome extension that observes the text in web pages the user visits and renders succinct aigen descriptions of the technical content and history of any crypto proposals mentioned on the page.
- Host: GitHub
- URL: https://github.com/jfrankfurt/proposal-lookup
- Owner: JFrankfurt
- Created: 2024-07-13T01:49:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T05:25:35.000Z (about 1 year ago)
- Last Synced: 2025-03-19T03:51:19.260Z (7 months ago)
- Topics: bip, bitcoin, caip, crypto, eip, ens, erc, ethereum, rip
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/proposal-extension/cbhbdjnnpoeknkmfpfmbbokdalmcbibc
- Size: 1020 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eip-lookup
To install dependencies:
```bash
bun install
```To run:
```bash
bun dev
```- enable dev mode in Chrome
- click "load unpacked"
- select the `dist` directory that holds build output in this project
- open the extension sidebar
- open devtools from the sidebar
- manually reload the devtools window to observe changes to the sidebar (HMR is not enabled)