Decentralized trust and verification layer for the MBTQ Universe.
Fibonrose provides blockchain-based trust, verification, and decentralized identity management for the MBTQ Universe platform.
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.
POST /blockchain/verify - Verify blockchain transactionGET /blockchain/trust-score - Get trust scorePOST /blockchain/record - Record new transaction# 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
{
"txId": "0x123456789abcdef",
"timestamp": "2024-01-01T00:00:00Z",
"payload": {
"type": "verification",
"data": {}
}
}
The trust score is calculated based on:
See openapi/openapi.yaml for the complete API specification.