Skip to content

Commit 352e92a

Browse files
authored
Merge pull request #152 from aws-samples/bsc-naming
change naming from Binance Smart Chain (BSC) to BNB Chain
2 parents 367f9de + 239a962 commit 352e92a

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

lib/bsc/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Sample AWS Blockchain Node Runner app for BNB Smart Chain(BSC) Nodes
1+
# Sample AWS Blockchain Node Runner app for BNB Chain Nodes
22

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

7-
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).
7+
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).
88

9-
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.
9+
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.
1010

1111
## Overview of Deployment Architectures
1212

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

364364
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:
365365
- eth_blockNumber

package-lock.json

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/Blueprints/Bsc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_label: BNB
2+
sidebar_label: BNB Chain
33
---
44
#
55

0 commit comments

Comments
 (0)