Skip to content

Services

tweakch edited this page Aug 23, 2021 · 1 revision

blockfrost-dotnet Design Document

Introduction

Rationale

We are trying to give developers and system administrators the best tools to develop on Cardano using the blockfrost API.

Background

Terminology

Non-Goals

We are not a serialization library for the Cardano blockchain. Our models support serialization to and from JSON through System.Text.Json and are comliant with the blockfrost OpenApi Specification.

Proposed Design

System Architecture

Data Model

Interface/API Definitions

Business Logic

Migration Strategy

Impact

Risks

Alternatives