Blockchain Development Group: Libra

This evening I attended the Blockchain Development Group  hosted by Farm  Credit Services of America.

Started with networking and Pizza.

libra

Libra

Tonight’s talk was on Libra by Kyle tut of pinata.cloud.

Validators

Libra validator nodes are responsible for validating transactions. Experimenting with node validators.

Developed as a smart contract language. Learned from solidity. Integration will be done through modules. The 2/3 majority will need to approve.The main goal of Libra is to be stable. They have not solved problems with Ethereum.

Calibra is own by Facebook. It is a digital wallet. It is also a partner.

Re-seller takes money and puts into the Reserve. Then money in exchange will be put in Libra. Not much different then a global ACH network. The goal is about controlling where the amount is stored.

There will be regulatory considerations. If successful won’t have to deal with regulations as other financial transactions are. Libra is a digital currency not a crypto concurrency.

Google Developer Group Omaha: Intro to Flutter

This evening I attended the Google Developer group hosted by CRI at the Travel and Transport building.

trave and transport

Started with Introductions: Such as I am Anthony Carlson. I am the Lead Application Developer at Farm Credit Services of America with emphasis on the iOS and Android platform.

Intro to Flutter

Tonight’s topic was on Flutter. An intro to Flutter and Getting a Flutter app to production were the topics. Flutter works as a plugin in Android Studio. You can connect to the iOS simulator.

  • Portable UI toolkit
  • Native Mobile or Web
  • State Management
  • Compiles to native file

App built is a Tree structure. Everything is a widget. There is also a process for developing a package and plugins. Scaffolding is very similar to material design. When you develop you are acting in a state. Let flutter manage state. The more complex or nest widgets is when state management.

It was a brief talk, but educational.