Skip to content

Commit

Permalink
feat: Run cdk-erigon with cdk config files transparently for the user (
Browse files Browse the repository at this point in the history
…#88)

* feat: dynamically generate erigon config

Render the config files in tmp and run erigon passing the path of the
config file.

* feat: add node components param
* docs: update readme
* refactor: remove admin address
* fix: adapt dockerfile
* refactor: tune makefile
  • Loading branch information
vcastellm authored Oct 8, 2024
1 parent f54a3a8 commit edabc4c
Show file tree
Hide file tree
Showing 20 changed files with 1,603 additions and 376 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ tmp
.vscode
.idea
.idea/*

data
Loading

0 comments on commit edabc4c

Please sign in to comment.