<center> [](https://3speak.tv/watch?v=spknetwork/lgnldgjo) ▶️ [Watch on 3Speak](https://3speak.tv/watch?v=spknetwork/lgnldgjo) </center> --- <center>  </center> --- <div class="text-justify"> **Hey everyone!** With this 3Speak Video & Hive post, @sagarkothari88 illustrates how to use GraphQL Queries based on Union Indexer. ## SPK Network is always Open-source: - Mobile app source code - https://github.com/spknetwork/Android-app - Legacy / Current website - https://github.com/spknetwork/3speak-legacy-frontend - Legacy / Current creator studio - https://github.com/spknetwork/3speak-legacy-studio - Union Indexer - https://github.com/spknetwork/union-indexer-node ## [What is GraphQL?](https://graphql.org/) - GraphQL is a query language for APIs and a runtime for fulfilling those queries with existing data - GraphQL provides an interactive way of building the queries & play around them. - You can select the attributes/fields/properties of your choice for the response. ## Why is GraphQL now on Mobile App? - The mobile app shows different feeds but is not sorted as per the curation amount. - For each video, payout info, votes, etc., values are fetched, over & over, when displayed on the screen. - This consumes internet bandwidth & you may want to avoid it if you are on mobile data. - There are other issues with the existing feed. - Feed needs to be updated. - With GraphQL, we can fix these issues & have needed data in a single request. - @sagarkothari88 is now implementing GraphQL-based feeds on 3Speak-Mobile application. ## How to use GraphQL? - Please view the video to understand in detail with a live demo. - Open this link - https://union.us-02.infra.3speak.tv/api/v2/graphql - Select the feed of your choice. - Social Feed - Trending Feed  - Select attributes that you need for your User Interface  - Do not forget to apply this filter if you only want the data for Videos.  - Hit the run button.  ## Ready-made GraphQL Queries for you ### Trending feed ``` query MyQuery { trendingFeed(spkvideo: {only: true}) { items { ... on HivePost { spkvideo stats { num_comments num_votes total_hive_reward } lang title tags permlink created_at body } } } } ``` ### New Videos Feed ``` query MyQuery { socialFeed(spkvideo: {only: true}) { items { ... on HivePost { spkvideo stats { num_comments num_votes total_hive_reward } lang title tags permlink created_at body } } } ``` ### First Uploads Feed ``` query MyQuery { socialFeed(spkvideo: {only: true, firstUpload: true}) { items { ... on HivePost { spkvideo stats { num_comments num_votes total_hive_reward } lang title tags permlink created_at body } } } ``` ### Related Videos ``` query MyQuery { relatedFeed(permlink: "sdltslwo", author: "leofinance") { items { ... on HivePost { spkvideo stats { num_comments num_votes total_hive_reward } lang title tags permlink created_at body } } } } ``` ### My Published Videos ``` query MyQuery { socialFeed( spkvideo: {only: true} feedOptions: {byCreator: {_eq: "sagarkothari88"}} ) { items { ... on HivePost { body title tags stats { num_comments num_votes total_hive_reward } spkvideo permlink lang community created_at } } } } ``` ### 3Shorts ``` query MyQuery { socialFeed( spkvideo: {only: true, isShort: true} ) { items { ... on HivePost { body title tags stats { num_comments num_votes total_hive_reward } spkvideo permlink lang community created_at } } } } ``` ### Leaderboard *Coming soon.* ### Community Details ``` query MyQuery { community(id: "hive-181335") { title about created_at images { avatar cover } roles { role title username } subscribers } } ``` ### Videos from a community ``` query MyQuery { community(id: "hive-181335") { title about created_at images { avatar cover } roles { role title username } subscribers trendingFeed { items { ... on HivePost { spkvideo stats { num_comments num_votes total_hive_reward } lang title tags permlink created_at body } } } } } ``` --- <div class="text-justify"> #### About the SPK Network: >The SPK Network is a decentralized Web 3.0 protocol that rewards value creators and infrastructure providers appropriately and autonomously by distributing reward tokens so that every user, creator, and platform can earn rewards on a level playing field. - Check out the SPK Network Light Paper: https://peakd.com/hive/@spknetwork/spk-network-light-paper - Our Website: https://spk.network/ - Telegram Group: https://t.me/spknetwork - Discord Server: https://discord.gg/JbhQ7dREsP - SPK Network Linktree: https://linktr.ee/spknetwork ---  ### <center>Important Links:</center> ||| |:-:|:-:| |[3Speak Linktree](https://linktr.ee/3speak)|[SPK Network Linktree](https://linktr.ee/spknetwork)| | | | | | |-|-|-|-| |[3Speak.tv](https://3speak.tv)| [3Speak Twitter](https://twitter.com/3speakonline) | [3Speak Hive Blog](https://hive.blog/@threespeak) | [3Speak Telegram](https://t.me/threespeak) | | [3Speak in Spanish](https://peakd.com/@threespeak-es/posts) | [Download Android App](https://play.google.com/store/apps/details?id=tv.threespeak.app) | [Download iOS App](https://apps.apple.com/us/app/3speak/id1614771373) | [Download Desktop App](https://github.com/spknetwork/3Speak-app/releases) | [Join 3Speak Discord](https://discord.gg/NSFS2VGj83) | [Setup Encoder Node](https://ecency.com/hive-181335/@sagarkothari88/retfajht) | [Vote for SPK Network Proposal](https://peakd.com/hive-112019/@spknetwork/spk-network-funding-proposal-rhnv7e) | [Badge Recipients](https://peakd.com/b/badge-181335/recipients) | ||| |:-:|:-:| [](https://apps.apple.com/us/app/3speak/id1614771373) | [](https://play.google.com/store/apps/details?id=tv.threespeak.app)| ### <center>[Vote for 3Speak as Witness](https://vote.hive.uno/@threespeak) - [](https://hivesigner.com/sign/account-witness-vote?witness=threespeak&approve=1)</center> ### <center>[Vote for Sagarkothari88 as Witness](https://vote.hive.uno/@sagarkothari88) - [](https://hivesigner.com/sign/account-witness-vote?witness=sagarkothari88&approve=1)</center> </div> --- ▶️ [3Speak](https://3speak.tv/watch?v=spknetwork/lgnldgjo)
author | spknetwork | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | lgnldgjo | ||||||||||||||||||||||||
category | hive-112019 | ||||||||||||||||||||||||
json_metadata | "{"tags":["graphql","spknetwork","3speak","threespeak","leofinance","video","ctp","development","unionidexer"],"app":"3speak/0.3.0","type":"3speak/video","image":["https://ipfs-3speak.b-cdn.net/ipfs/bafybeiater5hn7vlmbzwcijbg4ro6l5vaexurmsayoomssdgwch665phke"],"video":{"info":{"platform":"3speak","title":"SPK Network - Using GraphQL for 3Speak Mobile App","author":"spknetwork","permlink":"lgnldgjo","duration":791.566667,"filesize":202330012,"file":"ipfs://bafybeidbh3fhye2kvuhcmb4fpnjyu2ybqmqvsjrddxnrk2f6p4hqfsp6me","lang":"en","firstUpload":false,"ipfs":null,"ipfsThumbnail":null,"video_v2":"ipfs://QmaZ3Ps8KkqgETgJBq2ZfpvNnwXspAcu8H8FyinMsBh2qP/manifest.m3u8","sourceMap":[{"type":"video","url":"ipfs://QmaZ3Ps8KkqgETgJBq2ZfpvNnwXspAcu8H8FyinMsBh2qP/manifest.m3u8","format":"m3u8"},{"type":"thumbnail","url":"ipfs://bafybeiater5hn7vlmbzwcijbg4ro6l5vaexurmsayoomssdgwch665phke"}]},"content":{"description":"<center>\r\n\r\n\r\n\r\n</center>\r\n\r\n---\r\n\r\n<div class=\"text-justify\">\r\n\r\n**Hey everyone!**\r\n\r\nWith this 3Speak Video & Hive post, @sagarkothari88 illustrates how to use GraphQL Queries based on Union Indexer.\r\n\r\n## SPK Network is always Open-source:\r\n\r\n- Mobile app source code\r\n - https://github.com/spknetwork/Android-app\r\n- Legacy / Current website\r\n - https://github.com/spknetwork/3speak-legacy-frontend\r\n- Legacy / Current creator studio\r\n - https://github.com/spknetwork/3speak-legacy-studio\r\n- Union Indexer\r\n - https://github.com/spknetwork/union-indexer-node\r\n\r\n \r\n## [What is GraphQL?](https://graphql.org/)\r\n\r\n- GraphQL is a query language for APIs and a runtime for fulfilling those queries with existing data\r\n- GraphQL provides an interactive way of building the queries & play around them.\r\n- You can select the attributes/fields/properties of your choice for the response.\r\n\r\n## Why is GraphQL now on Mobile App?\r\n\r\n- The mobile app shows different feeds but is not sorted as per the curation amount.\r\n- For each video, payout info, votes, etc., values are fetched, over & over, when displayed on the screen.\r\n- This consumes internet bandwidth & you may want to avoid it if you are on mobile data.\r\n- There are other issues with the existing feed.\r\n- Feed needs to be updated.\r\n- With GraphQL, we can fix these issues & have needed data in a single request.\r\n- @sagarkothari88 is now implementing GraphQL-based feeds on 3Speak-Mobile application.\r\n\r\n## How to use GraphQL?\r\n\r\n- Please view the video to understand in detail with a live demo.\r\n- Open this link - https://union.us-02.infra.3speak.tv/api/v2/graphql\r\n- Select the feed of your choice.\r\n - Social Feed\r\n - Trending Feed\r\n\r\n\r\n \r\n- Select attributes that you need for your User Interface\r\n\r\n\r\n \r\n- Do not forget to apply this filter if you only want the data for Videos.\r\n\r\n\r\n \r\n- Hit the run button.\r\n\r\n\r\n\r\n\r\n## Ready-made GraphQL Queries for you\r\n\r\n### Trending feed\r\n\r\n```\r\nquery MyQuery {\r\n trendingFeed(spkvideo: {only: true}) {\r\n items {\r\n ... on HivePost {\r\n spkvideo\r\n stats {\r\n num_comments\r\n num_votes\r\n total_hive_reward\r\n }\r\n lang\r\n title\r\n tags\r\n permlink\r\n created_at\r\n body\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\n### New Videos Feed\r\n\r\n```\r\nquery MyQuery {\r\n socialFeed(spkvideo: {only: true}) {\r\n items {\r\n ... on HivePost {\r\n spkvideo\r\n stats {\r\n num_comments\r\n num_votes\r\n total_hive_reward\r\n }\r\n lang\r\n title\r\n tags\r\n permlink\r\n created_at\r\n body\r\n }\r\n }\r\n}\r\n```\r\n\r\n### First Uploads Feed\r\n\r\n```\r\nquery MyQuery {\r\n socialFeed(spkvideo: {only: true, firstUpload: true}) {\r\n items {\r\n ... on HivePost {\r\n spkvideo\r\n stats {\r\n num_comments\r\n num_votes\r\n total_hive_reward\r\n }\r\n lang\r\n title\r\n tags\r\n permlink\r\n created_at\r\n body\r\n }\r\n }\r\n}\r\n```\r\n\r\n### Related Videos\r\n\r\n```\r\nquery MyQuery {\r\n relatedFeed(permlink: \"sdltslwo\", author: \"leofinance\") {\r\n items {\r\n ... on HivePost {\r\n spkvideo\r\n stats {\r\n num_comments\r\n num_votes\r\n total_hive_reward\r\n }\r\n lang\r\n title\r\n tags\r\n permlink\r\n created_at\r\n body\r\n \t}\r\n }\r\n }\r\n}\r\n```\r\n\r\n### My Published Videos\r\n\r\n```\r\nquery MyQuery {\r\n socialFeed(\r\n spkvideo: {only: true}\r\n feedOptions: {byCreator: {_eq: \"sagarkothari88\"}}\r\n ) {\r\n items {\r\n ... on HivePost {\r\n body\r\n title\r\n tags\r\n stats {\r\n num_comments\r\n num_votes\r\n total_hive_reward\r\n }\r\n spkvideo\r\n permlink\r\n lang\r\n community\r\n created_at\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\n### 3Shorts\r\n \r\n```\r\nquery MyQuery {\r\n socialFeed(\r\n spkvideo: {only: true, isShort: true}\r\n ) {\r\n items {\r\n ... on HivePost {\r\n body\r\n title\r\n tags\r\n stats {\r\n num_comments\r\n num_votes\r\n total_hive_reward\r\n }\r\n spkvideo\r\n permlink\r\n lang\r\n community\r\n created_at\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\n### Leaderboard\r\n\r\n*Coming soon.*\r\n\r\n### Community Details\r\n\r\n```\r\nquery MyQuery {\r\n community(id: \"hive-181335\") {\r\n title\r\n about\r\n created_at\r\n images {\r\n avatar\r\n cover\r\n }\r\n roles {\r\n role\r\n title\r\n username\r\n }\r\n subscribers\r\n }\r\n}\r\n```\r\n\r\n### Videos from a community\r\n\r\n```\r\nquery MyQuery {\r\n community(id: \"hive-181335\") {\r\n title\r\n about\r\n created_at\r\n images {\r\n avatar\r\n cover\r\n }\r\n roles {\r\n role\r\n title\r\n username\r\n }\r\n subscribers\r\n trendingFeed {\r\n items {\r\n ... on HivePost {\r\n spkvideo\r\n stats {\r\n num_comments\r\n num_votes\r\n total_hive_reward\r\n }\r\n lang\r\n title\r\n tags\r\n permlink\r\n created_at\r\n body\r\n }\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\n---\r\n\r\n<div class=\"text-justify\">\r\n\r\n#### About the SPK Network:\r\n\r\n>The SPK Network is a decentralized Web 3.0 protocol that rewards value creators and infrastructure providers appropriately and autonomously by distributing reward tokens so that every user, creator, and platform can earn rewards on a level playing field.\r\n\r\n- Check out the SPK Network Light Paper: https://peakd.com/hive/@spknetwork/spk-network-light-paper\r\n\r\n- Our Website: https://spk.network/\r\n\r\n- Telegram Group: https://t.me/spknetwork\r\n\r\n- Discord Server: https://discord.gg/JbhQ7dREsP\r\n\r\n- SPK Network Linktree: https://linktr.ee/spknetwork\r\n\r\n---\r\n \r\n \r\n \r\n### <center>Important Links:</center>\r\n\r\n|||\r\n|:-:|:-:|\r\n|[3Speak Linktree](https://linktr.ee/3speak)|[SPK Network Linktree](https://linktr.ee/spknetwork)|\r\n\r\n| | | | |\r\n|-|-|-|-|\r\n|[3Speak.tv](https://3speak.tv)| [3Speak Twitter](https://twitter.com/3speakonline) | [3Speak Hive Blog](https://hive.blog/@threespeak) | [3Speak Telegram](https://t.me/threespeak) |\r\n| [3Speak in Spanish](https://peakd.com/@threespeak-es/posts) | [Download Android App](https://play.google.com/store/apps/details?id=tv.threespeak.app) | [Download iOS App](https://apps.apple.com/us/app/3speak/id1614771373) | [Download Desktop App](https://github.com/spknetwork/3Speak-app/releases)\r\n| [Join 3Speak Discord](https://discord.gg/NSFS2VGj83) | [Setup Encoder Node](https://ecency.com/hive-181335/@sagarkothari88/retfajht) | [Vote for SPK Network Proposal](https://peakd.com/hive-112019/@spknetwork/spk-network-funding-proposal-rhnv7e) | [Badge Recipients](https://peakd.com/b/badge-181335/recipients) |\r\n\r\n|||\r\n|:-:|:-:|\r\n[](https://apps.apple.com/us/app/3speak/id1614771373) | [](https://play.google.com/store/apps/details?id=tv.threespeak.app)|\r\n \r\n### <center>[Vote for 3Speak as Witness](https://vote.hive.uno/@threespeak) - [](https://hivesigner.com/sign/account-witness-vote?witness=threespeak&approve=1)</center>\r\n \r\n### <center>[Vote for Sagarkothari88 as Witness](https://vote.hive.uno/@sagarkothari88) - [](https://hivesigner.com/sign/account-witness-vote?witness=sagarkothari88&approve=1)</center>\r\n \r\n</div>","tags":["graphql","spknetwork","3speak","threespeak","leofinance","video","ctp","development","unionidexer"]}}}" | ||||||||||||||||||||||||
created | 2023-07-26 20:19:06 | ||||||||||||||||||||||||
last_update | 2023-07-26 20:19:06 | ||||||||||||||||||||||||
depth | 0 | ||||||||||||||||||||||||
children | 20 | ||||||||||||||||||||||||
last_payout | 2023-08-02 20:19:06 | ||||||||||||||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||||||||||||||
total_payout_value | 0.000 HBD | ||||||||||||||||||||||||
curator_payout_value | 53.890 HBD | ||||||||||||||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||||||||||||||
promoted | 0.000 HBD | ||||||||||||||||||||||||
body_length | 8,984 | ||||||||||||||||||||||||
author_reputation | 348,970,601,774,222 | ||||||||||||||||||||||||
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" | ||||||||||||||||||||||||
beneficiaries |
| ||||||||||||||||||||||||
max_accepted_payout | 100,000.000 HBD | ||||||||||||||||||||||||
percent_hbd | 10,000 | ||||||||||||||||||||||||
post_id | 125,671,397 | ||||||||||||||||||||||||
net_rshares | 221,353,564,036,931 | ||||||||||||||||||||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
leprechaun | 0 | 2,393,753,824 | 25% | ||
kennyskitchen | 0 | 11,500,936,823 | 28% | ||
gtg | 0 | 3,753,757,032,772 | 10% | ||
gerber | 0 | 99,060,590,983 | 26% | ||
daan | 0 | 55,913,695,186 | 8% | ||
ezzy | 0 | 4,126,605,920 | 26% | ||
ausbitbank | 0 | 289,595,806,934 | 11.2% | ||
dwinblood | 0 | 3,134,349,934 | 40% | ||
ubg | 0 | 189,936,129,557 | 100% | ||
heimindanger | 0 | -39,667,649,994 | -100% | ||
exyle | 0 | 231,713,009,856 | 26% | ||
ace108 | 0 | 366,532,780,676 | 11% | ||
psygambler | 0 | 8,650,283,507 | 50% | ||
jphamer1 | 0 | 5,053,009,222,279 | 100% | ||
borran | 0 | 1,029,287,234,440 | 96% | ||
theb0red1 | 0 | 68,358,608,855 | 20% | ||
stevescoins | 0 | 1,410,140,430 | 14% | ||
jlufer | 0 | 8,320,535,172 | 100% | ||
penguinpablo | 0 | 203,457,489,914 | 14% | ||
richardcrill | 0 | 26,126,454,584 | 50% | ||
wakeupnd | 0 | 107,392,294,472 | 50% | ||
tftproject | 0 | 716,986,435 | 4.2% | ||
dbroze | 0 | 3,887,520,736 | 28% | ||
jimbobbill | 0 | 2,246,226,172 | 15% | ||
canadian-coconut | 0 | 3,911,400,490,794 | 25% | ||
titusfrost | 0 | 20,558,410,502 | 100% | ||
seckorama | 0 | 163,597,206,356 | 51% | ||
funnyman | 0 | 1,351,720,511 | 5.6% | ||
jang | 0 | 114,298,605,717 | 100% | ||
ssekulji | 0 | 26,839,894,829 | 100% | ||
ura-soul | 0 | 21,103,302,325 | 14% | ||
techslut | 0 | 30,186,439,042 | 5% | ||
igormuba | 0 | 23,062,286,814 | 100% | ||
justinw | 0 | 15,493,911,214 | 3.3% | ||
v4vapid | 0 | 5,393,947,735,814 | 33% | ||
sudutpandang | 0 | 1,243,508,080 | 100% | ||
yuslindwi | 0 | 1,457,862,503 | 50% | ||
teammo | 0 | 327,826,924,677 | 100% | ||
bloghound | 0 | 6,373,549,730 | 20% | ||
diggndeeper.com | 0 | 6,779,540,102,441 | 100% | ||
trafalgar | 0 | 21,905,511,684,047 | 47% | ||
itinerantph | 0 | 565,596,052 | 23.5% | ||
lordneroo | 0 | 9,712,813,247 | 100% | ||
freebornsociety | 0 | 5,097,545,885 | 10% | ||
raindrop | 0 | 339,338,303,280 | 47% | ||
passion-fruit | 0 | 8,775,204,052 | 92% | ||
fortune-master | 0 | 8,389,995,414 | 92% | ||
tamaralovelace | 0 | 73,339,893,777 | 100% | ||
frankydoodle | 0 | 905,113,800 | 7% | ||
mes | 0 | 422,004,137,221 | 100% | ||
drag33 | 0 | 45,988,410,870 | 100% | ||
nrg | 0 | 288,886,567,032 | 100% | ||
newsflash | 0 | 281,580,370,025 | 8.25% | ||
stevelivingston | 0 | 260,951,849,269 | 100% | ||
masterthematrix | 0 | 12,996,657,553 | 100% | ||
anacristinasilva | 0 | 21,098,473,690 | 50% | ||
alphacore | 0 | 7,187,462,472 | 7.12% | ||
chinito | 0 | 23,380,366,594 | 100% | ||
truthforce | 0 | 1,963,260,898 | 28% | ||
ricko66 | 0 | 1,924,851,660 | 100% | ||
paasz | 0 | 5,387,120,676 | 100% | ||
diegoameerali | 0 | 8,340,615,113 | 30% | ||
shitsignals | 0 | 4,608,751,282 | 26% | ||
hairyfairy | 0 | 1,608,268,389 | 2.5% | ||
stayoutoftherz | 0 | 2,635,251,876,832 | 25% | ||
isabelpena | 0 | 2,671,937,597 | 100% | ||
pocketrocket | 0 | 18,876,307,975 | 100% | ||
jeanlucsr | 0 | 5,926,753,415 | 10% | ||
ahlawat | 0 | 13,909,872,376 | 24.7% | ||
felander | 0 | 125,501,876,415 | 26% | ||
santigs | 0 | 266,183,324,904 | 49% | ||
floatinglin | 0 | 6,152,439,530 | 100% | ||
nameless16 | 0 | 3,755,869,028 | 25% | ||
cconn | 0 | 10,813,760,870 | 100% | ||
fqc | 0 | 1,071,266,055 | 100% | ||
tomwafula | 0 | 3,457,860,526 | 100% | ||
article61 | 0 | 45,259,963,734 | 100% | ||
suffragator | 0 | 3,212,307,131 | 100% | ||
overunitydotcom | 0 | 19,278,554,930 | 100% | ||
insanityisfree | 0 | 519,212,287 | 28% | ||
risemultiversity | 0 | 2,011,040,181 | 14% | ||
gypsyfortune | 0 | 4,168,129,465 | 100% | ||
liverpool-fan | 0 | 10,691,624,000 | 50% | ||
arabisouri | 0 | 93,839,032,620 | 100% | ||
traciyork | 0 | 901,184,086,370 | 55% | ||
informationwar | 0 | 143,816,385,854 | 28% | ||
travoved | 0 | 10,942,991,061 | 100% | ||
traf | 0 | 1,840,419,983,749 | 47% | ||
elderson | 0 | 9,312,341,553 | 12.5% | ||
cahlen | 0 | 43,060,681,595 | 99% | ||
spiritabsolute | 0 | 34,264,831,860 | 100% | ||
dmwh | 0 | 37,547,287,668 | 14% | ||
wiseagent | 0 | 108,278,404,777 | 10% | ||
cryptonized | 0 | 12,532,553,199 | 14% | ||
fourfourfun | 0 | 8,677,427,507 | 27.5% | ||
phortun | 0 | 259,008,576,529 | 25% | ||
daltono | 0 | 455,954,871,729 | 25% | ||
awuahbenjamin | 0 | 6,358,428,471 | 100% | ||
criptomaster | 0 | 4,100,585,986 | 100% | ||
empress-eremmy | 0 | 10,382,060,190 | 14% | ||
a-quarius | 0 | 85,815,069,897 | 50% | ||
essejparr | 0 | 81,061,925,182 | 100% | ||
unconditionalove | 0 | 3,415,336,545 | 13% | ||
operahoser | 0 | 10,813,095,345 | 100% | ||
minerspost | 0 | 2,258,775,642 | 50% | ||
tomhall | 0 | 29,211,825,911 | 100% | ||
eddiespino | 0 | 3,084,234,920,482 | 100% | ||
saltycat | 0 | 7,109,027,322 | 100% | ||
rubelynmacion | 0 | 22,022,779,459 | 100% | ||
melyrigo | 0 | 1,666,188,653 | 25% | ||
darkpylon | 0 | 4,243,560,935 | 100% | ||
onlavu | 0 | 31,650,786,148 | 25% | ||
cst90 | 0 | 306,261,461,338 | 100% | ||
lisfabian | 0 | 12,345,827,654 | 50% | ||
grisvisa | 0 | 22,792,343,794 | 75% | ||
bestboom | 0 | 3,687,695,092 | 26% | ||
louis88 | 0 | 496,352,998,354 | 20% | ||
reversehitler88 | 0 | 13,882,883,930 | 100% | ||
dera123 | 0 | 170,570,979,511 | 100% | ||
franciscopr | 0 | 17,942,161,695 | 100% | ||
gadrian | 0 | 201,112,973,356 | 30% | ||
memepress | 0 | 1,740,938,272 | 50% | ||
elsll | 0 | 1,046,064,893 | 30% | ||
adalbertodrums | 0 | 645,184,538 | 50% | ||
roinv | 0 | 570,156,542 | 15% | ||
kgakakillerg | 0 | 18,579,809,155 | 10% | ||
steemexperience | 0 | 69,349,849,463 | 50% | ||
el-dee-are-es | 0 | 6,335,766,636 | 10% | ||
beco132 | 0 | 15,912,920,396 | 100% | ||
quorum4 | 0 | 499,582,157 | 100% | ||
fw206 | 0 | 330,716,870,763 | 5.6% | ||
techcoderx | 0 | 76,213,161,058 | 100% | ||
pladozero | 0 | 33,120,883,375 | 10% | ||
nateaguila | 0 | 227,595,704,896 | 8% | ||
alfrednoyed | 0 | 5,479,041,662 | 100% | ||
minotaurototal | 0 | 1,353,996,406 | 100% | ||
destroyer33 | 0 | 569,132,027 | 100% | ||
commonlaw | 0 | 5,270,592,294 | 35% | ||
kstop1 | 0 | 14,184,859,463 | 100% | ||
mike961 | 0 | 5,687,060,030 | 30% | ||
digital.mine | 0 | 56,414,167,382 | 60% | ||
haccolong | 0 | 649,340,720 | 7% | ||
newsnownorthwest | 0 | 480,933,162 | 4.2% | ||
raybull | 0 | 1,496,329,677 | 100% | ||
steemian258 | 0 | 6,325,723,934 | 50% | ||
zaibkang | 0 | 26,242,040,370 | 100% | ||
steinz | 0 | 607,081,112 | 50% | ||
bigbos99 | 0 | 585,468,028 | 100% | ||
aljif7 | 0 | 49,697,091,821 | 52.5% | ||
smartvote | 0 | 69,757,382,836 | 2.9% | ||
yahenyblanco | 0 | 613,036,288 | 30% | ||
hoaithu | 0 | 1,896,385,556 | 5.95% | ||
aconsciousness | 0 | 2,382,374,564 | 95% | ||
deepdives | 0 | 138,780,048,469 | 28% | ||
dlike | 0 | 80,288,932,577 | 26% | ||
anhvu | 0 | 1,239,538,009 | 5.6% | ||
bobby.madagascar | 0 | 1,501,915,934 | 13% | ||
reetuahlawat | 0 | 2,367,702,570 | 100% | ||
fuerza-hispana | 0 | 4,440,347,269 | 100% | ||
thevil | 0 | 1,054,838,170,740 | 100% | ||
riskneutral | 0 | 3,204,491,206 | 28% | ||
thrasher666 | 0 | 2,482,931,472 | 60% | ||
vasigo | 0 | 16,233,467,837 | 100% | ||
nonsowrites | 0 | 10,275,991,044 | 35% | ||
theycallmedan | 0 | 72,285,211,474,608 | 100% | ||
cakemonster | 0 | 8,921,631,874 | 13% | ||
hiddendragon | 0 | 1,679,599,301 | 100% | ||
coffeebuds | 0 | 15,499,394,917 | 50% | ||
jacuzzi | 0 | 3,258,704,405 | 1.4% | ||
primeradue | 0 | 544,085,391 | 33% | ||
determine | 0 | 1,578,700,065 | 26% | ||
permaculturedude | 0 | 844,774,517 | 26% | ||
elikast | 0 | 44,818,638,414 | 100% | ||
apokruphos | 0 | 11,786,735,176 | 2% | ||
smonkstop1 | 0 | 3,300,096,998 | 100% | ||
creacioneslelys | 0 | 33,338,544,253 | 100% | ||
hungrybear | 0 | 612,915,839 | 14% | ||
haikusailor | 0 | 513,499,926 | 26% | ||
hungryharish | 0 | 1,547,569,527 | 6.5% | ||
russia-btc | 0 | 1,076,373,304,291 | 91% | ||
maxsieg | 0 | 4,006,553,082 | 28% | ||
photographercr | 0 | 22,353,629,937 | 9.4% | ||
threespeak | 0 | 42,428,590,347,625 | 100% | ||
deeanndmathews | 0 | 24,821,774,009 | 100% | ||
lumencula | 0 | 581,271,852 | 100% | ||
clownworld | 0 | 1,262,427,427 | 14% | ||
steemindian | 0 | 517,541,679 | 13% | ||
kgswallet | 0 | 675,571,832 | 13% | ||
lrekt01 | 0 | 3,820,737,385 | 65% | ||
triplea.bot | 0 | 5,544,465,721 | 26% | ||
steem.leo | 0 | 25,859,896,007 | 26% | ||
farm1 | 0 | 694,792,149,161 | 100% | ||
wrestlingdesires | 0 | 126,455,730,114 | 100% | ||
wongbraling | 0 | 592,241,583 | 100% | ||
one.life | 0 | 482,675,914 | 25.94% | ||
lividseagulls | 0 | 524,873,934 | 18.19% | ||
oratione | 0 | 888,976,502 | 100% | ||
holybread | 0 | 277,347,248,536 | 100% | ||
tatiana21 | 0 | 363,382,064 | 100% | ||
invest2learn | 0 | 657,196,395 | 26% | ||
hope.venezuela | 0 | 7,035,563,814 | 100% | ||
ribary | 0 | 9,524,673,173 | 13% | ||
inigo-montoya-jr | 0 | 653,063,557 | 23.8% | ||
sharkthelion | 0 | 3,839,645,048 | 25% | ||
kgsupport | 0 | 1,121,870,384 | 23.5% | ||
atma.love | 0 | 35,932,041,971 | 5.6% | ||
mice-k | 0 | 2,345,101,522 | 26% | ||
julesquirin | 0 | 2,989,002,642 | 9.4% | ||
dpend.active | 0 | 1,932,142,500 | 5.2% | ||
softworld | 0 | 207,981,474,120 | 49% | ||
xrthur90 | 0 | 1,949,288,782 | 100% | ||
dcityrewards | 0 | 649,213,366,966 | 26% | ||
sketching | 0 | 1,647,185,401 | 13% | ||
threespeak-es | 0 | 43,910,798,161 | 70% | ||
quantumg | 0 | 192,576,840,337 | 100% | ||
angellopez13 | 0 | 3,374,386,633 | 100% | ||
mituabida | 0 | 708,046,917 | 100% | ||
danishcrypto | 0 | 2,553,607,211 | 40% | ||
patronpass | 0 | 6,854,768,721 | 100% | ||
plusvault | 0 | 2,538,481,894 | 100% | ||
olaunlimited | 0 | 17,317,853,895 | 21.15% | ||
stickupboys | 0 | 48,652,691,067 | 46% | ||
sunitahive | 0 | 25,678,162,811 | 100% | ||
arrrds | 0 | 1,185,072,262 | 50% | ||
fotobrina | 0 | 2,837,018,300 | 50% | ||
simplymeekarts | 0 | 16,290,013,925 | 100% | ||
kattycrochet | 0 | 31,759,844,512 | 23.5% | ||
dalz.shorts | 0 | 886,189,387 | 50% | ||
hivechat | 0 | 1,369,396,879 | 13% | ||
gr33nm4ster | 0 | 73,486,433,657 | 100% | ||
guitarmcy | 0 | 8,448,008,893 | 50% | ||
ctpx | 0 | 980,596,440 | 20% | ||
trostparadox | 0 | 3,963,716,443,605 | 100% | ||
sofs-su | 0 | 63,073,068,155 | 40.1% | ||
ktest1 | 0 | 7,566,004 | 100% | ||
davidcrosscr | 0 | 9,111,944,732 | 100% | ||
firinmahlazer | 0 | 488,436,632 | 100% | ||
xyba | 0 | 45,876,743,052 | 100% | ||
zdigital222 | 0 | 591,160,254 | 100% | ||
lioz3018 | 0 | 505,236,085 | 50% | ||
proofofbrainio | 0 | 40,579,715,098 | 50% | ||
wend1go | 0 | 32,432,352,938 | 100% | ||
melcaya | 0 | 85,311,605,862 | 100% | ||
maxelitereturned | 0 | 1,264,944,157 | 50% | ||
estheffcr | 0 | 6,592,234,746 | 100% | ||
threedotz | 0 | 3,404,437,003 | 80% | ||
stickupmusic | 0 | 644,877,981 | 46% | ||
konchix | 0 | 3,002,934,463 | 100% | ||
spknetwork | 0 | 2,735,672,956 | 100% | ||
hjrrodriguez | 0 | 4,297,448,831 | 100% | ||
bellou61 | 0 | 749,824,739 | 46% | ||
rqr4 | 0 | 18,461,927,693 | 69.41% | ||
shanhenry | 0 | 2,790,867,598 | 100% | ||
lordb | 0 | 21,524,364,822 | 100% | ||
dubble | 0 | 48,918,965,621 | 100% | ||
cowboyzlegend27 | 0 | 14,047,032,838 | 100% | ||
hankanon | 0 | 52,683,802,988 | 100% | ||
delver | 0 | 12,451,683,966 | 28% | ||
pishio | 0 | 560,319,442,540 | 10% | ||
kncryptogames3 | 0 | 2,178,765,291 | 100% | ||
olympicdragon | 0 | 119,465,753 | 100% | ||
iamleicester | 0 | 522,329,354 | 80% | ||
curvymosquito83 | 0 | 3,746,149,028 | 100% | ||
eddie-3speak | 0 | 2,053,941,848 | 100% | ||
cryptoaldea | 0 | 3,384,758,228 | 100% | ||
tydynrain | 0 | 7,606,852,885 | 10% | ||
leodis | 0 | 585,367,910 | 22.1% | ||
ga38jem | 0 | 98,803,242,403 | 100% | ||
ssebasv | 0 | 1,148,526,958 | 100% | ||
violator101 | 0 | 67,340,721,255 | 100% | ||
eddieespino | 0 | 84,688,119 | 100% | ||
hotspotitaly | 0 | 41,549,715,834 | 100% | ||
privatblog | 0 | 905,400,610,609 | 100% | ||
rakhmen | 0 | 635,888,476 | 23% | ||
trostparadox.vyb | 0 | 921,390,733 | 50% | ||
vyb.pob | 0 | 1,959,671,449 | 50% | ||
manuphotos | 0 | 1,490,253,555 | 50% | ||
listnerds | 0 | 34,475,561,262 | 20% | ||
miguelgonzalezms | 0 | 504,209,622 | 25% | ||
saboin.pob | 0 | 277,571,870 | 50% | ||
reenave | 0 | 3,017,820,152 | 64% | ||
vyb.curation | 0 | 1,110,685,895 | 50% | ||
sagarkothari88 | 0 | 1,206,208,153,785 | 100% | ||
manuelernestogr | 0 | 1,427,253,005 | 50% | ||
apoklipsix | 0 | 2,642,308,034 | 50% | ||
osmy91 | 0 | 2,418,144,007 | 50% | ||
zuun.net | 0 | 5,317,142,557 | 34% | ||
killerwot | 0 | 99,435,685,413 | 75% | ||
karelnt | 0 | 1,771,745,078 | 50% | ||
investinfreedom | 0 | 17,142,307,420 | 28% | ||
henrietta27 | 0 | 4,233,759,040 | 50% | ||
abelfotografia | 0 | 6,494,707,009 | 7.5% | ||
ditoferrer | 0 | 1,146,632,408 | 25% | ||
friendmoose.pob | 0 | 483,041,164 | 100% | ||
cryptocubangirl | 0 | 648,839,640 | 25% | ||
hivecuba | 0 | 747,522,069,163 | 50% | ||
demoad | 0 | 2,180,388,565 | 25% | ||
fabiodc | 0 | 489,230,896 | 40% | ||
nony | 0 | 789,308,678 | 25% | ||
dollayah | 0 | 522,568,186 | 19.97% | ||
tecnologyfan1 | 0 | 2,961,525,252 | 50% | ||
valorbeats | 0 | 7,841,836,173 | 100% | ||
androliuben | 0 | 4,822,843,027 | 100% | ||
mdasein | 0 | 8,659,908,484 | 100% | ||
resonator | 0 | 9,390,647,344,671 | 28% | ||
caelum1infernum | 0 | 1,810,228,213 | 20% | ||
crazygirl777 | 0 | 5,814,626,436 | 50% | ||
franzpaulie | 0 | 39,455,960,871 | 100% | ||
quantumgee | 0 | 7,914,261,417 | 100% | ||
pumarte | 0 | 6,524,588,034 | 50% | ||
samuelstifen | 0 | 1,503,309,388 | 100% | ||
lordshah | 0 | 22,052,025,290 | 69.41% | ||
davicoscz | 0 | 928,275,988 | 100% | ||
tzae | 0 | 1,730,525,728 | 100% | ||
ctptips | 0 | 1,827,274,654 | 15% | ||
the13anarchist | 0 | 1,049,615,455 | 6.25% | ||
brutus22 | 0 | 14,104,601,099 | 100% | ||
mowgl1ph | 0 | 576,484,759 | 25% | ||
jotagq | 0 | 130,666,480 | 100% | ||
cttpodcast | 0 | 62,209,856,960 | 100% | ||
farideh.shahedi | 0 | 30,653,898,473 | 100% | ||
kumagaro | 0 | 817,971,000 | 50% | ||
naniplayergamer | 0 | 17,481,034,816 | 100% | ||
queercoin | 0 | 78,392,337,962 | 100% | ||
artefactoestudio | 0 | 1,210,838,602 | 47% | ||
mitchcabz | 0 | 1,845,830,203 | 100% | ||
mariolisrnaranjo | 0 | 859,014,315 | 25% | ||
gornat | 0 | 852,442,525 | 50% | ||
hive-122727 | 0 | 1,752,583,779 | 100% | ||
tuxtify | 0 | 746,320,614 | 100% | ||
jesusdiaz880924 | 0 | 819,226,534 | 25% | ||
adailsm | 0 | 1,707,710,227 | 50% | ||
threespeakvoter | 0 | 17,221,667,017,122 | 100% | ||
dhedge.leo | 0 | 741,912,846 | 20.34% | ||
omegaraptor | 0 | 58,930,678,701 | 100% | ||
ksjegw | 0 | 344,623,215 | 100% | ||
ylaffittep | 0 | 5,571,467,306 | 100% | ||
ferguis-ve | 0 | 6,649,736,561 | 100% | ||
denisda | 0 | 10,857,352,434 | 50% | ||
blueisa | 0 | 1,195,252,162 | 100% | ||
diodao | 0 | 968,489,426 | 2.21% | ||
chidistickz | 0 | 2,567,645,065 | 50% | ||
cryptomorfosis | 0 | 143,980,891 | 100% | ||
rey01v | 0 | 174,554,694 | 100% | ||
thorkellnft | 0 | 1,483,010,088 | 100% | ||
foodchunk | 0 | 172,805,290,901 | 50% | ||
jt15822 | 0 | 56,079,595,611 | 100% | ||
thehivemobileapp | 0 | 500,083,254,795 | 100% | ||
dhedge.bonus | 0 | 8,680,189,537 | 9.34% | ||
chainableit | 0 | 658,832,074 | 100% | ||
wallay | 0 | 3,778,610,976 | 78.91% | ||
dilanbrad | 0 | 2,727,545,337 | 100% | ||
scamforest | 0 | 46,316,840,216 | 100% | ||
nft-gallery | 0 | 1,084,810,916 | 69% | ||
joyce152218 | 0 | 26,458,697 | 14% | ||
dhedge.ctp | 0 | 43,680,368 | 24.34% | ||
d-guardian | 0 | 901,834,043 | 25% | ||
samuraiscam | 0 | 504,104,827,200 | 100% | ||
alghosty | 0 | 1,143,704,018 | 100% | ||
aries12 | 0 | 767,931,004 | 100% | ||
medemr | 0 | 4,056,792,750 | 100% | ||
marianosdeath | 0 | 156,567,347 | 100% | ||
cwow3 | 0 | 53,024,489,331 | 100% | ||
arasanit | 0 | 0 | 100% | ||
memesvariados | 0 | 0 | 75% |
<center></center><br><br>This post has been selected for upvote from our token accounts by @seckorama! Based on your tags you received upvotes from the following account(s):<br> <br>- @dhedge.bonus<br>- @dhedge.leo<br>- @dhedge.ctp<br><br>@seckorama has 9 vote calls left today.<br><br>Hold 10 or more DHEDGE to unlock daily dividends and gain access to upvote rounds on your posts from @dhedge. Hold 100 or more DHEDGE to unlock thread votes. Calling in our curation accounts currently has a minimum holding requirement of 100 DHEDGE. The more DHEDGE you hold, the higher upvote you can call in. [Buy DHEDGE on Tribaldex](https://tribaldex.com/trade/DHEDGE) or earn some daily by joining one of our many delegation pools at [app.dhedge.cc](https://app.dhedge.cc).
author | dhedge |
---|---|
permlink | re-lgnldgjo-20230726t203132z |
category | hive-112019 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2023-07-26 20:31:33 |
last_update | 2023-07-26 20:31:33 |
depth | 1 |
children | 0 |
last_payout | 2023-08-02 20:31:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 829 |
author_reputation | 5,003,962,900,629 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,671,662 |
net_rshares | 26,342,106,770 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aljif7 | 0 | 26,342,106,770 | 27.7% |
This may be an ignorant question but how does SPK benefit Hive? I believe I've asked before, so forgive me.
author | kryptik |
---|---|
permlink | re-spknetwork-ryfqr9 |
category | hive-112019 |
json_metadata | {"tags":["hive-112019"],"app":"peakd/2023.7.1"} |
created | 2023-07-27 03:23:36 |
last_update | 2023-07-27 03:23:36 |
depth | 1 |
children | 14 |
last_payout | 2023-08-03 03:23:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 38,181,454,492,763 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,679,492 |
net_rshares | 0 |
Provides peer to peer incentivised, offchain storage, content deliver networks and encoding of content as well as offchain content indexing, easy to spin up content platforms amongst other things such as community liquidity pools, wrapping hive to btc and community tokens
author | starkerz |
---|---|
permlink | ryheju |
category | hive-112019 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2023-07-28 00:55:06 |
last_update | 2023-07-28 00:55:06 |
depth | 2 |
children | 8 |
last_payout | 2023-08-04 00:55:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 272 |
author_reputation | 107,541,096,129,179 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,705,768 |
net_rshares | 0 |
When you say off-chain storage is it more focused on persistence or integrity of data? For instance, IPFS is great until no one is storing the files any longer. Is this an additional layer on top of an existing technology or is it completely novel?
author | kryptik |
---|---|
permlink | re-starkerz-rykkgi |
category | hive-112019 |
json_metadata | {"tags":["hive-112019"],"app":"peakd/2023.7.1"} |
created | 2023-07-29 17:55:33 |
last_update | 2023-07-29 17:55:33 |
depth | 3 |
children | 5 |
last_payout | 2023-08-05 17:55:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 250 |
author_reputation | 38,181,454,492,763 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,750,782 |
net_rshares | 0 |
This reminds me the following intro scene of Queen of the Dragon (in game of thrones) MISSANDEI INTRODUCING DAENERYS TARGARYEN TO JON SNOW https://youtu.be/grnHptAAUZ8?t=17 > You stand in the presence of Daenerys Stormborn of House Targaryen, rightful heir to the Iron Throne, rightful Queen of the Andals and the First Men, Protector of the Seven Kingdoms, the Mother of Dragons, the Khaleesi of the Great Grass Sea, the Unburnt, the Breaker of Chains. @neopch - Can you do a mix video of above context? It will gain a lot of traction. @neopch / @starkerz giving intro of @threespeak (in the way Missandei gave intro of Queen of Dragon)
author | sagarkothari88 |
---|---|
permlink | re-starkerz-2023728t134428417z |
category | hive-112019 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.35-vision","format":"markdown+html"} |
created | 2023-07-28 08:14:45 |
last_update | 2023-07-28 08:14:45 |
depth | 3 |
children | 1 |
last_payout | 2023-08-04 08:14:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 642 |
author_reputation | 529,750,547,622,559 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,713,094 |
net_rshares | 0 |
We are working with SPK to build the next generation of BTC, LTC, DOGE and more wrapping onto HIVE in a fully decentralzied secure and autonomous manner.
author | vsc.network |
---|---|
permlink | re-kryptik-ryiqcu |
category | hive-112019 |
json_metadata | {"tags":["hive-112019"],"app":"peakd/2023.7.1"} |
created | 2023-07-28 18:07:48 |
last_update | 2023-07-28 18:07:48 |
depth | 2 |
children | 4 |
last_payout | 2023-08-04 18:07:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 154 |
author_reputation | 198,705,748,841,916 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,724,747 |
net_rshares | 0 |
What value does VSC offer that HiveEngine could not? I have some assumptions, but I was curious about your take.
author | kryptik |
---|---|
permlink | re-vscnetwork-rykkan |
category | hive-112019 |
json_metadata | {"tags":["hive-112019"],"app":"peakd/2023.7.1"} |
created | 2023-07-29 17:52:03 |
last_update | 2023-07-29 17:52:03 |
depth | 3 |
children | 3 |
last_payout | 2023-08-05 17:52:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 38,181,454,492,763 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,750,720 |
net_rshares | 0 |
!PGM
author | mdasein |
---|---|
permlink | re-spknetwork-2023728t0025311z |
category | hive-112019 |
json_metadata | {"tags":["hive-112019","graphql","spknetwork","3speak","threespeak","leofinance","video","ctp","development","unionidexer"],"app":"ecency/3.0.42-mobile","format":"markdown+html"} |
created | 2023-07-27 16:00:24 |
last_update | 2023-07-27 16:00:24 |
depth | 1 |
children | 1 |
last_payout | 2023-08-03 16:00:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 14,966,838,221,313 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,693,519 |
net_rshares | 0 |
<center>Sent 0.1 PGM - 0.1 LVL- 1 STARBITS - 0.05 DEC - 1 SBT - 0.1 THG - 0.000001 SQM - 0.1 BUDS - 0.01 WOO - 0.005 SCRAP tokens </center> <center><sub>remaining commands 13</sub></center> **BUY AND STAKE THE PGM TO SEND A LOT OF TOKENS!** The tokens that the command sends are: 0.1 PGM-0.1 LVL-0.1 THGAMING-0.05 DEC-15 SBT-1 STARBITS-[0.00000001 BTC (SWAP.BTC) only if you have 2500 PGM in stake or more ] 5000 PGM IN STAKE = 2x rewards!  Discord [](https://discord.gg/KCvuNTEjWw) Support the curation account @ pgm-curator with a delegation [10 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhdG9yIiwidmVzdGluZ19zaGFyZXMiOiIxMCJ9XQ..) - [50 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhdG9yIiwidmVzdGluZ19zaGFyZXMiOiI1MCJ9XQ..) - [100 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhb3RyIiwidmVzdGluZ19zaGFyZXMiOiIxMDAifV0.) - [500 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhdG9yIiwidmVzdGluZ19zaGFyZXMiOiI1MDAifV0.) - [1000 HP](https://hivesigner.com/sign/op/WyJ0cmFuc2Zlcl90b192ZXN0aW5nIix7ImZyb20iOiJfX3NpZ25lciIsInRvIjoicGdtLWN1cmF0b3IiLCJhbW91bnQiOiIxMDAwIn1d) Get **potential** votes from @ pgm-curator by paying in PGM, here is a [guide](https://peakd.com/hive-146620/@zottone444/pay-1-pgm-and-get-4-votes-itaegn) <sub>I'm a bot, if you want a hand ask @ zottone444</sub> ***
author | pgm-curator |
---|---|
permlink | pgm-curatormdasein1690473637908 |
category | hive-112019 |
json_metadata | {"tags":[],"app":"pgm/0.1","format":"markdown+html"} |
created | 2023-07-27 16:00:39 |
last_update | 2023-07-27 16:00:39 |
depth | 2 |
children | 0 |
last_payout | 2023-08-03 16:00:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,917 |
author_reputation | 3,409,490,822,394 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,693,525 |
net_rshares | 0 |
hello @spknetwork thank you for sharing your story, I always follow you, always inspiring many people, thank you
author | samuelstifen |
---|---|
permlink | re-spknetwork-2023728t163844429z |
category | hive-112019 |
json_metadata | {"tags":["graphql","spknetwork","3speak","threespeak","leofinance","video","ctp","development","unionidexer"],"app":"ecency/3.0.35-vision","format":"markdown+html"} |
created | 2023-07-28 09:38:48 |
last_update | 2023-07-28 09:38:48 |
depth | 1 |
children | 0 |
last_payout | 2023-08-04 09:38:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 140,443,337,068,125 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,714,377 |
net_rshares | 0 |
!DHEDGE
author | seckorama |
---|---|
permlink | re-spknetwork-2023726t223120153z |
category | hive-112019 |
json_metadata | {"tags":["graphql","spknetwork","3speak","threespeak","leofinance","video","ctp","development","unionidexer"],"app":"ecency/3.0.35-vision","format":"markdown+html"} |
created | 2023-07-26 20:31:21 |
last_update | 2023-07-26 20:31:21 |
depth | 1 |
children | 0 |
last_payout | 2023-08-02 20:31:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 675,124,871,982,179 |
root_title | "SPK Network - Using GraphQL for 3Speak Mobile App" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,671,658 |
net_rshares | 0 |