A Trusted Database for Systems Boundaries

Why a Blockchain?

Many people ask it, some Experts see it as the new golden hammer for all database tasks. Blockchain is a synonym of Distributed Ledger Technology (DLT). A DLT-System has three main components, the Ledger (Blockchain, technical a chained list), consensus algorithms, and distribution. Distribution makes it safe against manipulation; every participation holds one copy of the ledger.

[Read More]

My Star Blockchain

A Ledger in Javascript

This Example implements a HapiJS Restful Services that register coordinations of stars. The services run on a NodeJs Services and use LevelDB to persist data. A simple massing Blockchain Services entirely in Javascript.

myStarBlockhainJS

Star Notary Service

Ethereum ERC-721

Star Notary Service allows you to create stars with coordinates in the Ethereum Blockchain to save. This application is a demo application, which the functionality of a DApp demonstrated. The functionality of Solidity and interaction with Javascript.

The application implements the Ethereum ERC-721 Token Standard as a Solidity Smart Contract. The web frontend uses Javascript. The application stores the start name, a description, and the coordinates (RA right ascension, mag absolute value, centaur).

[Read More]

Star Notary Service Arc42

Ethereum ERC-721 / Arc42 (DE)

1.0 Einführung und Ziele

Star Notary Service erlaubt es, Sterne mit Koordinaten in der Ethereum Blockchain zu speichern. Diese Applikation ist eine Demoanwendung, welche die Funktionsweise einer DApp demonstriert. Es wird die Funktionsweise von Solidity und Interaktion mit Javascript vorgestellt.

1.1 Aufgabenstellung

Die Anwendung implementiert den Ethereum ERC-721 Token Standard als Solidity Smart Contract. Der Webfrontend nutzt Javascript. Die Anwendung speichert den Start Name, eine Beschreibung und die Koordinaten (RA Rektaszension, mag Absolutwert, cen Zentaur).

[Read More]