Skip to content

Commit 8d3b7f2

Browse files
authored
Merge pull request #68 from aws-samples/website
Website. Added contribution list to each blueprint
2 parents bf4429d + 6079632 commit 8d3b7f2

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

lib/ethereum/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Sample AWS Blockchain Node Runner app for Ethereum Nodes
22

3+
| Contributed by |
4+
|:--------------------:|
5+
| [@aldredb](https://github.com/aldredb), [@frbrkoala](https://github.com/frbrkoala), [@wgr2017](https://github.com/wgr2017) |
6+
37
## Architecture Overview
48

59
This blueprint has two options for running nodes. You can set up a single JSON RPC node or multiple nodes in highly-available setup. The details are below.

lib/scroll/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Sample AWS Blockchain Node Runner app for Scroll Nodes
22

3+
| Contributed by |
4+
|:--------------------:|
5+
| [@alickmail](https://github.com/alickmail) |
6+
37
[Scroll](https://docs.scroll.io/en/getting-started/overview/) is a "Layer 2" scaling solution for Ethereum leveraging zero knowledge proofs. This blueprint helps to deploy Scroll nodes (L2Geth) on AWS as RPC nodes and use [Amazon Managed Blockchain Access Ethereum](https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/ethereum-concepts.html) node for "Layer 1". It is meant to be used for development, testing or Proof of Concept purposes.
48

59
## Overview of Deployment Architectures for Single Node setups

lib/solana/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Sample AWS Blockchain Node Runner app for Solana Nodes
22

3+
| Contributed by |
4+
|:--------------------:|
5+
| [@frbrkoala](https://github.com/frbrkoala) |
6+
37
Solana nodes on AWS can be deployed in 3 different configurations: Consensus, base RPC and extended RPC with secondary indexes. In addition, you can choose to deploy those configurations as a single node or a highly available (HA) nodes setup. Learn more about configurations on [Solana on AWS documentation page](https://solana.com/developers/guides/rpc/configure-solana-rpc-on-aws) and below are the details on single node and HA deployment setups.
48

59
## Overview of Deployment Architectures for Single and HA setups

lib/stacks/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Sample AWS Blockchain Node Runner app for Stacks Nodes
22

3+
| Contributed by |
4+
|:--------------------:|
5+
| [@AshtonStephens](https://github.com/AshtonStephens) |
6+
37
Stacks nodes on AWS can currently be deployed in only the "follower" configuration, but is scoped to handle three different configurations: "follower", "miner", and "signer". You can choose to deploy nodes as a single node or a highly available (HA) node.
48

59
## Overview of Deployment Architectures for Single and HA setups

0 commit comments

Comments
 (0)