Skip to content

Commit

Permalink
Merge pull request #293 from chainbound/naman/feat/delegations-cli
Browse files Browse the repository at this point in the history
feat: add delegations cli
  • Loading branch information
merklefruit authored Oct 16, 2024
2 parents 84eb1f7 + c3ad6a8 commit 0fd6b97
Show file tree
Hide file tree
Showing 17 changed files with 7,741 additions and 2 deletions.
7 changes: 7 additions & 0 deletions bolt-delegations-cli/.env.keystore.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# generate keystore

PATH=keys
PASSWORD=password
DELEGATEE_PUBKEY=0x83eeddfac5e60f8fe607ee8713efb8877c295ad9f8ca075f4d8f6f2ae241a30dd57f78f6f3863a9fe0d5b5db9d550b93
OUTPUT_FILE_PATH=delegations.json
CHAIN=kurtosis
6 changes: 6 additions & 0 deletions bolt-delegations-cli/.env.local.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# generate local

SECRET_KEYS=0f40d627fa199720b79db91ce3f57034680f3ee6eef161abfb8275e676a7fd15,0f40d627fa199720b79db91ce3f57034680f3ee6eef161abfb8275e676a7fd15
DELEGATEE_PUBKEY=0x83eeddfac5e60f8fe607ee8713efb8877c295ad9f8ca075f4d8f6f2ae241a30dd57f78f6f3863a9fe0d5b5db9d550b93
OUTPUT_FILE_PATH=delegations.json
CHAIN=kurtosis
6 changes: 6 additions & 0 deletions bolt-delegations-cli/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
.env
.env.*
delegations.json
!.env.local.example
!.env.keystore.example
Loading

0 comments on commit 0fd6b97

Please sign in to comment.