-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitcoin Core Implementation #185
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
Signed-off-by: racket2000 <[email protected]>
When opening this PR, I initially kept encountering a "forbidden error" regarding the "camelcase" package for the Website Build check. I am not sure why. (An example of this error message can be seen here: https://github.com/aws-samples/aws-blockchain-node-runners/actions/runs/14201779886/job/39790220182) Apologies for the numerous commits I made to troubleshoot this -- I had to do a bit of trial and error to refresh my package.json and package-lock.json in order to get past the Website Build check (which is strange, since the "camelcase" package is utilized in the website's package-lock.json) For clarity, I am using a few packages for Bitcoin, such as aws-sdk/client-secrets-manager and base64url. I have created a local package.json for Bitcoin, since the other Blueprints do not require these dependencies. |
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
Motivation
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
More
README.md
file in my blueprint folderREADME.md
file towebsite/docs
section for this featureFor Moderators
cdk-nag
tools don't show warnings?README.md
before merge?Additional Notes
N/A