1.1.8 • Published 5 years ago

@hivechain/hivescript v1.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

hivescript

An open JSON standard for Hive based apps.

Account json_metadata

  • name: max. length 20 chars.
  • about: max. length 160 chars.
  • location: max. length 30 chars.
  • website: valid https:// URL with max. length 100 chars.
  • profile_image: avatar image URL, preferably square-cropped with a minimum size of 230 x 230 pixels.
  • cover_image: cover image URL.
{
  "profile": {
    "name": "Alice",
    "about": "Hive on",
    "location": "New York",
    "website": "https://hive.io/",
    "profile_image": "https://hive.io/opengraph.png",
    "cover_image": "https://hive.io/opengraph.png"
  }
}
1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago