The LAOS APIs repository consolidates the tools and components for interacting with the LAOS blockchain. This includes indexing, client APIs, and a GraphQL gateway to manage queries and mutations efficiently.
It consists of 3 main components:
-
The LAOS Bridgeless Minting Indexer that enables the indexing of Bridgelessly Minted NFTs on multiple chains. It uses an efficient topology where multiple fully-independent indexers can be run (LAOS Mainnet, LAOS Testnet, Ethereum, Polygon, ...), and the merging of their data is performed only at the API level. Please consult the LAOS Indexer Bridgeless Minting README for full information.
-
The LAOS Client API is a GraphQL service, on top of the LAOS Bridgeless Minting Indexer, designed to facilitate write operations required for Bridgeless Minting. It enables developers to perform actions such as minting and evolving assets, broadcasting transactions, and creating collections. This API serves as a crucial interface for interacting with the LAOS chain's state-modifying functionalities.
-
The Bitcoin-LAOS Indexer used to scale Bitcoin NFT minting and evolution via LAOS Bridgeless Minting.
This project is licensed under the MIT License.