Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockparty-sh/slp-explorer
https://github.com/blockparty-sh/slp-explorer
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockparty-sh/slp-explorer
- Owner: blockparty-sh
- Created: 2019-03-11T00:11:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T11:31:11.000Z (over 1 year ago)
- Last Synced: 2024-10-14T00:07:13.757Z (26 days ago)
- Language: JavaScript
- Homepage: https://simpleledger.info
- Size: 2.16 MB
- Stars: 30
- Watchers: 12
- Forks: 180
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SLP Token Explorer
A open source block explorer for Bitcoin Cash tokens based on the Simple Ledger Protocol (SLP).
![screenshot](/img/screenshot_large.jpg)
## Translations
Please see [TRANSLATIONS.md](TRANSLATIONS.md).
## How to add Token Icon?
Open a PR at https://github.com/kosinusbch/slp-token-icons
## Token Verification
The explorer has a list of "verified" tokens in `public/verified_tokens.json`. This is to help reduce the chance of someone namesquatting to perform a con. You should always verify the token id yourself to be sure, but since most people are too lazy to do that there is a checkmark that will appear next to tokens in the search dropdown which shows if they are in the verified list.
If you would like your token to be considered verified open a PR adding the token id to the list and provide some proof you are the owner of the token.
## Building
You need `Make`, `curl`, `npm` installed.
For running puppeteer you need additional libraries:
```
sudo apt install libx11-xcb-dev libxcb-dri3-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxi-dev libxtst-dev libnss3-dev libcups2-dev libxss-dev libxrandr-dev libgbm-devlibasound2-dev libatk1.0-dev libatk-bridge2.0-dev libpangocairo-1.0-0 libgtk-3-dev
```To actually build and start perform the following:
```
cp .env.example .env
npm i
make
npm start
```## Credits
[blockparty-sh](https://github.com/blockparty-sh) for all the dev work, [James Cramer](https://github.com/jcramer) ([simpleledger](https://github.com/simpleledger)), [kosinusbch](https://github.com/kosinusbch) for stylesheet, and [Evan](https://twitter.com/evanluza) from bitcoin.com for original design files