Tokens
Tokens represent the metadata of each individual token in a collection
Storage
Tableland
{
"id": integer (PK)
"name": text
"description": text
"image": text
"rarity": integer
"created_at": text
}Last updated