0.1.3 • Published 1 year ago

@azoyalabs/labels v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.

TypeColorUseful For
infoblueKnown addresses or useful services
warningyellowExploited contracts or dangerous services
dangerredHackers, exploiters, or scammer addresses

For social media links, only the following networks are available:

Social Media
twitter
telegram
github
website
0.1.3

1 year ago