Developers
DevelopersGuides
  • Introducing Bond
    • Introduction
    • Why we build Bond?
    • Roles In Bond Ecosystem
    • Decentralised Relations/Social Graph
    • Architecture
    • Bond Reward Model
      • Leech Principle
      • Barrel Principle
  • Main Concepts
    • Bond Profile
      • Identity
      • Relationships
      • Content
      • Creator Economy
    • Connection
      • Connection NFTs
    • Bond Social Graph
    • Centralities
      • In/Out Degree Centrality
      • Betweenness Centrality
      • Closeness Centrality
      • PageRank Centrality
    • Reward Models
    • Reward Contracts
    • Off-chain Oracles
    • Gasless Mode
    • Cross Chain Messaging and Pay Gas with Bond Token
  • Bond API
    • Introduction
    • API Urls
    • Getting started with GraphQL
    • Authentication
      • Login
      • Refresh JWT
    • Profile
      • Create Profile
      • SetProfileMetadata
    • Connect
      • Connect a profile
      • Disconnect
  • Smart Contracts
    • BondHub
    • MerkelDistributor
    • TokenDeployer
    • SingleStakePoolDeployer
    • LzTokenDeployer
    • LzSingleStakePoolDeployer
  • Bond SDK
    • Bond JS SDK
      • Authenticate
      • Create Profile
      • Connect
  • Bond Nodes
    • Hardware Requirements
    • Set up and Deploy
    • Node Config (TOML)
    • Secrets Config (TOML)
    • Role-Based Access Control (RBAC)
  • References
    • Deployed Contracts
    • Github
Powered by GitBook
On this page
  1. Bond API

Introduction

Welcome to the Bond's API, your gateway to effortless blockchain interactions. At our core, we harness the dynamic power of GraphQL, providing you a familiar environment, reminiscent of platforms such as The Graph. If you're transitioning from RESTful services, rest assured, our design principles prioritise intuitive use.

Our approach transcends traditional complexities. We've crafted a schema-first system, ensuring even those unfamiliar with Solidity can seamlessly interact with blockchain data. Our event indexers take the centre stage, monitor all our smart contracts' event logs, then sorting and storing it into our Postgres database. It helps for fast data retrieval and analytics.

We also integrate with Neo4j offering users a visual representation of their social relations. This inclusion not only simplifies data interpretation but augments user comprehension. By adopting our API, your applications naturally inherit our advancements, and as we evolve, so will your integrated systems.

Your journey with Bond promises ease, clarity, and continuous evolution. We eagerly await your feedback to further refine our offerings.

PreviousCross Chain Messaging and Pay Gas with Bond TokenNextAPI Urls

Last updated 1 year ago