An open API service indexing awesome lists of open source software.

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.

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)