@azoyalabs/labels
v0.1.3
Published
List of labels used by fetchstation.
Readme
FetchStation Labels
This repository holds the information for the Fetchstation app to categorize address labels.
The available labels to use for address are two types: helpful information and social media.
Labels for an Address
To add labels for an address, you need to create a new JSON file under the labels folder.
The content of the file should be like this:
{
"labels": [{ "type": "info", "value": "LlamaFolio" }],
"links": {
"twitter": "https://twitter.com/llamafolio"
}
}Each label is represented as an object with type and value properties.
To add a new label, use the following chart to know the property type.
| Type | Color | Useful For | | ------- | ------ | ----------------------------------------- | | info | blue | Known addresses or useful services | | warning | yellow | Exploited contracts or dangerous services | | danger | red | Hackers, exploiters, or scammer addresses |
For social media links, only the following networks are available:
| Social Media | | ------------ | | twitter | | telegram | | github | | website |
