Skip to content

Commit

Permalink
Merge pull request #152 from aws-samples/bsc-naming
Browse files Browse the repository at this point in the history
change naming from Binance Smart Chain (BSC) to BNB Chain
  • Loading branch information
frbrkoala authored Nov 27, 2024
2 parents 367f9de + 239a962 commit 352e92a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions lib/bsc/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Sample AWS Blockchain Node Runner app for BNB Smart Chain(BSC) Nodes
# Sample AWS Blockchain Node Runner app for BNB Chain Nodes

| Contributed by |
|:--------------------:|
| [@StayHungryStayFoolish](https://github.com/StayHungryStayFoolish), [@frbrkoala](https://github.com/frbrkoala) |

BNB Smart Chain (BNB), is a blockchain that supports EVM-compatible smart contracts and protocols. It utilizes the [Proof of Stake Authority(PoSA)](https://docs.bnbchain.org/docs/learn/intro#proof-of-staked-authority) consensus mechanism, which is a hybrid consensus mechanism based on a combination of [Proof of Authority (PoA)](https://en.wikipedia.org/wiki/Proof_of_authority) and [Delegated Proof of Stake (DPoS)](https://bitcoinwiki.org/wiki/DPoS).
BNB Chain, is a blockchain that supports EVM-compatible smart contracts and protocols. It utilizes the [Proof of Stake Authority(PoSA)](https://docs.bnbchain.org/docs/learn/intro#proof-of-staked-authority) consensus mechanism, which is a hybrid consensus mechanism based on a combination of [Proof of Authority (PoA)](https://en.wikipedia.org/wiki/Proof_of_authority) and [Delegated Proof of Stake (DPoS)](https://bitcoinwiki.org/wiki/DPoS).

This blueprint is designed to assist in deploying a single node or a Highly Available (HA) [BNB Smart Chain (BNB) Fullnode](https://docs.bnbchain.org/docs/validator/fullnode/) on AWS. It is intended for use in development, testing, or Proof of Concept purposes.
This blueprint is designed to assist in deploying a single node or a Highly Available (HA) [BNB Chain Fullnode](https://docs.bnbchain.org/docs/validator/fullnode/) on AWS. It is intended for use in development, testing, or Proof of Concept purposes.

## Overview of Deployment Architectures

Expand Down Expand Up @@ -359,7 +359,7 @@ sudo systemctl restart bsc
> - *View BNB service configuration*
> - `cat /etc/systemd/system/bsc.service`
5. Where can I find more infromation about BSC RPC API?
5. Where can I find more infromation about BNB RPC API?

Please refer to more [JSON-RPC API METHODS](https://ethereum.org/en/developers/docs/apis/json-rpc/#json-rpc-methods). The following are some commonly used API methods:
- eth_blockNumber
Expand Down
9 changes: 7 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/docs/Blueprints/Bsc.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_label: BNB
sidebar_label: BNB Chain
---
#

Expand Down

0 comments on commit 352e92a

Please sign in to comment.