Skip to content

Commit

Permalink
chore: Beam Network instead of Beam network
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbyUitbeijerse committed Dec 6, 2024
1 parent db078bb commit fc55458
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions pages/chain/beam-ecosystem/bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To access the LayerZero Bridge, navigate to [bridge.onbeam.com](https://bridge.o

1. Review the transaction details thoroughly.
2. If everything is correct, click on the "Bridge" button to initiate the transaction.
3. Wait for the transaction to be confirmed on the source network and then on the Beam network.
3. Wait for the transaction to be confirmed on the source network and then on the Beam Network.

</Steps>

Expand All @@ -57,7 +57,7 @@ OFTs refer to Omnichain Fungible Tokens. These tokens are designed to seamlessly

### How do I add my token to the Beam Bridge?

If you're a token owner or developer and want your token to be available for bridging on the Beam network, please reach out by contacting [the Beam team](mailto:[email protected]).
If you're a token owner or developer and want your token to be available for bridging on the Beam Network, please reach out by contacting [the Beam team](mailto:[email protected]).

### Are there any fees associated with the bridge?

Expand Down
2 changes: 1 addition & 1 deletion pages/chain/builder/accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Steps } from "nextra/components";

Managing user accounts in your Beam application involves more than just tracking game progress. By incorporating smart contract wallets, or 'account abstraction' (following [EIP-4337](https://ethereum.org/en/roadmap/account-abstraction/)), you can offer your users a more interactive and richer gaming experience.

In the Beam network, we utilize smart contracts from [Openfort](https://www.openfort.xyz/docs), which provide you with the tools to offer your users greater flexibility and security with their accounts. Here's how you can implement different levels of control and autonomy over users' gaming assets:
In the Beam Network, we utilize smart contracts from [Openfort](https://www.openfort.xyz/docs), which provide you with the tools to offer your users greater flexibility and security with their accounts. Here's how you can implement different levels of control and autonomy over users' gaming assets:

<Steps>
### Fully Managed Experience
Expand Down
2 changes: 1 addition & 1 deletion pages/chain/builder/apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: 'Explore the intricacies of Beam Subnet-EVM API and get an overview

## Beam API

To interact with the Beam network, we offer you a powerful API accessible via HTTP or through dedicated server-side SDKs. Currently, [SDKs are available](/sdk/clients) for Node.js (TypeScript) and C# (RestSharp). If you are looking for support in another language, please contact us.
To interact with the Beam Network, we offer you a powerful API accessible via HTTP or through dedicated server-side SDKs. Currently, [SDKs are available](/sdk/clients) for Node.js (TypeScript) and C# (RestSharp). If you are looking for support in another language, please contact us.

To learn more about the Beam API, please see the dedicated [Beam SDK docs](/sdk), which include guides, references, and examples.

Expand Down
6 changes: 3 additions & 3 deletions pages/chain/builder/network-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
description: 'Dive into the Beam network&#39;s comprehensive overview, detailing Mainnet and Testnet configurations.'
description: 'Dive into the Beam Network&#39;s comprehensive overview, detailing Mainnet and Testnet configurations.'
---


# Beam network Overview
# Beam Network Overview

Here, you can find a comprehensive overview of the Beam network.
Here, you can find a comprehensive overview of the Beam Network.


## Beam Mainnet
Expand Down
2 changes: 1 addition & 1 deletion pages/chain/builder/starter-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before you begin developing on Beam, there are several prerequisites you'll need
- Understanding of blockchain fundamentals
- Grasp of smart contract basics

Once you're equipped with these, you're ready to set up your development environment. In the upcoming sections, we'll walk you through the process of getting your development toolkit ready, creating your first smart contract, testing it, and finally deploying it on the Beam network.
Once you're equipped with these, you're ready to set up your development environment. In the upcoming sections, we'll walk you through the process of getting your development toolkit ready, creating your first smart contract, testing it, and finally deploying it on the Beam Network.

Beam is fully EVM-compatible, this means that building on Beam's execution layer is just like building on Ethereum in that developers can: Connect with the same wallets, deploy the same smart contract source code, use the same tooling, and more.

Expand Down
4 changes: 2 additions & 2 deletions pages/chain/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ In the developer preview mode, Beam employs a reputation-based consensus method

## The Role of the Beam token ($BEAM)

To interact with the Beam network, $BEAM token is required. The $BEAM token is the native currency used within the Beam network to pay for transactions. This not only includes transfers of value but also involves all interactions with smart contracts on the Beam network, facilitating a seamless, immersive gaming experience.
To interact with the Beam Network, $BEAM token is required. The $BEAM token is the native currency used within the Beam Network to pay for transactions. This not only includes transfers of value but also involves all interactions with smart contracts on the Beam Network, facilitating a seamless, immersive gaming experience.

## Building on Beam: Empowering Innovation

What sets Beam apart is its compatibility with Ethereum Virtual Machine (EVM), a highly advanced computational emulator that supports smart contract coding in Solidity. This cross-platform alignment allows developers to seamlessly port Ethereum-based applications onto Beam, opening a world of possibilities in building immersive, engaging games. If you've previously developed on Ethereum, you'll find the transition to Beam effortless.

As of now, Beam is a operating under a reputation-based consensus method termed Proof of Authority (PoA), implying that one needs to acquire specific rights to build on it. These rights are provided by a 4 out of 8 multi-signature spread across various contributors of The Beam Foundation. While this might seem restrictive at first glance, it is a strategic move to ensure quality and security, given that each entity on the network is verified and trusted. We understand that every new member brings unique potential and value to the Beam community. Therefore, we invite developers interested in contributing to the Beam network to reach out to us directly at [email protected].
As of now, Beam is a operating under a reputation-based consensus method termed Proof of Authority (PoA), implying that one needs to acquire specific rights to build on it. These rights are provided by a 4 out of 8 multi-signature spread across various contributors of The Beam Foundation. While this might seem restrictive at first glance, it is a strategic move to ensure quality and security, given that each entity on the network is verified and trusted. We understand that every new member brings unique potential and value to the Beam community. Therefore, we invite developers interested in contributing to the Beam Network to reach out to us directly at [email protected].

Start your journey with Beam today, and redefine what's possible in the world of gaming.

Expand Down
4 changes: 2 additions & 2 deletions pages/chain/get-started/gas.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
description: "Discover the role of $BEAM token as the gas token for the Beam network, covering its utilization, distribution, and fee configuration."
description: "Discover the role of $BEAM token as the gas token for the Beam Network, covering its utilization, distribution, and fee configuration."
---

import { Callout } from "nextra/components";

# Gas Token

The [BEAM token(https://www.coingecko.com/en/coins/beam-2) is the native currency used within the Beam network to pay for transactions. This concerns every single transaction that may occur on the network from simply transferring funds to deploying smart contracts.
The [BEAM token(https://www.coingecko.com/en/coins/beam-2) is the native currency used within the Beam Network to pay for transactions. This concerns every single transaction that may occur on the network from simply transferring funds to deploying smart contracts.

## How to get BEAM

Expand Down
4 changes: 2 additions & 2 deletions pages/chain/get-started/rpc.mdx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Beam RPC Settings MetaMask Setup - Connecting to Beam
description: Learn how to connect to the Beam network, an EVM-compatible chain, using Ethereum wallets like MetaMask.
description: Learn how to connect to the Beam Network, an EVM-compatible chain, using Ethereum wallets like MetaMask.
---

import { Callout, Steps } from "nextra/components";
import NetworkButton from "../../../components/network-button/network-button";

# Connecting to Beam

As an EVM-compatible chain, you can connect to Beam network using any Ethereum wallet.
As an EVM-compatible chain, you can connect to Beam Network using any Ethereum wallet.

<Callout type="info">
To access Beam, you need to add the network's network configuration in your
Expand Down
4 changes: 2 additions & 2 deletions pages/chain/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
description: 'Dive deep into the Beam network: capabilities, resources, and detailed guides for game developers and builders. Start building on Beam today.'
description: 'Dive deep into the Beam Network: capabilities, resources, and detailed guides for game developers and builders. Start building on Beam today.'
---

# Start Building on Beam

This documentation provides a comprehensive overview of the Beam network. Discover its capabilities, community resources, and guides tailored for game developers and builders.
This documentation provides a comprehensive overview of the Beam Network. Discover its capabilities, community resources, and guides tailored for game developers and builders.


import { Cards } from 'nextra/components'
Expand Down
2 changes: 1 addition & 1 deletion pages/chain/nodes/requirements-validator.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: "Discover the hardware and stake requirements to run a validator node on the Avalanche Beam network."
description: "Discover the hardware and stake requirements to run a validator node on the Avalanche Beam Network."
---

import { Callout } from "nextra/components";
Expand Down
2 changes: 1 addition & 1 deletion pages/chain/nodes/validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The switch to Proof of Stake will allow everyone to participate as a [validator

## Running a Beam Validator

To operate as a Beam validator, ensure you fulfill [all necessary requirements](/chain/nodes/requirements-validator) and have a [functioning Beam node](/chain/nodes/beam-node) in place. Remember, by validating on the Beam network, you are also validating the AVAX C-Chain.
To operate as a Beam validator, ensure you fulfill [all necessary requirements](/chain/nodes/requirements-validator) and have a [functioning Beam node](/chain/nodes/beam-node) in place. Remember, by validating on the Beam Network, you are also validating the AVAX C-Chain.

## Useful Tools

Expand Down
2 changes: 1 addition & 1 deletion pages/chain/resources/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ A Subnet is a sovereign network which defines its own rules regarding its member


## Validators
Individuals or entities in the Beam network responsible for verifying and validating transactions and adding them to the blockchain. They participate in consensus mechanisms and are an integral part of ensuring the integrity and security of the network.
Individuals or entities in the Beam Network responsible for verifying and validating transactions and adding them to the blockchain. They participate in consensus mechanisms and are an integral part of ensuring the integrity and security of the network.
2 changes: 1 addition & 1 deletion pages/governance/discussions.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Participate in BEAM Governance discussions

The [Beam Governance Forum](https://gov.onbeam.com) is the place where BEAM governance discussions will mainly be taking place. The Beam Governance Forum serves as a collaborative space for discussions and contributions that drive the development of the Beam ecosystem, including the Beam network, other Beam protocols and the BEAM token. Here, the Beam community is invited to take part in shaping the future of the Beam ecosystem.
The [Beam Governance Forum](https://gov.onbeam.com) is the place where BEAM governance discussions will mainly be taking place. The Beam Governance Forum serves as a collaborative space for discussions and contributions that drive the development of the Beam ecosystem, including the Beam Network, other Beam protocols and the BEAM token. Here, the Beam community is invited to take part in shaping the future of the Beam ecosystem.

The platform consists of a number of categories that encompass a broad range of Beam related topics. Each category has a pinned 'About' post that provides further information about its purpose. The 'Latest' tab will show you the most recent conversations.

Expand Down
4 changes: 2 additions & 2 deletions pages/governance/index.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Governance

In the Beam ecosystem, governance comes in different forms. BEAM is required to participate in BEAM governance. Governance of the Beam network will, after the [Horizon upgrade](/token/horizon), be conducted in a permissionless manner by validators of the Beam network. When referring to governance in the context of blockchains, however, one usually refers to using a token - here BEAM - to vote on decisions about the future of one or more protocols. In that regard, BEAM governance can be divided into two main categories:
In the Beam ecosystem, governance comes in different forms. BEAM is required to participate in BEAM governance. Governance of the Beam Network will, after the [Horizon upgrade](/token/horizon), be conducted in a permissionless manner by validators of the Beam Network. When referring to governance in the context of blockchains, however, one usually refers to using a token - here BEAM - to vote on decisions about the future of one or more protocols. In that regard, BEAM governance can be divided into two main categories:

1. BEAM governance where a governance decision may result in the upgrades of, or changes to, Beam protocols.

1. BEAM governance where a governance decision is enforceable against Beam DAO-adjacent entities that, through their governing documents, are made compatible with BEAM governance.

BEAM may also be used for voting on matters where the outcome of a governance decision would not be enforceable. While being non-binding, such votes may be used to gauge the sentiment of the Beam community related to different topics and matters.

Even though BEAM governance is an important element of the Beam ecosystem, most activities related to the Beam ecosystem do not require a governance decision. Anyone can contribute to developing the Beam ecosystem or building within it, including to deploy game-related blockchain assets to the Beam network in a permissionless manner.
Even though BEAM governance is an important element of the Beam ecosystem, most activities related to the Beam ecosystem do not require a governance decision. Anyone can contribute to developing the Beam ecosystem or building within it, including to deploy game-related blockchain assets to the Beam Network in a permissionless manner.
2 changes: 1 addition & 1 deletion pages/governance/proposals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Persons that were BEAM tokenholders at the time of the last recorded block numbe

#### Quorum and majority requirements

A quorum for a vote on a BIP vote is reached if voting power equaling 1% or more of the circulating supply of BEAM, at the time of the last recorded Beam network block number prior to the end of the most recent quarter (first quarter of a year ending at 24:00 UTC on 31 March) preceding the creation of the relevant vote, has been used to vote on the relevant proposal. 
A quorum for a vote on a BIP vote is reached if voting power equaling 1% or more of the circulating supply of BEAM, at the time of the last recorded Beam Network block number prior to the end of the most recent quarter (first quarter of a year ending at 24:00 UTC on 31 March) preceding the creation of the relevant vote, has been used to vote on the relevant proposal. 

All BIP votes require a simple majority (more than 50%) of the BEAM votes cast to succeed, unless otherwise follows from the relevant smart contract systems. 

Expand Down
Loading

0 comments on commit fc55458

Please sign in to comment.