Skip to main content

Resources

LAOS's main documentation can be found here:

  • LAOS Whitepaper, for an in-depth, fully detailed description.
  • LAOS Litepaper, for a high-level, use case oriented description.
  • LAOS Tokenomics, for a description of the LAOS utility token, and its associated tokenomics.

The following videos serve as an introduction to Bridgeless Minting and Evolution:

  • LAOS Bridgeless Minting & Evolution, part 1.
  • LAOS Bridgeless Minting & Evolution, part 2.

Hands-on material:

LAOS is fully open source and decentralized. The main code repositories are:

  • The LAOS Parachain. To streamline the development process and encourage diverse contributions, all core components of the Parachain were integrated in this single monorepo.
  • The Universal ERC721 Solidity Templates. This template contains the minimal extensions of the ERC721 OpenZeppelin implementation that enables bridgeless minting and evolution in any EVM chain.
  • The Examples Repository. Short scripts showing how to interact with LAOS using standard web3 libraries.
  • The LAOS Smart-Contracts Repository contains examples of smart contracts that extend the basic logic provided by the protocol-level precompiles. For example, the BatchMinter contract allows minting or evolving a large number of assets in a single transaction, while the PublicMinter contract temporarily grants minting access to everyone.