Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Eudico Garden #155

Merged
merged 7 commits into from
Mar 30, 2022
Merged

Eudico Garden #155

merged 7 commits into from
Mar 30, 2022

Conversation

adlrocha
Copy link
Collaborator

@adlrocha adlrocha commented Mar 23, 2022

This PR adds a set of convenient scripts to spawn and manage a Eudico testnet over AWS using Terraform and bash. This is a basic MVP. We'll extend with new features as needed.

IP=`terraform output -json eudico_nodes_ip | jq -r '.['"-$i"']'`
INDEX=`expr $LENGTH - $i`
echo "[*] Initializing node with IP: $IP"
# TODO: Remove this line once merged in eudico's main branch
Copy link
Collaborator Author

@adlrocha adlrocha Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: Remember to remove this line before merging. There's no need to scp eudicogarden assets once they are in the main branch (they'll be already provided by git clone)

The same for the other TODOs throughout the code.

@adlrocha adlrocha marked this pull request as ready for review March 24, 2022 10:29
@adlrocha adlrocha requested a review from dnkolegov March 24, 2022 10:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants