Skip to content

Commit

Permalink
feat: add example script for downloading chain data
Browse files Browse the repository at this point in the history
  • Loading branch information
jowparks committed May 29, 2024
1 parent b966e8d commit 2c7b169
Show file tree
Hide file tree
Showing 7 changed files with 2,006 additions and 180 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ node_modules/
*testdb*
*yarn-error.log
test/cache/
blocks*
*blocks*
*byteRanges*
manifest.json
2 changes: 1 addition & 1 deletion example/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPENDING_KEY=""
WALLET_SERVER_HOST="walletserver.ironfish.network:50051"
WALLET_SERVER_HOST="https://walletserver.ironfish.network"
BLOCK_PROCESSOR_BATCH_SIZE=99
Loading

0 comments on commit 2c7b169

Please sign in to comment.