Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DefiLlama/defillama-extension
https://github.com/DefiLlama/defillama-extension
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/DefiLlama/defillama-extension
- Owner: DefiLlama
- Created: 2022-09-09T01:00:28.000Z (about 2 years ago)
- Default Branch: prod
- Last Pushed: 2024-07-24T15:44:50.000Z (4 months ago)
- Last Synced: 2024-07-24T18:17:28.223Z (4 months ago)
- Language: TypeScript
- Size: 941 KB
- Stars: 71
- Watchers: 3
- Forks: 127
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- On-Chain-Investigations-Tools-List - defillama-extension
README
# DefiLlama Extension
A browser extension that gives you godmode on Etherscan (and other blockchain explorers), while protecting you from suspicious URLs you visit.
## Features
### Wallet tags on Etherscan
Llamas have done their analysis and tagged tens on millions of addresses with behavioral or entity tags, allowing you to unmask the mysterious figures behind each crypto wallet, right inside your favorite blockchain explorers.
### Accurate pricing for exotic tokens on Etherscan
This extension wields the limitless llama power to show you accurate pricing of any tokens that are missing prices on Etherscan. It also re-calculates the token balances after refilling the missing prices.
### Phishing link warning
The cute llama icon on your browser extension tool bar is an unintrusive indicator that will turn red when you are visiting a suspicious website, or turn green when you are visiting a trusted website. Stay safe with the llamas!
## Privacy
We do not track you in any way in the extension.
The extension is completely open source, and we encourage curious users or auditors to unpack the `.crx` file you get from the Chrome Web Store (it's just a zip file!) to verify no tracking or malicious code is added during the build process.
## Installation (prepare for chrome web store)
Run these commands to prepare a zip file to be uploaded to the Chrome Web Store.
```bash
yarn
yarn prep
```You will find the prepared zip file at `./packed/extension.zip`.
## Installation (dev)
First, run these command to install deps and build bundle.
```bash
yarn
yarn dev
```Then, go to your browser's extensions page, enable `Developer Mode`.
Then, click `Load unpacked` to navigate to the `/dist` directory and load it up.
Now when you open a new tab, you should be prompted whether you want to use this extension or not.
Have fun!