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
- Host: GitHub
- URL: https://github.com/rswanson/swannynode
- Owner: rswanson
- License: apache-2.0
- Created: 2023-03-31T15:37:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T03:23:10.000Z (about 2 years ago)
- Last Synced: 2024-05-19T04:24:54.179Z (about 2 years ago)
- Topics: aws, ethereum, pulumi, rust
- Language: Go
- Homepage: https://swan.sh
- Size: 551 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```