Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
d7d9a7e4
Unverified
Commit
d7d9a7e4
authored
Apr 25, 2023
by
Kevin Today
Committed by
GitHub
Apr 25, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Clarify package parameters in README (#88)
parent
6531a7af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
README.md
README.md
+15
-0
No files found.
README.md
View file @
d7d9a7e4
...
...
@@ -21,6 +21,21 @@ Quickstart
```
bash
docker image
ls
```
1.
Run the package:
```
bash
kurtosis run
--enclave
eth2 github.com/kurtosis-tech/eth2-package
```
To remove the enclave running the Ethereum network, run
`kurtosis enclave rm -f eth2`
.
You can customize the package's behaviour by passing in a configuration JSON or YAML (see the "Configuration" section below). For example:
```
bash
kurtosis run
--enclave
eth2 github.com/kurtosis-tech/eth2-package
'{"global_client_log_level": "info"}'
```
For extra convenience, you can store the parameters in a file:
1.
Create a file in your home directory
`eth2-package-params.json`
with the following contents:
```
yaml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment