**eli5:** Making things for stuff takes a lot of time. Blockchains use lots of stuff, so it takes more time to make things for them. **FirstByte** is really smart and creates "negative-time" so you have more time to make your blockchain things. **tl;dr** We are making it dead-simple for you to create native apps and websites for and with ByteBall using the Quasar Framework. This post introduces the project, its goals and timeline. Follow @first-byte to keep up to date! **repo:** https://github.com/quasarframework/quasar-byteball-starter-kit ## Why? **[byteball](https://byteball.org/)** is awesome, and there are really [a](https://www.arduinolibraries.info/libraries/byteduino) - [lot](https://www.youtube.com/watch?v=JN0o7xjtPhc&t=13s) - [of](https://bb-odds.herokuapp.com/ ) - [great](https://github.com/BIoTws/biot-core) - [projects](https://github.com/genievot/QByteChain) being built with it... but there should be more. This project seeks to make that a reality by providing developers with a dedicated (and mildly opinionated) starter kit for accelerating the development of their **byteball** projects. <center><img src="https://github.com/quasarframework/quasar-byteball-starter-kit/blob/dev/documentation/art/firstByte.png?raw=true" /></center> <center><em>Mere inspiration make not the app alone, as they with great ideas may not necessarily great developers be.</em></center> Especially within the domain of applied cryptography and virtual currency, novice’s mistakes are more likely than beginner’s luck. **FirstByte** minimizes these risks by enabling those with moderate skill (or a willingness to learn) to produce shippable best-practice apps for all major computing platforms from one code base and in record time. Tailored to meet the needs of both Byteball enthusiasts and professional developers, the core of **FirstByte** is built on the Quasar Framework and byteball.js - and is distributed under the permissive MIT license. <center></center> The Quasar Framework is the super-charged **node.js** developer's darling that uses es6, babel and webpack (among other pieces of core tech) that provides a way to easily build reproducible best-practice Vue.js front-end projects for any operating system from the same codebase. Whether cordova apps for iOS and Android; Electron apps for Windows, MacOS and Linux; or even SSR+PWA websites - Quasar has you covered. ## So now what? At this very moment, the Quasar team is getting ready to release its 1.0.0-alpha, and **FirstByte** is the very first official, extended "starter-kit" that will be released with the 1.0.0-beta. It will serve as the "golden standard" by which all other extended starter-kits for 1.0 will be measured. With **FirstByte**, the core team of Quasar is raising the stakes by extending its best-in-class developer experience to the crypto-realm. By integrating a fully-rigged set of testing harnesses and range of back-ends, Quasar will have graduated from being merely the best front-end framework to a full-stack solution flexible enough for the most discerning tastes. When this first phase of the project is completed, there will be a **FirstByte** hackathon run by Quasar and Byteball with the support of Utopian (date and location TBA). ## Deliverables Inheritance is a powerful pattern, and this project will leverage it. **FirstByte** in and of itself is a lerna-based monorepo hosted at a public git repository where all of the development and CI pipelines are managed. When it is viable, it will be available as a WIP via NPM and YARN - as well as from IPFS and DAT. ### Basics Quasar delivers a number of things “from the core” that are available in all projects: - quasar-cli for best in class development with HMR (even in electron) - over 100 curated and pixel-perfect Material Design components - the innate ability to build SPA, PWA, SSR, Cordova and Electron apps - All ES6 language features - ESLint in Standard (or AirBnB) style ### Flavours We envision the creation of a number of different flavours of **FirstByte** starters, but for the time being we will just be making the "Pure flavour" as described below. Each of the flavours of **FirstByte** are tailored for special needs, and the template (from which the flavours were constructed) will be provided so that the concoction of new flavours can be made with a simple pull request. 1. **Pure** - just the basics, for master chefs and those who aspire to greatness 2. **Caramel Sweet** - the simplest of the bunch, hard to adapt, easy to use 3. **Black Salt** - with a special focus on security, anonymity and NAT punching 4. **Bitterly Complex** - rewarding for the connoisseur of files 5. **Sour and Severe** - so the deals don’t have to be - a contract focussed flavour 6. **Umami** - generative and distinguished - only for professionals --- The **Pure** flavour will be a minimal setup that extends the basic Quasar core with: - a collection of maintenance scripts for development, publication and distribution - multiple test-runners, including Jest, Cypress and Webdriver-based E2E with sample tests - ESLint extended with A11Y “lifting” - CI pipelines and dockerfiles - GraphQL / Apollo / Prisma API and DB - the Byteball.js library - integration with now.js for immediate project delivery - automated documentation of APIs and functions - robust system configuration and secret management using ENV variables - developer configurable colors, icons, background images, graphs and animations - i18n language translation engine rigged for use with content, not just interface --- The **Caramel Sweet** flavour makes a number of decisions for the developer regarding authentication, authorization, web storage, internationalisation, routing and uses a dead-simple provisioning approach with the free tier of [now.sh](https://now.sh) - so that inside a matter of minutes an app can be launched. --- For security professionals, **Black Salt** is not intended for use as a web-application, but rather within the trusted domain of the operating system. With [ngrok](https://ngrok.com) integration, 2FA and token authentication, in-memory decryption of local data, this flavour is a great starting point for privacy and security-first applications. --- The **Bitterly Complex** flavour treats files as first-class citizens and allows for several methods of interaction with IPFS, the local filesystem and specialist concerns like uploading, transcoding and even base64. --- The **Sour and Severe** flavour is focussed on writing, verifying and using smart-contracts, perhaps for those interested in building a platform for trading or exchange. --- The **Umami** flavour is for researchers: Generating, creating and visualizing datasets harvested from the DAG (or even master-nodes!), cross-referenced with other sources and creating highly reactive force-graphs, trees and other delta-based sets of information. If the developer is interested in making predictions about performance, this would be the place to start. ### Documentation In addition to that which is provided by Byteball, Quasar, vue.js and byteball.js, the **FirstByte** Pure starter will describe in detail every component, plugin and script. The factors that make each flavour distinct will be described in minutia. Partially generated from JSDoc comments, and partially handwritten by the authors, the approach to be maintained is a “living document”. Further, the entire documentation will be i18n based and translated using the Utopian.io / DaVinci service. ## Timeline: - **November** scaffolding of the starter-kit - **December** extension with backends integration of byteball.js / other libs testing - **January** integration with **@quasar 1.0** distribution channel baseline app builds documentation - **February** hackathon #### Important Links: - [monorepo](https://github.com/quasarframework/quasar-byteball-starter-kit) - [npmjs.org@first-byte](https://www.npmjs.com/org/first-byte) - [byteball.org](https://byteball.org) - [quasar-framework](https://quasar-framework.org) - [byteball.js](https://byteballjs.com/) #### Team: - @nothingismagick (lead) - @phearzero (integration) - @rstoenescu (integration & review) - @gregory.latinier (review) - @fabien (review) #### Author proof of work done https://github.com/nothingismagick
author | first-byte |
---|---|
permlink | introducing-firstbyte |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io","quasarframework","byteball","blog","introduceyourself"],"users":["first-byte","quasar","nothingismagick","phearzero","rstoenescu","gregory.latinier","fabien"],"links":["/@first-byte","https://github.com/quasarframework/quasar-byteball-starter-kit","https://byteball.org/","https://www.arduinolibraries.info/libraries/byteduino","https://www.youtube.com/watch?v=JN0o7xjtPhc&t=13s","https://bb-odds.herokuapp.com/","https://github.com/BIoTws/biot-core","https://github.com/genievot/QByteChain","https://now.sh","https://ngrok.com"],"image":["https://github.com/quasarframework/quasar-byteball-starter-kit/blob/dev/documentation/art/firstByte.png?raw=true","https://quasar-framework.org/images/responsive-logo.png"]} |
created | 2018-11-17 00:32:12 |
last_update | 2018-11-19 14:40:03 |
depth | 0 |
children | 22 |
last_payout | 2018-11-24 00:32:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 62.355 HBD |
curator_payout_value | 20.720 HBD |
pending_payout_value | 0.000 HBD |
promoted | 10.000 HBD |
body_length | 8,415 |
author_reputation | 2,073,865,982,187 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,418,109 |
net_rshares | 132,729,002,115,481 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
qonq99 | 0 | 1,969,246,924 | 100% | ||
fabien | 0 | 1,613,526,153,208 | 100% | ||
cryptkeeper | 0 | 6,729,012,866 | 100% | ||
jamzed | 0 | 39,543,609,043 | 100% | ||
minersean | 0 | 1,745,922,369 | 100% | ||
zephyraijunzo | 0 | 62,845,769,657 | 100% | ||
lovenfreedom | 0 | 21,243,697,535 | 50% | ||
battleaxe | 0 | 4,906,078,267 | 4% | ||
hakan0356 | 0 | 605,184,046 | 100% | ||
miniature-tiger | 0 | 90,140,350,078 | 50% | ||
bootyp | 0 | 573,565,147 | 100% | ||
jga | 0 | 9,319,404,406 | 50% | ||
raserrano | 0 | 73,342,019 | 7.5% | ||
sensation | 0 | 371,365,033 | 100% | ||
kimor | 0 | 11,305,715,810 | 100% | ||
doughtaker | 0 | 26,746,796,517 | 100% | ||
jacekw | 0 | 110,018,932,257 | 50% | ||
molometer | 0 | 59,207,893,966 | 100% | ||
tykee | 0 | 13,007,340,297 | 100% | ||
gregory.latinier | 0 | 3,975,039,486 | 100% | ||
earncrypto | 0 | 12,237,489,947 | 40% | ||
spiritualmatters | 0 | 1,526,621,778 | 100% | ||
nofx | 0 | 556,803,321 | 100% | ||
albanna | 0 | 1,171,252,835 | 100% | ||
espoem | 0 | 25,440,200,665 | 15% | ||
adahmiracle | 0 | 2,774,339,670 | 100% | ||
pierlave | 0 | 3,159,565,482 | 100% | ||
loshcat | 0 | 3,056,789,820 | 100% | ||
elear | 0 | 13,040,015,651 | 100% | ||
jrb450 | 0 | 149,939,093 | 7.5% | ||
utopian-io | 0 | 130,080,537,067,060 | 100% | ||
tuanis | 0 | 2,671,622,832 | 15% | ||
katerinaramm | 0 | 27,973,148,764 | 79% | ||
smitop | 0 | 4,962,573,423 | 100% | ||
scipio | 0 | 59,141,506,597 | 25% | ||
ajayyy | 0 | 8,748,695,878 | 100% | ||
shakailove | 0 | 0 | 2.75% | ||
aiyanna | 0 | 297,539,527 | 2.5% | ||
daeshawn | 0 | 347,902,219 | 2.25% | ||
grzesiekb | 0 | 151,063,765,506 | 100% | ||
smjn | 0 | 35,672,635,572 | 20% | ||
osobiggie | 0 | 400,756,511 | 3% | ||
burh | 0 | 313,303,676 | 100% | ||
thetroublenotes | 0 | 241,352,507 | 2% | ||
kennybrown | 0 | 141,340,906 | 1% | ||
amayahaley21 | 0 | 82,206,826 | 1% | ||
angr | 0 | 0 | 100% | ||
raise-me-up | 0 | 0 | 0.01% | ||
celmor | 0 | 561,984,539 | 100% | ||
mohsen00khani | 0 | 411,527,862 | 100% | ||
tymmesyde | 0 | 0 | 1% | ||
roj | 0 | 5,623,938,881 | 100% | ||
ashtv | 0 | 37,965,465,459 | 100% | ||
almi | 0 | 11,198,058,464 | 100% | ||
rofilm | 0 | 1,645,699,853 | 100% | ||
kryptik.tigrrr3d | 0 | 1,717,420,737 | 100% | ||
hakancelik | 0 | 7,636,814,724 | 10% | ||
emin90 | 0 | 461,772,007 | 100% | ||
atanas007 | 0 | 5,440,082,358 | 100% | ||
duski.harahap | 0 | 14,758,101,549 | 100% | ||
daily.johny | 0 | 26,477,197,804 | 100% | ||
haccolong | 0 | 1,339,891,118 | 10% | ||
marjanko | 0 | 11,179,305,187 | 31% | ||
drsensor | 0 | 18,407,720,519 | 100% | ||
electronicsworld | 0 | 15,905,488,971 | 100% | ||
tahaali | 0 | 320,507,873 | 100% | ||
partiko | 0 | 5,042,084,391 | 0.8% | ||
shafer | 0 | 1,941,474,109 | 100% | ||
blockgatorsarmy | 0 | 77,294,098 | 1.2% | ||
jmiller05 | 0 | 94,627,010 | 2% | ||
mops2e | 0 | 141,604,978 | 12% | ||
carlosarevalo | 0 | 427,729,487 | 100% | ||
papabyte | 0 | 15,703,909,507 | 100% | ||
pawel282 | 0 | 326,706,357 | 100% | ||
nothingismagick | 0 | 2,151,486,297 | 100% | ||
quasarframework | 0 | 9,691,664,476 | 100% | ||
maddy911 | 0 | 483,317,225 | 100% | ||
teamcr | 0 | 788,350,479 | 100% | ||
bott | 0 | 843,468,570 | 100% | ||
arslanaubaid | 0 | 263,228,927 | 100% | ||
neolinkhati | 0 | 679,371 | 10% | ||
pamahdoo | 0 | 0 | 6% | ||
anenyasha | 0 | 364,418,416 | 100% | ||
hiddeneye | 0 | 297,965,686 | 100% | ||
ibrahemazzazi | 0 | 543,968,375 | 100% | ||
dotie24 | 0 | 1,160,741,174 | 100% | ||
dumhoecan | 0 | 480,012,956 | 100% | ||
sujets | 0 | 925,242,419 | 100% | ||
anabeth35 | 0 | 532,035,730 | 100% | ||
ellieskioti | 0 | 0 | 100% | ||
rosiimeza | 0 | 515,264,851 | 100% | ||
limajose0812 | 0 | 358,676,511 | 100% | ||
heriberto1992 | 0 | 396,633,991 | 100% | ||
mauro83 | 0 | 476,626,702 | 100% | ||
freesnakes | 0 | 191,678,897 | 100% | ||
ederrick | 0 | 285,765,287 | 100% | ||
cristian45 | 0 | 499,573,505 | 100% | ||
farhad78 | 0 | 211,981,226 | 100% | ||
zontomonto | 0 | 0 | 5% | ||
sushilboss | 0 | 182,967,285 | 100% | ||
proudrasta | 0 | 544,284,000 | 100% | ||
shirophantomhive | 0 | 508,367,140 | 100% | ||
staywithyou | 0 | 543,917,875 | 100% | ||
naveed45 | 0 | 445,976,742 | 100% | ||
chely | 0 | 532,023,105 | 100% | ||
ehabhafi | 0 | 490,736,343 | 100% | ||
vornik | 0 | 231,648,777 | 100% | ||
anielo | 0 | 531,302,449 | 100% | ||
teffy | 0 | 369,734,279 | 100% | ||
abukhamu | 0 | 0 | 5% | ||
maikelyn | 0 | 369,018,348 | 100% | ||
phearzero | 0 | 556,000,000 | 100% | ||
leminyer23 | 0 | 375,526,116 | 100% | ||
ataur89 | 0 | 500,414,123 | 100% | ||
luisbricejs | 0 | 476,119,354 | 100% | ||
yamilrojas18 | 0 | 225,843,151 | 100% | ||
jarczan2008 | 0 | 544,027,292 | 100% | ||
quito20100 | 0 | 183,738,183 | 100% | ||
heavenlyseas | 0 | 556,000,000 | 100% | ||
alexmonra | 0 | 509,043,227 | 100% | ||
jonnytracker | 0 | 150,701,632 | 100% | ||
lard0777 | 0 | 342,682,150 | 100% |
Congratulations @first-byte! Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20181117) in the following category: * Pending payout - Ranked 3 with $ 116,9
author | arcange |
---|---|
permlink | re-introducing-firstbyte-20181117t174318000z |
category | utopian-io |
json_metadata | "" |
created | 2018-11-18 16:44:00 |
last_update | 2018-11-18 16:44:00 |
depth | 1 |
children | 0 |
last_payout | 2018-11-25 16:44:00 |
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 | 217 |
author_reputation | 1,146,621,535,585,811 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,505,957 |
net_rshares | 490,909,552 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexgonmoreno | 0 | 490,909,552 | 100% |
I'm currently learning coding (React, Javascript, Node.js) so that I can bring all my ideas to life on the blockchain... but since I've never coded before I'm sure know how overwhelming and confusing it all is... a project/product like this could make such a massive difference. I'd definitely be happy to help you test it out from a fairly rank newbie point of view when you're ready...
author | aussieninja |
---|---|
permlink | re-first-byte-introducing-firstbyte-20181117t030517353z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-17 03:05:15 |
last_update | 2018-11-17 03:05:15 |
depth | 1 |
children | 4 |
last_payout | 2018-11-24 03:05:15 |
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 | 388 |
author_reputation | 115,479,974,472,179 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,422,699 |
net_rshares | 19,378,736,522 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptkeeper | 0 | 6,598,093,180 | 100% | ||
angr | 0 | 0 | 100% | ||
quasarframework | 0 | 9,691,664,476 | 100% | ||
altcoinb | 0 | 591,799,558 | 100% | ||
first-byte | 0 | 1,965,118,748 | 100% | ||
staywithyou | 0 | 532,060,560 | 100% |
It would be awesome if you could share your experience with FirstByte with the community!
author | cryptkeeper |
---|---|
permlink | re-aussieninja-re-first-byte-introducing-firstbyte-20181117t070433572z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-17 07:04:33 |
last_update | 2018-11-17 07:04:33 |
depth | 2 |
children | 0 |
last_payout | 2018-11-24 07:04: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 | 89 |
author_reputation | 40,397,912,915 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,429,915 |
net_rshares | 0 |
That sounds great! Let's connect
author | first-byte |
---|---|
permlink | re-aussieninja-re-first-byte-introducing-firstbyte-20181119t144315397z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]} |
created | 2018-11-19 14:43:24 |
last_update | 2018-11-19 14:43:24 |
depth | 2 |
children | 2 |
last_payout | 2018-11-26 14:43: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 | 33 |
author_reputation | 2,073,865,982,187 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,558,894 |
net_rshares | 0 |
Great... are you on Discord?
author | aussieninja |
---|---|
permlink | re-first-byte-re-aussieninja-re-first-byte-introducing-firstbyte-20181119t153133451z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-19 15:31:33 |
last_update | 2018-11-19 15:31:33 |
depth | 3 |
children | 1 |
last_payout | 2018-11-26 15: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 | 28 |
author_reputation | 115,479,974,472,179 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,561,861 |
net_rshares | 0 |
Nice Project , congratulations @first-byte!
author | bitboosters |
---|---|
permlink | re-first-byte-introducing-firstbyte-20181120t103901639z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["first-byte"],"app":"steemit/0.1"} |
created | 2018-11-20 10:39:03 |
last_update | 2018-11-20 10:39:12 |
depth | 1 |
children | 0 |
last_payout | 2018-11-27 10:39: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 | 43 |
author_reputation | 1,647,754,126 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,608,444 |
net_rshares | 8,179,484,235 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
quasarframework | 0 | 8,179,484,235 | 100% |
Welcome first-byte! <br>**eSteem** is the application that improves your experience here. We have Mobile application for [Android](https://play.google.com/store/apps/details?id=com.netsolutions.esteem) and [iOS](https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1141397898&mt=8) users. We also have developed [Surfer Desktop](https://github.com/esteemapp/esteem-surfer/releases) application that helps you to gain new followers and stay connected with your friends, unique features - notifications, bookmarks, favorites, drafts, and more. <br> We reward our users with encouragement upvotes as well as monthly giveaways rewarding Spotlight top users and active Discord users. <br>Learn more: https://esteem.app <br>Join our discord: https://discord.gg/8eHupPq
author | esteemapp |
---|---|
permlink | re-20181116t183319558z |
category | utopian-io |
json_metadata | {"tags":["esteem"],"app":"esteem/1.0-welcome","format":"markdown+html","community":"esteem.app"} |
created | 2018-11-17 00:33:18 |
last_update | 2018-11-17 00:33:18 |
depth | 1 |
children | 0 |
last_payout | 2018-11-24 00:33:18 |
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 | 776 |
author_reputation | 420,443,679,514,793 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,418,143 |
net_rshares | 0 |
Welcome first-byte! <br>**eSteem** is the application that improves your experience here. We have Mobile application for [Android](https://play.google.com/store/apps/details?id=com.netsolutions.esteem) and [iOS](https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1141397898&mt=8) users. We also have developed [Surfer Desktop](https://github.com/esteemapp/esteem-surfer/releases) application that helps you to gain new followers and stay connected with your friends, unique features - notifications, bookmarks, favorites, drafts, and more. <br> We reward our users with encouragement upvotes as well as monthly giveaways rewarding Spotlight top users and active Discord users. <br>Learn more: https://esteem.app <br>Join our discord: https://discord.gg/8eHupPq
author | esteemapp |
---|---|
permlink | re-20181119t84111561z |
category | utopian-io |
json_metadata | {"tags":["esteem"],"app":"esteem/1.0-welcome","format":"markdown+html","community":"esteem.app"} |
created | 2018-11-19 14:41:12 |
last_update | 2018-11-19 14:41:12 |
depth | 1 |
children | 0 |
last_payout | 2018-11-26 14:41:12 |
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 | 776 |
author_reputation | 420,443,679,514,793 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,558,767 |
net_rshares | 0 |
A small number of Byteball Bytes remain in my wallet, so maybe I will have to understand more about this project. Thanks for sharing @first-byte!
author | haccolong |
---|---|
permlink | re-first-byte-introducing-firstbyte-20181121t161414922z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["first-byte"],"links":["/@first-byte"],"image":[]} |
created | 2018-11-21 16:22:39 |
last_update | 2018-11-21 16:22:39 |
depth | 1 |
children | 0 |
last_payout | 2018-11-28 16:22: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 | 145 |
author_reputation | 7,158,995,166,215 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,684,159 |
net_rshares | 8,015,010,538 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
quasarframework | 0 | 8,015,010,538 | 100% |
welcome @first-byte Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | nyuntwin |
---|---|
permlink | nyuntwin-re-first-byte-introducing-firstbyte-20181123t030623832z |
category | utopian-io |
json_metadata | {"app":"partiko"} |
created | 2018-11-23 03:06:24 |
last_update | 2018-11-23 03:06:24 |
depth | 1 |
children | 0 |
last_payout | 2018-11-30 03:06: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 | 89 |
author_reputation | 379,383,028,363 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,764,573 |
net_rshares | 0 |
Welcome to Steem first-byte! Partiko is officially the fastest and most popular mobile app for Steem. Unlike other Steem apps, we take 0% cut of your earnings! You can also be rewarded with Partiko Points while using Partiko and exchange Partiko Points for upvotes! Partiko for Android can be downloaded [here on Google Play](http://bit.ly/2SRFIta) and the iOS version is available [here on the App Store](https://apple.co/2PcXkSd). If you have more questions, feel free to join our [Discord channel](https://discord.gg/N7Et97G) and ask [@crypto.talk](https://steemit.com/@crypto.talk), we're always here to help! Thank you so much for your interest!
author | partiko |
---|---|
permlink | re-introducing-firstbyte-20181117t022139 |
category | utopian-io |
json_metadata | "" |
created | 2018-11-17 02:21:42 |
last_update | 2018-11-17 02:21:42 |
depth | 1 |
children | 0 |
last_payout | 2018-11-24 02:21:42 |
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 | 654 |
author_reputation | 39,207,160,334,751 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,421,364 |
net_rshares | 0 |
congratulations first-byte good work, i am looking forward to your achievement.
author | proudrasta |
---|---|
permlink | re-first-byte-introducing-firstbyte-20181122t064038444z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-11-22 06:40:48 |
last_update | 2018-11-22 06:40:48 |
depth | 1 |
children | 0 |
last_payout | 2018-11-29 06:40: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 | 80 |
author_reputation | 9,569,193,415 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,715,606 |
net_rshares | 0 |
welcome @first-byte Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | sanhtun |
---|---|
permlink | sanhtun-re-first-byte-introducing-firstbyte-20181117t130557164z |
category | utopian-io |
json_metadata | {"app":"partiko"} |
created | 2018-11-17 13:05:57 |
last_update | 2018-11-17 13:05:57 |
depth | 1 |
children | 0 |
last_payout | 2018-11-24 13:05:57 |
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 | 89 |
author_reputation | 1,876,906,113,232 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,442,429 |
net_rshares | 0 |
Congratulations @first-byte! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x60/http://steemitboard.com/notifications/firstpost.png</td><td>You published your First Post</td></tr> <tr><td>https://steemitimages.com/60x60/http://steemitboard.com/notifications/firstvoted.png</td><td>You got a First Vote</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@first-byte)_</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/steemfest/@steemitboard/the-meet-the-steemians-contest-is-over-results-are-coming-soon"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/the-meet-the-steemians-contest-is-over-results-are-coming-soon">The Meet the Steemians Contest is over - Results are coming soon ...</a></td></tr></table> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-first-byte-20181117t033959000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-11-17 03:40:00 |
last_update | 2018-11-17 03:40:00 |
depth | 1 |
children | 0 |
last_payout | 2018-11-24 03:40:00 |
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,377 |
author_reputation | 38,975,615,169,260 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,423,775 |
net_rshares | 0 |
Congratulations @first-byte! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@first-byte/voted.png?201811170442</td><td>You received more than 10 upvotes. Your next target is to reach 50 upvotes.</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@first-byte)_</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/steemfest/@steemitboard/the-meet-the-steemians-contest-is-over-results-are-coming-soon"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/the-meet-the-steemians-contest-is-over-results-are-coming-soon">The Meet the Steemians Contest is over - Results are coming soon ...</a></td></tr></table> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-first-byte-20181117t061322000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-11-17 06:13:21 |
last_update | 2018-11-17 06:13:21 |
depth | 1 |
children | 0 |
last_payout | 2018-11-24 06:13: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 | 1,298 |
author_reputation | 38,975,615,169,260 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,428,213 |
net_rshares | 0 |
Congratulations @first-byte! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@first-byte/voted.png?201811180049</td><td>You received more than 50 upvotes. Your next target is to reach 100 upvotes.</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@first-byte)_</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/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results">Meet the Steemians Contest - Intermediate results</a></td></tr></table> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-first-byte-20181118t014755000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-11-18 01:47:54 |
last_update | 2018-11-18 01:47:54 |
depth | 1 |
children | 0 |
last_payout | 2018-11-25 01:47:54 |
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,250 |
author_reputation | 38,975,615,169,260 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,471,522 |
net_rshares | 0 |
Congratulations @first-byte! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x60/http://steemitboard.com/notifications/firstvote.png</td><td>You made your First Vote</td></tr> <tr><td>https://steemitimages.com/60x60/http://steemitboard.com/notifications/firstcomment.png</td><td>You made your First Comment</td></tr> <tr><td>https://steemitimages.com/60x60/http://steemitboard.com/notifications/firstcommented.png</td><td>You got a First Reply</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@first-byte)_</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/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes">Meet the Steemians Contest - The results, the winners and the prizes</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-special-attendees-revealed"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-special-attendees-revealed">Meet the Steemians Contest - Special attendees revealed</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results">Meet the Steemians Contest - Intermediate results</a></td></tr></table> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-first-byte-20181120t021758000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-11-20 02:17:57 |
last_update | 2018-11-20 02:17:57 |
depth | 1 |
children | 0 |
last_payout | 2018-11-27 02:17:57 |
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 | 2,382 |
author_reputation | 38,975,615,169,260 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,589,367 |
net_rshares | 0 |
Congratulations @first-byte! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@first-byte/voted.png?201811220704</td><td>You received more than 100 upvotes. Your next target is to reach 250 upvotes.</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@first-byte)_</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/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes">Meet the Steemians Contest - The results, the winners and the prizes</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-special-attendees-revealed"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-special-attendees-revealed">Meet the Steemians Contest - Special attendees revealed</a></td></tr><tr><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-intermediate-results">Meet the Steemians Contest - Intermediate results</a></td></tr></table> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-first-byte-20181122t074038000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-11-22 07:40:36 |
last_update | 2018-11-22 07:40:36 |
depth | 1 |
children | 0 |
last_payout | 2018-11-29 07:40: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 | 2,164 |
author_reputation | 38,975,615,169,260 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,717,608 |
net_rshares | 0 |
Congratulations @first-byte! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x60/http://steemitboard.com/notifications/firstpayout.png</td><td>You got your First payout</td></tr> <tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@first-byte/payout.png?201811250154</td><td>You received more than 100 as payout for your posts. Your next target is to reach a total payout of 250</td></tr> </table> <sub>_[Click here to view your Board of Honor](https://steemitboard.com/@first-byte)_</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/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmeLukvNFRsa7RURqsFpiLGEZZD49MiU52JtWmjS5S2wtW/image.png"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/meet-the-steemians-contest-the-results-the-winners-and-the-prizes">Meet the Steemians Contest - The results, the winners and the prizes</a></td></tr></table> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-first-byte-20181125t022907000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-11-25 02:29:06 |
last_update | 2018-11-25 02:29:06 |
depth | 1 |
children | 0 |
last_payout | 2018-12-02 02:29: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 | 1,471 |
author_reputation | 38,975,615,169,260 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,860,830 |
net_rshares | 0 |
Congratulations @first-byte! You received a personal award! <table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@first-byte/birthday1.png</td><td>Happy Birthday! - You are on the Steem blockchain for 1 year!</td></tr></table> <sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@first-byte) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=first-byte)_</sub> ###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
author | steemitboard |
---|---|
permlink | steemitboard-notify-first-byte-20191116t120702000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-11-16 12:07:03 |
last_update | 2019-11-16 12:07:03 |
depth | 1 |
children | 0 |
last_payout | 2019-11-23 12:07: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 | 627 |
author_reputation | 38,975,615,169,260 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 92,550,619 |
net_rshares | 0 |
**Welcome to steemit @first-byte.** - Join @minnowsupport project for more help - Checkout @helpie for daily trivias and useful information - Join @qurator a good quality support project - Checkout @steembasicincome - Help us save the forest with @treeplanter Welcome the new steemians. Have a great day!
author | tuanis |
---|---|
permlink | re-first-byte-introducing-firstbyte-20181117t210406165z |
category | utopian-io |
json_metadata | {} |
created | 2018-11-17 21:04:06 |
last_update | 2018-11-17 21:04:06 |
depth | 1 |
children | 0 |
last_payout | 2018-11-24 21:04: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 | 305 |
author_reputation | 6,221,724,998,633 |
root_title | "Introducing FirstByte" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,461,929 |
net_rshares | 0 |