create account

[Steem Engine SCOT] community exclusive posting (via json_metadata) by blockchainstudio

View this thread on: hive.blogpeakd.comecency.com
· @blockchainstudio · (edited)
$19.46
[Steem Engine SCOT] community exclusive posting (via json_metadata)
#### Repository
https://github.com/holgern/steem-scot
also applicable to https://github.com/MattyIce/steem-engine

Issues
- https://github.com/holgern/steem-scot/issues/1
- https://github.com/MattyIce/steem-engine/issues/55

#### Components
- Community exclusive posting
- a small bug on 404 not found page

#### Proposal Description
An @aggroed's posting, [A new era for Steem: Scotbot powered custom website up and running !  Welcome https://www.weedcash.network!](/@aggroed/a-new-era-for-steem-scotbot-powered-custom-website-up-and-running-welcome-https-www-weedcash-network) made lots of users excited, especially because many people were exhausted due to the long delay of SMT.

Most non-dev users were quite surprised with the website that looks exactly like steemit.com and they liked the idea that they can use their own token for their own community. 

I'm not talking about the technical difference between SMT and Steem Engine here, but I like to make a simple but important and feasible suggestion to Steem Engine SCOT system.

Let me illustrate the idea with an example of weedcash which is live already.

#### How weedcash knows if a post was written on weedcash?
As many people experienced and realized already, to make a post/comment visible on weedcash, you should write it on weedcash. How do they distinguish this?

Compare the same posting on two websites. Some comments are not visible on weedcash.
- https://www.weedcash.network/utopian-io/@blockchainstudio/steem-engine-scot-community-exclusive-posting-via-jsonmetadata
- https://steemit.com/utopian-io/@blockchainstudio/steem-engine-scot-community-exclusive-posting-via-jsonmetadata

<br>

**The magic is in `tag` in `json_metadata`**

