deaf-first-platform

Fibonrose - Trust & Blockchain Layer

Decentralized trust and verification layer for the MBTQ Universe.

Overview

Fibonrose provides blockchain-based trust, verification, and decentralized identity management for the MBTQ Universe platform.

API Endpoints

Base URL: https://api.mbtquniverse.com/blockchain

Note: The endpoints below show full paths for clarity. In the OpenAPI specification, these are defined as relative paths (e.g., /verify) with the base URL specified in the servers section.

Blockchain Operations

Features

Environment Variables

# Fibonrose Configuration
FIBONROSE_BLOCKCHAIN_NODE=https://trust.mbtq.dev
FIBONROSE_CONTRACT_ADDRESS=0x...
FIBONROSE_NETWORK=mainnet
FIBONROSE_GAS_LIMIT=300000
FIBONROSE_PRIVATE_KEY=your_private_key

Transaction Schema

{
  "txId": "0x123456789abcdef",
  "timestamp": "2024-01-01T00:00:00Z",
  "payload": {
    "type": "verification",
    "data": {}
  }
}

Trust Score

The trust score is calculated based on:

OpenAPI Specification

See openapi/openapi.yaml for the complete API specification.

Security