Skip to content

Instantly share code, notes, and snippets.

@bonustrack
Last active September 25, 2016 07:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonustrack/021525e2304a55f31637e60db3c87532 to your computer and use it in GitHub Desktop.
Save bonustrack/021525e2304a55f31637e60db3c87532 to your computer and use it in GitHub Desktop.
Steem Script: An Open JSON Standard for Trusted Workflows
{
"version": "0.0.1",
"dns": {"records":[["@","CNAME","steem.io"]]}},
"profile": {
"name": "Ned Scott",
"email": "ned@steem.io",
"birthday": "12/31/1999",
"gender": "male",
"about": "CEO and Co-founder at Steemit",
"first_name": "Ned",
"last_name": "Scott",
"location": "New York",
"timezone": "-5",
"locale": "en_US",
"languages": ["en"],
"website": "https://steem.io/",
"cover_image": "https://img.busy6.com/@ned/cover",
"profile_image": "https://img.busy6.com/@ned",
"featured_post": "the-first-phase-of-the-steem-faq-and-wikee-consolidation-of-knowledge"
}
}
{
"version": "0.0.1",
"tags": ["steemit", "steem"],
"users": ["ned", "dan"],
"images": ["https://img.busy6.com/@ned"],
"videos": ["https://www.youtube.com/watch?v=rkQ7b-u8_6g"],
"status": "archived",
"canonical": "http://blog.steem.io/steem/@ned/the-first-phase-of-the-steem-faq-and-wikee-consolidation-of-knowledge"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment