An open API service indexing awesome lists of open source software.

https://github.com/rswanson/swannynode

Open infrastructure templates for deploying highly resilient web3 infrastructure
https://github.com/rswanson/swannynode

aws ethereum pulumi rust

Last synced: 5 months ago
JSON representation

Open infrastructure templates for deploying highly resilient web3 infrastructure

Awesome Lists containing this project

README

          

# swannynode

Scalable cloud-native templates for deploying web3 infrastructure

[[ Still in experimental phase ]]

## About

Lets run some nodes well. The goal of this repo is to have a set of templates to go from a fresh AWS account to running ethereum nodes in no time. This infrastructure is not aimed to be the cheapest, rather its defined for top of the line scalability and resiliency.

## Dependencies

### Pulumi

```bash
brew install pulumi/tap/pulumi
```

### AWS CLI v2

```bash
brew install awscli
```