This repository contains sample AWS Cloud Development Kit (CDK) applications (Node Runner Blueprints) to deploy on AWS self-service blockchain nodes for various protocols. For more information see Introducing AWS Blockchain Node Runners.
For deployment instructions see AWS Blockchain Node Runners Blueprints
If you'd like propose a Node Runner Blueprint for your node see Adding new Node Runner Blueprints
docs
- General documentation applicable to all Node Runner Blueprints (CDK applications within the./lib
directory)lib
- The place for all Node Runner Blueprints and shared re-usable CDK constructslib/constructs
- CDK constructs used in Node Runner Blueprintslib/your-chain
- Node Runner Blueprint for a specific chainwebsite
- Content for the project web site built with Docusauruswebsite/docs
- Place for the new blueprint deployment instructions. (If you are adding a new blueprint, use on of the existing examples to refer to theREADME.md
file within your Node Runner Blueprint directory insidelib
).
This repository uses MIT License. See more in LICENSE
See CONTRIBUTING for more information.