Przeglądaj źródła

add tags for your token list (#4000)

mei 1 rok temu
rodzic
commit
122dc55409

+ 16 - 0
examples/README_tags_submission.md

@@ -0,0 +1,16 @@
+# Display tags for your protocol's tokens
+
+We can ingest your list of tokens and get them tagged automatically, to help your users to trade the right tokens. For example, we have "LST", "pump".fun tokens, and "Strict" list tokens. 
+
+We need:
+- A url endpoint
+- That points to a [.csv file with a mint address per row](./sample_tags.csv) -- click on link to see sample.
+- That we can poll at a set interval (tell us how often you expect updates to happen)
+
+Tell us if you have a preferred word or acronym for your tag, hopefully short and mobile friendly.
+
+
+That's it!
+
+Example of tags displayed to the right of the token:
+![Example tags](./sample_token_tags.png)

+ 3 - 0
examples/sample_tags.csv

@@ -0,0 +1,3 @@
+JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN
+27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4
+jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v

BIN
examples/sample_token_tags.png