Skip to content

voilknetwork/voilkscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

voilkScript

An open JSON standard for voilk 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": "Bilal Haider",
    "about": "Founder at Voilk",
    "location": "Islamabad",
    "website": "https://voilk.com/",
    "profile_image": "",
    "cover_image": ""
  }
}

About

An open JSON standard for Voilk based apps.

Resources

Stars

Watchers

Forks

Packages

No packages published