magecnion / laos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The LAOS Chain

LAOS is the Universal layer 1 for digital assets across all blockchains, introducing unique features such as bridgeless minting and evolution.

LAOS Logo

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.
  • SBP Roadmap, the engineering roadmap within the Substrate Builders Program, ending on Q1 2024.

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

  • The LAOS Parachain. You are already in it. To streamline the development process and encourage diverse contributions, all core components of the Parachain were integrated in this single monorepo.

  • The Universal Node. This node streamlines the integration process for DApps aiming to incorporate bridgeless minting and evolution across various chains, including Ethereum, by merely adjusting the RPC endpoint to connect to the relevant Universal Nodes.

  • 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.

LAOS is targeting late Q1'2024 to bid for a Parachain slot on Polkadot. Presently, LAOS is accessible both via its canary Parachain in Kusama, named K-LAOS, which stands for Kusama LAOS, as well as through its test network, named Caladan. Please read the disclaimer about K-LAOS.

KLAOS Parachain:

Caladan Parachain:

Running your own node

The quickest entry point to run your own LAOS Parachain node:

$ docker run freeverseio/laos-ownership-node:<release> --chain=<chain_name>

using either klaos or caladan for chain_name. Available releases are published here.

Contributing

Contributions to the LAOS Parachain project are highly appreciated. Please adhere to GitHub's contribution guidelines to ensure a smooth collaboration process.

For detailed implementation assistance, please engage with the development team on the official LAOS Discord server.

About

License:MIT License


Languages

Language:Rust 95.8%Language:TypeScript 2.3%Language:Solidity 0.9%Language:Handlebars 0.5%Language:JavaScript 0.4%Language:Dockerfile 0.2%