Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
docs: replace readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Aug 9, 2024
1 parent b55c51d commit 145d334
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Runtimes
# Paseo Releases
> ⚠️ NOTE: These builds are provided for development purposes only!
Work In Progress runtime for Paseo Polkadot community testnet.
This repo provides cross-platform builds of the Paseo Network chain spec generator for usage with [`pop-cli`](https://github.com/r0gue-io/pop-cli) only.

## Structure
Builds are generated as per the release tags at https://github.com/paseo-network/runtimes, along with any Rust compiler version noted within the release notes of each release.

```pre
├── relay
│ ├── paseo
└── system-parachains
├── asset-hub-paseo
├── bp-asset-hub-paseo
├── bridge-hub-paseo
├── bp-bridge-hub-paseo
```
The [workflow](./.github/workflows/release.yml) generates the cross-platform binaries and creates a corresponding release with the same release tag. The corresponding commit hash is added to the release notes for additional verification.

## Aura Signing Scheme
This repo also overrides the signing scheme used for Aura by the `asset-hub-paseo-runtime` runtime to standardise on
SR25519 instead of ED25515 as found on Polkadot, easing integrations with SDK binaries and tooling.

## Supported Platforms
The currently supported platforms/targets are as follows:
- Linux
- `aarch64-unknown-linux-gnu`
- `x86_64-unknown-linux-gnu`
- macOS
- `aarch64-apple-darwin`
- `x86_64-apple-darwin`

0 comments on commit 145d334

Please sign in to comment.