mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-02 13:33:06 +00:00
* Add Codex artifacts to the .gitignore * Set Codex version using a variable * Set download source based on the network * Use multiple bootstrap nodes for Codex Testnet * Show download online hint to the checksum file as well * Accept user provided ethereum private key to save it locally
17 lines
140 B
Plaintext
17 lines
140 B
Plaintext
# Docker compose
|
|
*.env
|
|
*.env.*
|
|
|
|
# Datadir
|
|
*-data
|
|
data_client
|
|
|
|
# Ethereum keypair
|
|
eth.address
|
|
eth.key
|
|
|
|
.DS_Store
|
|
|
|
# Codex artifacts
|
|
codex-v*
|