Skip to content

Commit

Permalink
build(docker): remove funding for now
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Nov 22, 2024
1 parent c172119 commit 297d4f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/start_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ if [ -d "$ALGORAND_DATA" ]; then
# Import wallet
goal account import -m "artefact exist coil life turtle edge edge inside punch glance recycle teach melody diet method pause slam dumb race interest amused side learn able heavy"

algod -o -d "$ALGORAND_DATA" -l "0.0.0.0:8080" &
goal clerk send -a 100000000000 -t TUIDKH2C7MUHZDD77MAMUREJRKNK25SYXB7OAFA6JFBB24PEL5UX4S4GUU -f $(cat $ALGORAND_DATA/genesis.json | jq --raw-output '.alloc[] | select(.comment=="Wallet1").addr')
algod -o -d "$ALGORAND_DATA" -l "0.0.0.0:8080"
fi

else
Expand Down

0 comments on commit 297d4f1

Please sign in to comment.