freeverseio / laos

GNU General Public License v3.0
17 stars 6 forks source link

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' main documentation can be found here:

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

LAOS secured a slot as a Parachain in Polkadot after winning auction 68, and LAOS Mainnet started producing blocks on July 3rd, 2024.

LAOS Sigma Testnet

LAOS Sigma serves as the testnet for LAOS, currently maintained by the LAOS Foundation. All development undergoes final testing in LAOS Sigma before being integrated in LAOS Mainnet.

You may use LAOS Sigma to test staking, or to develop and test your DApp, before launching to LAOS Mainnet.

LAOS Mainnet

LAOS Mainnet is secured by Polkadot's validators by being a Parachains since July 3rd, 2024. Check LAOS Roadmap for a list of features planned to be activated during the next months.

Releases

Stable versions

Stable versions follow semver conventions and are monotonically increasing from X.Y.0 to X.Y.89.

Example: 0.1.0, 0.1.1 (patch), 0.2.0 (new version).

Stable versions are published as GitHub releases here.

Dev versions

Dev versions are used for testing purposes, thus, they are not published as GitHub releases.

Dev versions follow semver conventions and are are monotonically increasing from X.Y.90 to X.Y.99.

Example: 0.1.90, 0.1.91.

Whenever something is merged to main, a PR has to be created increasing the spec version of the runtime as described above. When the PR is merged, the runtime of the dev version can be produced and installed in the testing network.

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:

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.