Skip to content

asiniscalchi/laos

 
 

Repository files navigation

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 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 secured a slot as a Parachain in Polkadot after winning auction 68, and it is targeting July 11th to start producing blocks.

LAOS Testnets

LAOS currently has two testnets, named KLAOS Nova and LAOS Sigma. After launching to mainnet, KLAOS Nova will eventually be deprecated, leaving LAOS Sigma as the only officially supported testnet.

KLAOS Nova is the testnet aimed at building your DApp, leveraging bridgeless minting, and all other EVM functionalities.

LAOS Sigma is the testnet where all development undergoes final testing before being integrated in LAOS mainnet. Currently, LAOS Sigma can be used to test staking functionality. Token transfers and EVM functionalities will be soon integrated.

LAOS Parachain:

Running your own node

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

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

where:

  • <chain_name> shall be set to klaos-nova or laos-sigma to operate on the testnets, and
  • <release> shall be chosen among the available releases 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 93.6%
  • TypeScript 3.6%
  • Solidity 1.7%
  • Handlebars 0.4%
  • Shell 0.3%
  • JavaScript 0.3%
  • Dockerfile 0.1%