![](https://ipfs.busy.org/ipfs/QmTUx38kyk9pDRryAkhZA9PuZpZpc56NRYZx9ZgsdNva2n)
> https://steemd.com/utopian-io/@blockchainstudio/steem-engine-scot-community-exclusive-posting-via-jsonmetadata

As you can see on steemd.com, weedcash uses `tags` in the `json_metadata`. Thus, even if you write it on steemit.com or busy.org, if you put `weedcash` tag, it's visible on weedcash.

#### What about a comment?
In the case of comments, a comment automatically inherits the first tag (called category) as its tag. Thus, unless the main post's first tag wasn't `weedcash`, a comment written not on weedcash is invisible on weedcash.

Of course, you can put `weedcash` tag even on a comment using API, as I did, in the above picture. The first comment wasn't written on weedcash but using API. The second one was written on Steemit, the third one was on Busy.

#### Community exclusive post
Certain communities may want posts to be visible only when it's written on their customized website. For instance, if you want weedcash posts are visible on weedcash only when they were written on weedcash (to avoid tag abuse, for instance). How to do this?

The `json_metadata` can be used for this purpose. For instance, as you can see in the third comment in the above picture, Busy is using `community` and `app` to distinguish whether a post is actually written on Busy.org for their upvoting.

Likewise, a specific community site can utilize either community or app or any custom field in json_metadata to customize their post visibility.

#### Mockups / Examples

Community exclusive posting can be implemented by utilizing `json_metadata` field.

```
json_metadata: {"community":"weedcash","app":"weedcash\/0.0.1"}
```
> Ex1: utilizing "standard" `community` or `app` field.

<br>

Altenatively,
```
json_metadata: {"ssc-community":"weedcash"}
```
> Ex2: a new json id such as `ssc-community` can be used.

#### Benefits
Steem Engine has been delivering many features that SMT was supposed to do. We all know the general benefits of SMT or Steem Engine SCOT, so I don't think I need to explain too much details here.

It's all about community! Each community can use its own token, and naturally some community may wanna keep their posts only when they were actually from their communities. This simple yet important and realistic suggestion will make it possible!

#### A small bug on 404 not found page on weedcash
The first prototype weedcash page has some "bug" that shows steemit instead of weedcash in certain cases.

I found one: 

![](https://cdn.steemitimages.com/DQmcD332aNLscc8Sd91RYSUqGBEQYFEE5snxFbec4Zadj6T)

This not found page was actually improved by me (previously it was a text :). See the details here: https://github.com/steemit/condenser/pull/3282 which was also introduced by the official @steemitblog's [post](/@steemitblog/steemit-community-contributions-d-tube-embeds)

#### GitHub Account
https://github.com/economicstudio
๐Ÿ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 686 others
properties (23)
authorblockchainstudio
permlinksteem-engine-scot-community-exclusive-posting-via-jsonmetadata
categoryutopian-io
json_metadata{"app":"busy/2.5.6","format":"markdown","tags":["utopian-io","ideas","steem-engine","scotbot","busy"],"users":["aggroed","blockchainstudio","steemitblog"],"links":["https://github.com/holgern/steem-scot","https://github.com/MattyIce/steem-engine","https://github.com/holgern/steem-scot/issues/1","https://github.com/MattyIce/steem-engine/issues/55","/@aggroed","/@aggroed/a-new-era-for-steem-scotbot-powered-custom-website-up-and-running-welcome-https-www-weedcash-network","https://www.weedcash.network/utopian-io/@blockchainstudio/steem-engine-scot-community-exclusive-posting-via-jsonmetadata","https://steemit.com/utopian-io/@blockchainstudio/steem-engine-scot-community-exclusive-posting-via-jsonmetadata","https://steemd.com/utopian-io/@blockchainstudio/steem-engine-scot-community-exclusive-posting-via-jsonmetadata","https://github.com/steemit/condenser/pull/3282"],"image":["https://ipfs.busy.org/ipfs/QmTUx38kyk9pDRryAkhZA9PuZpZpc56NRYZx9ZgsdNva2n","https://cdn.steemitimages.com/DQmcD332aNLscc8Sd91RYSUqGBEQYFEE5snxFbec4Zadj6T"],"community":"busy"}
created2019-05-12 22:32:03
last_update2019-05-14 13:19:12
depth0
children20
last_payout2019-05-19 22:32:03
cashout_time1969-12-31 23:59:59
total_payout_value14.722 HBD
curator_payout_value4.739 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,648
author_reputation178,988,499,015,921
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries
0.
accountutopian.pay
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,742,678
net_rshares39,670,004,870,945
author_curate_reward""
vote details (750)
@blockchainstudio ·
$0.18
Korean: [Weedcash ๋Œ“๊ธ€์ฒ˜๋ฆฌ ๋ฐฉ์‹ / ์ŠคํŒ€์ž‡ UI๊ฐœ์„ ์— ๋Œ€ํ•œ ๊ธฐ๋Œ€๊ฐ](https://steemit.com/kr/@blockchainstudio/weedcash) ์—์„œ ์„ค๋ช…๋“œ๋ฆฐ ๋‚ด์šฉ์ด๋‹ˆ ์ด ๊ธ€์„ ์ฐธ์กฐํ•˜์‹œ๋ฉด ์ข‹์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค. ๋งŒ์•ฝ ํ•ด๋‹น ํ† ํฐ ์ปค๋ฎค๋‹ˆํ‹ฐ๊ฐ€ ์ž์ฒด ์‚ฌ์ดํŠธ์—์„œ ์ž‘์„ฑ๋œ ๊ธ€๋งŒ ๋ณด์—ฌ์ฃผ๊ณ  ์‹ถ์„ ๊ฒฝ์šฐ ์ด์— ๋Œ€ํ•œ ํ•ด๊ฒฐ์ฑ…์„ ์ œ์•ˆํ•œ ๊ฒƒ์ž…๋‹ˆ๋‹ค. ๋‹จ์ˆœ ํƒœ๊ทธ๋กœ ํŒ๋ณ„ํ•˜๋Š” ๊ฒƒ์ด ์•„๋‹ˆ๋ผ ์ข€ ๋” ์ •๊ตํ•˜๋ฉด์„œ๋„ ๊ตฌํ˜„๊ฐ€๋Šฅํ•œ ์ œ์•ˆ์ž…๋‹ˆ๋‹ค. ์‹ค์ œ Busy์—์„œ๋„ Busy์—์„œ ์ž‘์„ฑํ•œ ๊ธ€ ํŒ๋ณ„ํ•  ๋•Œ ์œ ์‚ฌํ•œ ๋ฐฉ๋ฒ•์„ ์‚ฌ์šฉํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.
๐Ÿ‘  
properties (23)
authorblockchainstudio
permlinkre-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t230816700z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["blockchainstudio"],"links":["https://steemit.com/kr/@blockchainstudio/weedcash"],"image":[]}
created2019-05-12 23:08:18
last_update2019-05-12 23:08:18
depth1
children0
last_payout2019-05-19 23:08:18
cashout_time1969-12-31 23:59:59
total_payout_value0.138 HBD
curator_payout_value0.046 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length286
author_reputation178,988,499,015,921
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,744,002
net_rshares356,726,269,696
author_curate_reward""
vote details (1)
@blockchainstudio ·
A comment by with an additional tag weedcash using API
properties (22)
authorblockchainstudio
permlinkre-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t223746
categoryutopian-io
json_metadata"{"tags": ["utopian-io", "weedcash"]}"
created2019-05-12 22:37:48
last_update2019-05-12 22:37:48
depth1
children2
last_payout2019-05-19 22:37:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation178,988,499,015,921
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,742,858
net_rshares0
@blockchainstudio ·
A comment written on steemit.com (not visible on weedcash)
properties (22)
authorblockchainstudio
permlinkre-blockchainstudio-re-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t223746-20190512t223904608z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2019-05-12 22:39:03
last_update2019-05-12 22:39:03
depth2
children0
last_payout2019-05-19 22:39:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation178,988,499,015,921
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,742,915
net_rshares0
@blockchainstudio ·
A comment written on Busy.org (not visible on weedcash)
properties (22)
authorblockchainstudio
permlinkre-blockchainstudio-re-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t223746-20190512t224153446z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2019-05-12 22:41:54
last_update2019-05-12 22:41:54
depth2
children0
last_payout2019-05-19 22:41:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation178,988,499,015,921
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,743,024
net_rshares0
@bluengel ·
thanks ! @blockchainstudio for contribution ! :) โ™ฅโ™ฌ

Posted using [Partiko Android](https://partiko.app/referral/bluengel)
๐Ÿ‘  
properties (23)
authorbluengel
permlinkbluengel-re-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t223706137z
categoryutopian-io
json_metadata{"app":"partiko","client":"android"}
created2019-05-12 22:37:06
last_update2019-05-12 22:37:06
depth1
children0
last_payout2019-05-19 22:37:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation129,269,571,273,945
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,742,827
net_rshares20,269,382,030
author_curate_reward""
vote details (1)
@dakeshi ·
$0.02
pick it up. ์ข‹์€ ์ œ์•ˆ์ž…๋‹ˆ๋‹ค~
๐Ÿ‘  ,
properties (23)
authordakeshi
permlinkre-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t235857241z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steempeak/1.9.9"}
created2019-05-12 23:59:48
last_update2019-05-12 23:59:48
depth1
children1
last_payout2019-05-19 23:59:48
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation42,670,029,273,733
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,745,771
net_rshares43,960,496,330
author_curate_reward""
vote details (2)
@gomdory ·
๊ณฐ๋Œ์ด๊ฐ€ @dakeshi๋‹˜์˜ ์†Œ์ค‘ํ•œ ๋Œ“๊ธ€์— $0.012์„ ๋ณดํŒ…ํ•ด์„œ $0.011์„ ์‚ด๋ ค๋“œ๋ฆฌ๊ณ  ๊ฐ€์š”. ๊ณฐ๋Œ์ด๊ฐ€ ์ง€๊ธˆ๊นŒ์ง€ ์ด 4609๋ฒˆ $52.178์„ ๋ณดํŒ…ํ•ด์„œ $58.512์„ ๊ตฌํ–ˆ์Šต๋‹ˆ๋‹ค.  @gomdory ๊ณฐ๋„๋คผ~
properties (22)
authorgomdory
permlinkre-re-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t235857241z-20190519t103932
categoryutopian-io
json_metadata""
created2019-05-19 10:39:33
last_update2019-05-19 10:39:33
depth2
children0
last_payout2019-05-26 10:39:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation38,104,394,235,725
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id85,123,239
net_rshares0
@dramatoken ·
<center>
  <img src="https://i.imgur.com/5FTrFXt.png" />
  <p>You've got <code>DRAMA</code>!</p>
  <p><sup>To view or trade <code>DRAMA</code> go to <a href="https://steem-engine.com/?p=market&t=DRAMA">steem-engine.com</a>.</sup></p>
</center>
properties (22)
authordramatoken
permlinkre-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t231648620z
categoryutopian-io
json_metadata{"app":"plucky/0.0.1","drama_trx_id":"7657e7b6d65f2326d4cd7ee21c0c0d2a73303a0c"}
created2019-05-12 23:16:48
last_update2019-05-12 23:16:48
depth1
children0
last_payout2019-05-19 23:16:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length244
author_reputation12,383,329,875,029
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,744,322
net_rshares0
@favcau ·
$11.38
Hi @blockchainstudio, thank you for your contribution.

Your publications are always good and this one is not the exception.
It will be nice to have the option to easly change between `tags` and `app` although having `app` by default is better, in my opinion.
Hopefully this will be implemented soon.
Thank you and welcome back.

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/7/2-2-2-2-1-3-1-3-).

---- 
Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm).

