create account

Introducing FirstByte by first-byte

View this thread on: hive.blogpeakd.comecency.com
· @first-byte · (edited)
$83.07
Introducing FirstByte
**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>![Quasar Everywhere](https://quasar-framework.org/images/responsive-logo.png)</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
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 58 others
properties (23)
authorfirst-byte
permlinkintroducing-firstbyte
categoryutopian-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"]}
created2018-11-17 00:32:12
last_update2018-11-19 14:40:03
depth0
children22
last_payout2018-11-24 00:32:12
cashout_time1969-12-31 23:59:59
total_payout_value62.355 HBD
curator_payout_value20.720 HBD
pending_payout_value0.000 HBD
promoted10.000 HBD
body_length8,415
author_reputation2,073,865,982,187
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,418,109
net_rshares132,729,002,115,481
author_curate_reward""
vote details (122)
@arcange ·
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
👍  
properties (23)
authorarcange
permlinkre-introducing-firstbyte-20181117t174318000z
categoryutopian-io
json_metadata""
created2018-11-18 16:44:00
last_update2018-11-18 16:44:00
depth1
children0
last_payout2018-11-25 16:44:00
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_length217
author_reputation1,146,621,535,585,811
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,505,957
net_rshares490,909,552
author_curate_reward""
vote details (1)
@aussieninja ·
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...
👍  , , , , ,
properties (23)
authoraussieninja
permlinkre-first-byte-introducing-firstbyte-20181117t030517353z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-11-17 03:05:15
last_update2018-11-17 03:05:15
depth1
children4
last_payout2018-11-24 03:05: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_length388
author_reputation115,479,974,472,179
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,422,699
net_rshares19,378,736,522
author_curate_reward""
vote details (6)
@cryptkeeper ·
It would be awesome if you could share your experience with FirstByte with the community!
properties (22)
authorcryptkeeper
permlinkre-aussieninja-re-first-byte-introducing-firstbyte-20181117t070433572z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-11-17 07:04:33
last_update2018-11-17 07:04:33
depth2
children0
last_payout2018-11-24 07:04: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_length89
author_reputation40,397,912,915
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,429,915
net_rshares0
@first-byte ·
That sounds great! Let's connect 
properties (22)
authorfirst-byte
permlinkre-aussieninja-re-first-byte-introducing-firstbyte-20181119t144315397z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":[]}
created2018-11-19 14:43:24
last_update2018-11-19 14:43:24
depth2
children2
last_payout2018-11-26 14:43:24
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_length33
author_reputation2,073,865,982,187
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,558,894
net_rshares0
@aussieninja ·
Great... are you on Discord?
properties (22)
authoraussieninja
permlinkre-first-byte-re-aussieninja-re-first-byte-introducing-firstbyte-20181119t153133451z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-11-19 15:31:33
last_update2018-11-19 15:31:33
depth3
children1
last_payout2018-11-26 15:31: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_length28
author_reputation115,479,974,472,179
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,561,861
net_rshares0
@bitboosters · (edited)
Nice Project , congratulations @first-byte!
👍  
properties (23)
authorbitboosters
permlinkre-first-byte-introducing-firstbyte-20181120t103901639z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["first-byte"],"app":"steemit/0.1"}
created2018-11-20 10:39:03
last_update2018-11-20 10:39:12
depth1
children0
last_payout2018-11-27 10: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_length43
author_reputation1,647,754,126
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,608,444
net_rshares8,179,484,235
author_curate_reward""
vote details (1)
@esteemapp ·
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
properties (22)
authoresteemapp
permlinkre-20181116t183319558z
categoryutopian-io
json_metadata{"tags":["esteem"],"app":"esteem/1.0-welcome","format":"markdown+html","community":"esteem.app"}
created2018-11-17 00:33:18
last_update2018-11-17 00:33:18
depth1
children0
last_payout2018-11-24 00:33:18
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_length776
author_reputation420,443,679,514,793
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,418,143
net_rshares0
@esteemapp ·
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
properties (22)
authoresteemapp
permlinkre-20181119t84111561z
categoryutopian-io
json_metadata{"tags":["esteem"],"app":"esteem/1.0-welcome","format":"markdown+html","community":"esteem.app"}
created2018-11-19 14:41:12
last_update2018-11-19 14:41:12
depth1
children0
last_payout2018-11-26 14:41: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_length776
author_reputation420,443,679,514,793
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,558,767
net_rshares0
@haccolong ·
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!
👍  
properties (23)
authorhaccolong
permlinkre-first-byte-introducing-firstbyte-20181121t161414922z
categoryutopian-io
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["utopian-io"],"users":["first-byte"],"links":["/@first-byte"],"image":[]}
created2018-11-21 16:22:39
last_update2018-11-21 16:22:39
depth1
children0
last_payout2018-11-28 16:22:39
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_length145
author_reputation7,158,995,166,215
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,684,159
net_rshares8,015,010,538
author_curate_reward""
vote details (1)
@nyuntwin ·
welcome @first-byte

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authornyuntwin
permlinknyuntwin-re-first-byte-introducing-firstbyte-20181123t030623832z
categoryutopian-io
json_metadata{"app":"partiko"}
created2018-11-23 03:06:24
last_update2018-11-23 03:06:24
depth1
children0
last_payout2018-11-30 03:06:24
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_length89
author_reputation379,383,028,363
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,764,573
net_rshares0
@partiko ·
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!
properties (22)
authorpartiko
permlinkre-introducing-firstbyte-20181117t022139
categoryutopian-io
json_metadata""
created2018-11-17 02:21:42
last_update2018-11-17 02:21:42
depth1
children0
last_payout2018-11-24 02:21: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_length654
author_reputation39,207,160,334,751
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,421,364
net_rshares0
@proudrasta ·
congratulations first-byte good work, i am  looking forward to your achievement.
properties (22)
authorproudrasta
permlinkre-first-byte-introducing-firstbyte-20181122t064038444z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-11-22 06:40:48
last_update2018-11-22 06:40:48
depth1
children0
last_payout2018-11-29 06:40: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_length80
author_reputation9,569,193,415
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,715,606
net_rshares0
@sanhtun ·
welcome @first-byte

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authorsanhtun
permlinksanhtun-re-first-byte-introducing-firstbyte-20181117t130557164z
categoryutopian-io
json_metadata{"app":"partiko"}
created2018-11-17 13:05:57
last_update2018-11-17 13:05:57
depth1
children0
last_payout2018-11-24 13:05: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_length89
author_reputation1,876,906,113,232
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,442,429
net_rshares0
@steemitboard ·
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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-first-byte-20181117t033959000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-17 03:40:00
last_update2018-11-17 03:40:00
depth1
children0
last_payout2018-11-24 03:40:00
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,377
author_reputation38,975,615,169,260
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,423,775
net_rshares0
@steemitboard ·
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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-first-byte-20181117t061322000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-17 06:13:21
last_update2018-11-17 06:13:21
depth1
children0
last_payout2018-11-24 06:13: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_length1,298
author_reputation38,975,615,169,260
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,428,213
net_rshares0
@steemitboard ·
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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-first-byte-20181118t014755000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-18 01:47:54
last_update2018-11-18 01:47:54
depth1
children0
last_payout2018-11-25 01:47: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_length1,250
author_reputation38,975,615,169,260
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,471,522
net_rshares0
@steemitboard ·
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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-first-byte-20181120t021758000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-20 02:17:57
last_update2018-11-20 02:17:57
depth1
children0
last_payout2018-11-27 02:17: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_length2,382
author_reputation38,975,615,169,260
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,589,367
net_rshares0
@steemitboard ·
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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-first-byte-20181122t074038000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-22 07:40:36
last_update2018-11-22 07:40:36
depth1
children0
last_payout2018-11-29 07:40:36
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_length2,164
author_reputation38,975,615,169,260
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,717,608
net_rshares0
@steemitboard ·
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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-first-byte-20181125t022907000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-11-25 02:29:06
last_update2018-11-25 02:29:06
depth1
children0
last_payout2018-12-02 02:29: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_length1,471
author_reputation38,975,615,169,260
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,860,830
net_rshares0
@steemitboard ·
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!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-first-byte-20191116t120702000z
categoryutopian-io
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-11-16 12:07:03
last_update2019-11-16 12:07:03
depth1
children0
last_payout2019-11-23 12:07: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_length627
author_reputation38,975,615,169,260
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id92,550,619
net_rshares0
@tuanis ·
Welcome
**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!
properties (22)
authortuanis
permlinkre-first-byte-introducing-firstbyte-20181117t210406165z
categoryutopian-io
json_metadata{}
created2018-11-17 21:04:06
last_update2018-11-17 21:04:06
depth1
children0
last_payout2018-11-24 21:04: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_length305
author_reputation6,221,724,998,633
root_title"Introducing FirstByte"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id75,461,929
net_rshares0