Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.13 KB

LlamaFolio Labels

This repository holds the information for the LlamaFolio 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