Skip to content

Commit

Permalink
fixup! fixup add ./bin/create-ecdsa-wallet script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Berman committed Jan 8, 2025
1 parent e788f68 commit e38f565
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/create-ecdsa-wallet
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

set -e

SCRIPT_DIR="$(dirname "$0")"

# Sets $ARWEAVE and $ARWEAVE_* variables
source $SCRIPT_DIR/arweave.env

$ARWEAVE foreground $ARWEAVE_OPTS -run ar create_ecdsa_wallet "$@"

0 comments on commit e38f565

Please sign in to comment.