diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index 206849db12..66ed5f7a09 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -1,4 +1,4 @@ -# ![Moonbeam](media/moonbeam-cover.jpg) +# ![Moonbeam](media/Banner.jpg) ## Contributions diff --git a/README.md b/README.md index bf0115483d..f14a17dab7 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,39 @@ -# ![Moonbeam](media/moonbeam-cover.jpg) - -# ⚠️ Moonbeam new github organization ⚠️ - -Moonbeam repository has been migrated from purestake to the Moonbeam Foundation organization: -https://github.com/moonbeam-foundation/moonbeam - -Github references/cloning as well as cargo build will keep working as expected. -However, it is recommended to update those references once the migration is complete. +# ![Moonbeam](media/Banner.jpg) # Information ![Tests](https://github.com/moonbeam-foundation/moonbeam/workflows/Build/badge.svg) -**An Ethereum compatible [Parachain](https://polkadot.network/technology/) built with [Substrate](https://substrate.dev).** +**An Ethereum compatible [Parachain](https://polkadot.network/technology/) built with the [Polkadot-SDK](https://github.com/paritytech/polkadot-sdk).** 👉 _Discover the Moonbeam project at [moonbeam.network](https://moonbeam.network)._
👉 _Learn to [use the Moonbeam network](https://docs.moonbeam.network/) with our technical docs._
👉 _Reference our [crate-level docs (rustdocs)](https://moonbeam-foundation.github.io/moonbeam) to contribute._ -## Run an alphanet node with Docker +## Run a Moonbase Alpha (Moonbeam TestNet) Node with Docker Docker images are published for every tagged release. Learn more with `moonbeam --help`. ```bash # Join the public testnet -docker run --network="host" moonbeamfoundation/moonbeam:v0.36.0 --chain alphanet +docker run --network="host" moonbeamfoundation/moonbeam:v0.37.3 --chain alphanet ``` You can find more detailed instructions to [run a full node in our TestNet](https://docs.moonbeam.network/node-operators/networks/run-a-node/overview/) -## Run a local development node with Docker +## Run a Local Development Node with Docker -Developers who are building dApps to run on moonbeam, may want a lightweight node to work with +Developers who are building dApps to run on Moonbeam, may want a lightweight node to work with locally. You can quickly set up a single node without a relay chain backing it using the development service. ```bash # Run a dev service node -docker run --network="host" moonbeamfoundation/moonbeam:v0.36.0 --dev +docker run --network="host" moonbeamfoundation/moonbeam:v0.37.3 --dev ``` For more information, see our detailed instructions to [run a development node](https://docs.moonbeam.network/builders/get-started/networks/moonbeam-dev/) -### Sealing options +### Sealing Options The above command will start the node in instant seal mode. It creates a block when a transaction arrives, similar to Ganache's auto-mine. You can also choose to author blocks at a regular interval, or control authoring manually through the RPC. @@ -125,7 +117,7 @@ cd moonbeam cargo build --release ``` -## Run tests +## Run Tests Moonbeam incorporates Rust unit tests and TypeScript integration tests, which are executed in CI and can also be run locally. @@ -146,7 +138,7 @@ pnpm moonwall test dev_moonbase ## Chain IDs The Ethereum specification describes a numeric Chain Id. The Moonbeam mainnet will have a Chain Id -of 1284, symbolizing the 1284 milliseconds it takes for a moonbeam to reach Earth. +of 1284, symbolizing the 1284 milliseconds it takes for a Moonbeam to reach Earth. Moonbeam nodes support a variety of public chains and testnets, each with their respective Chain Ids as follows: @@ -184,7 +176,6 @@ From Frontier: - _EVM_: Encapsulates execution logic for an Ethereum Virtual Machine - _Ethereum_: Ethereum-style data encoding and access for the EVM. - The following pallets are stored in `pallets/`. They are designed for Moonbeam's specific requirements: - _Author Inherent_: Allows block authors to include their identity in a block via an inherent. diff --git a/media/Banner.jpg b/media/Banner.jpg new file mode 100644 index 0000000000..b8abf13b40 Binary files /dev/null and b/media/Banner.jpg differ diff --git a/media/GLMR.png b/media/GLMR.png deleted file mode 100644 index 48dd6c16e4..0000000000 Binary files a/media/GLMR.png and /dev/null differ diff --git a/media/GLMR.svg b/media/GLMR.svg new file mode 100644 index 0000000000..73c09a71b7 --- /dev/null +++ b/media/GLMR.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/media/MOVR.png b/media/MOVR.png deleted file mode 100644 index 40ba8a7c66..0000000000 Binary files a/media/MOVR.png and /dev/null differ diff --git a/media/MOVR.svg b/media/MOVR.svg new file mode 100644 index 0000000000..e9aafb1ac9 --- /dev/null +++ b/media/MOVR.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/media/Moonbeam_Icon_White.svg b/media/Moonbeam_Icon_White.svg new file mode 100644 index 0000000000..85343a0dde --- /dev/null +++ b/media/Moonbeam_Icon_White.svg @@ -0,0 +1,3 @@ + + + diff --git a/media/Moonbeam_Logo_White.svg b/media/Moonbeam_Logo_White.svg new file mode 100644 index 0000000000..b0f3a97bf5 --- /dev/null +++ b/media/Moonbeam_Logo_White.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/media/Moonriver_Icon_White.svg b/media/Moonriver_Icon_White.svg new file mode 100644 index 0000000000..18413efb67 --- /dev/null +++ b/media/Moonriver_Icon_White.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/media/Moonriver_Logo_White.svg b/media/Moonriver_Logo_White.svg new file mode 100644 index 0000000000..1f18cc9995 --- /dev/null +++ b/media/Moonriver_Logo_White.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/media/README.md b/media/README.md new file mode 100644 index 0000000000..8f9b4c198e --- /dev/null +++ b/media/README.md @@ -0,0 +1,3 @@ +# Brand Guidelines + +Please visit [Moonbeam Brand Guidelines](https://guidelines.moonbeam.foundation/) to download all assets. \ No newline at end of file diff --git a/media/moonbeam-cover.jpg b/media/moonbeam-cover.jpg deleted file mode 100644 index faa3447503..0000000000 Binary files a/media/moonbeam-cover.jpg and /dev/null differ