DEV Community

Cover image for Introducing DD-Devices
Davi Ortega for DDX-Project

Posted on

Introducing DD-Devices

As part of the DDX project, we are building several gateways as an easier way to visualize the records posted on the FLO blockchain and OIP. Each gateway visualizes a specific type of data.

We are here introducing the DD-Devices. A gateway to visualize, and add oip records in the FLO blockchain that uses the device record schema.

This gateway is particularly useful to keep track of any type of public inventory.

The DDX version of the DD-Devices gateway is kindly hosted by Netlify and the code is on gitlab.

For the OIP ☀️ nerds: The device record schema (oip://tmpl_4FEB49C9) that extends basic (oip://tmpl_20AD45E7).

What is new?

Under the hood, the code is much simpler to adapt to new gateways but for the user here are some new features:

Ownership

When loading the mnemonics of the FLO wallet in the /keys page it will take a little longer. DDX will search for the first 60 addresses.

DDX will compare the signatures of the records it displays and mark with a little green key if they match any of the 60 addresses it discovered from the wallet.

Alt Text
The green key means shows that the loaded mnemonics owns that record

It also shows in the record individual page.

The record page brings two other new features: Printing and Generate QR-code

Alt Text

Now we can easily print the record and its QR code. In terms of inventory, we can print the QR-code and attach it to the physical device. A simple scan will bring up the OipRef that can be used to resolve the record information.

The gateway is online at:
device.ddx.rocks

Top comments (0)