[[utopian-moderator]](https://join.utopian.io/)
๐Ÿ‘  , , , , , , , , , , , , ,
properties (23)
authorfavcau
permlinkre-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190515t124832974z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["blockchainstudio"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/7/2-2-2-2-1-3-1-3-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2019-05-15 12:48:33
last_update2019-05-15 12:48:33
depth1
children2
last_payout2019-05-22 12:48:33
cashout_time1969-12-31 23:59:59
total_payout_value8.598 HBD
curator_payout_value2.780 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length780
author_reputation75,981,011,753,578
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,895,175
net_rshares21,071,024,984,879
author_curate_reward""
vote details (14)
@blockchainstudio ·
Hi @favcau, thank you for your review and comments :)
properties (22)
authorblockchainstudio
permlinkre-favcau-re-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190515t135210506z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["favcau"],"links":["/@favcau"],"image":[]}
created2019-05-15 13:52:12
last_update2019-05-15 13:52:12
depth2
children0
last_payout2019-05-22 13:52:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation178,988,499,015,921
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,898,531
net_rshares0
@utopian-io ·
Thank you for your review, @favcau! Keep up the good work!
properties (22)
authorutopian-io
permlinkre-re-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190515t124832974z-20190517t203026z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-05-17 20:30:27
last_update2019-05-17 20:30:27
depth2
children0
last_payout2019-05-24 20:30:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation152,955,367,999,756
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id85,045,554
net_rshares0
@kiwifi ·
!dramatoken
๐Ÿ‘  
properties (23)
authorkiwifi
permlinkre-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t231619621z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2019-05-12 23:16:21
last_update2019-05-12 23:16:21
depth1
children0
last_payout2019-05-19 23:16:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation407,905,989,636,523
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,744,306
net_rshares0
author_curate_reward""
vote details (1)
@silverstackeruk ·
Great post, i have jumped on the bandwagon and im hoping the create a scotbot for steemsilvergold which is steemit precious metals stacking group.
๐Ÿ‘  ,
properties (23)
authorsilverstackeruk
permlinkre-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t224845645z
categoryutopian-io
json_metadata{"tags":["utopian-io","weedcash"],"app":"steemit/0.1"}
created2019-05-12 22:49:42
last_update2019-05-12 22:49:42
depth1
children1
last_payout2019-05-19 22:49:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length146
author_reputation127,246,167,824,445
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,743,347
net_rshares27,895,988,216
author_curate_reward""
vote details (2)
@blockchainstudio ·
thank you for your comment. hope SCOT will bring some excitement to STEEM :)
properties (22)
authorblockchainstudio
permlinkre-silverstackeruk-re-blockchainstudio-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t230605929z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2019-05-12 23:06:06
last_update2019-05-12 23:06:06
depth2
children0
last_payout2019-05-19 23:06:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation178,988,499,015,921
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,743,910
net_rshares0
@steem-ua ·
#### Hi @blockchainstudio!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
authorsteem-ua
permlinkre-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190515t201256z
categoryutopian-io
json_metadata"{"app": "beem/0.20.19"}"
created2019-05-15 20:12:57
last_update2019-05-15 20:12:57
depth1
children0
last_payout2019-05-22 20:12:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length295
author_reputation23,214,230,978,060
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,918,547
net_rshares0
@steem.apps ·
![](https://steemitimages.com/32x32/https://steemitimages.com/u/jayplayco/avatar) [jayplayco](/@jayplayco)๋‹˜์ด blockchainstudio๋‹˜์„ ๋ฉ˜์…˜ํ•˜์…จ์Šต๋‹ˆ๋‹น. ์•„๋ž˜ ๋งํฌ๋ฅผ ๋ˆ„๋ฅด์‹œ๋ฉด ์—ฐ๊ฒฐ๋˜์šฉ~ ^^ <br />[jayplayco](/@jayplayco)๋‹˜์˜ [[์œ„๋“œ์บ์‰ฌ] SMT์˜ ๋ฏธ๋ž˜๊ฐ€ ์†์— ์žกํžˆ๋‹ค.](/kr/@jayplayco/3sln8v-smt) <br /> 

 <blockquote>... ์ <ul>
<li>์Šคํ…Œ์ดํ‚น๋œ ์ŠคํŒ€์—”์ง„ ํ† ํฐ์€ ํ•ด๋‹น ํƒœ๊ทธ๋ฅผ ์จ์•ผ์ง€๋งŒ ์—…๋ณดํŒ…์ด ๋ฉ๋‹ˆ๋‹ค. ์ƒ์„ธํ•œ ๋ถ„์„์€ blockchainstudio๋‹˜๊ป˜์„œ ์—ฌ๊ธฐ ์˜์–ด๋กœ (ใ…Žใ…Žใ…Ž) ํ•˜์…จ์Šต๋‹ˆ๋‹ค. </li>
<li>์Šคํ…Œํ‚น๋œ ํ† ํฐ์„ ๋ณด์œ ํ•˜๊ณ  ํƒœ๊ทธ๋ฅผ ์“ด ํฌ์Šค...</blockquote>
๐Ÿ‘  
properties (23)
authorsteem.apps
permlinkre------------------steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190512t233818555z
categoryutopian-io
json_metadata{"app":"steem.apps/0.1","format":"markdown"}
created2019-05-12 23:38:21
last_update2019-05-12 23:38:21
depth1
children0
last_payout2019-05-19 23:38:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length413
author_reputation7,218,006,883,278
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,744,873
net_rshares30,790,661,988
author_curate_reward""
vote details (1)
@steem.apps ·
![](https://steemitimages.com/32x32/https://steemitimages.com/u/zorba/avatar) [zorba](/@zorba)๋‹˜์ด blockchainstudio๋‹˜์„ ๋ฉ˜์…˜ํ•˜์…จ์Šต๋‹ˆ๋‹น. ์•„๋ž˜ ๋งํฌ๋ฅผ ๋ˆ„๋ฅด์‹œ๋ฉด ์—ฐ๊ฒฐ๋˜์šฉ~ ^^ <br />[zorba](/@zorba)๋‹˜์˜ [[2019/5/12] ๊ฐ€์žฅ ๋น ๋ฅธ ํ•ด์™ธ ์†Œ์‹! ํ•ด์™ธ ์Šคํ‹ฐ๋ฏธ์–ธ ์†Œ๋ชจ์ž„ ํšŒ์›๋“ค์˜ ๊ธ€์„ ์†Œ๊ฐœํ•ด๋“œ๋ฆฝ๋‹ˆ๋‹ค.](/kr/@zorba/2019-5-12) <br /> 

 <blockquote>...an๋‹˜, ํƒœ๊ตญ์—์„œ jisoooh0202๋‹˜, ๋ฏธ๊ตญ ์บ˜๋ฆฌํฌ๋‹ˆ์•„์—์„œ livelyshawnee๋‹˜, ์˜๊ตญ์—์„œ blockchainstudio gomdory๋‹˜, ์ผ๋ณธ์—์„œ sizuko๋‹˜, ํ”„๋ž‘์Šค์—์„œ eric66๋‹˜, laylador๋‹˜, ๋„ค๋œ๋ž€๋“œ์—...</blockquote>
properties (22)
authorsteem.apps
permlinkre------------------steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190513t100912069z
categoryutopian-io
json_metadata{"app":"steem.apps/0.1","format":"markdown"}
created2019-05-13 10:09:12
last_update2019-05-13 10:09:12
depth1
children0
last_payout2019-05-20 10:09:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length418
author_reputation7,218,006,883,278
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,768,536
net_rshares0
@steem.apps ·
![](https://steemitimages.com/32x32/https://steemitimages.com/u/zorba/avatar) [zorba](/@zorba)๋‹˜์ด blockchainstudio๋‹˜์„ ๋ฉ˜์…˜ํ•˜์…จ์Šต๋‹ˆ๋‹น. ์•„๋ž˜ ๋งํฌ๋ฅผ ๋ˆ„๋ฅด์‹œ๋ฉด ์—ฐ๊ฒฐ๋˜์šฉ~ ^^ <br />[zorba](/@zorba)๋‹˜์˜ [[2019/5/13] ๊ฐ€์žฅ ๋น ๋ฅธ ํ•ด์™ธ ์†Œ์‹! ํ•ด์™ธ ์Šคํ‹ฐ๋ฏธ์–ธ ์†Œ๋ชจ์ž„ ํšŒ์›๋“ค์˜ ๊ธ€์„ ์†Œ๊ฐœํ•ด๋“œ๋ฆฝ๋‹ˆ๋‹ค.](/kr/@zorba/2019-5-13) <br /> 

 <blockquote>...an๋‹˜, ํƒœ๊ตญ์—์„œ jisoooh0202๋‹˜, ๋ฏธ๊ตญ ์บ˜๋ฆฌํฌ๋‹ˆ์•„์—์„œ livelyshawnee๋‹˜, ์˜๊ตญ์—์„œ blockchainstudio gomdory๋‹˜, ์ผ๋ณธ์—์„œ sizuko๋‹˜, ํ”„๋ž‘์Šค์—์„œ eric66๋‹˜, laylador๋‹˜, ๋„ค๋œ๋ž€๋“œ์—...</blockquote>
properties (22)
authorsteem.apps
permlinkre------------------steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190514t114412952z
categoryutopian-io
json_metadata{"app":"steem.apps/0.1","format":"markdown"}
created2019-05-14 11:44:15
last_update2019-05-14 11:44:15
depth1
children0
last_payout2019-05-21 11:44:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length418
author_reputation7,218,006,883,278
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,831,268
net_rshares0
@steemitboard ·
Congratulations @blockchainstudio! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://steemitimages.com/60x70/http://steemitboard.com/@blockchainstudio/voted.png?201905141344"></td><td>You received more than 20000 upvotes. Your next target is to reach 25000 upvotes.</td></tr>
</table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@blockchainstudio) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=blockchainstudio)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/japanese/@steemitboard/new-japanese-speaking-community-steem-meetup-badge"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmRWbAjbeETEaqSPLcpwYX1JN5pZhdPffv4q6DaBs6xvZm/image.png"></a></td><td><a href="https://steemit.com/japanese/@steemitboard/new-japanese-speaking-community-steem-meetup-badge">New  japanese speaking community Steem Meetup badge</a></td></tr></table>

> You can upvote this notification to help all Steem users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-blockchainstudio-20190514t142153000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-05-14 14:21:51
last_update2019-05-14 14:21:51
depth1
children0
last_payout2019-05-21 14:21:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,354
author_reputation38,975,615,169,260
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,838,322
net_rshares0
@utopian-io ·
Hey, @blockchainstudio!

**Thanks for contributing on Utopian**.
Weโ€™re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
properties (22)
authorutopian-io
permlinkre-steem-engine-scot-community-exclusive-posting-via-jsonmetadata-20190515t191401z
categoryutopian-io
json_metadata"{"app": "beem/0.20.17"}"
created2019-05-15 19:14:03
last_update2019-05-15 19:14:03
depth1
children0
last_payout2019-05-22 19:14:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length598
author_reputation152,955,367,999,756
root_title"[Steem Engine SCOT] community exclusive posting (via json_metadata)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,915,573
net_rshares0