Skip to content

Commit

Permalink
crate key script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Apr 18, 2024
1 parent 8610b5d commit 827caf0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions scripts/create_key.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/usr/bin/env bash

basedir=$(cd `dirname $0`; pwd)
WORKSPACE=${basedir}
source ${WORKSPACE}/.env
echo ${WORKSPACE}



cd ${WORKSPACE}
git clone https://github.com/bnb-chain/greenfield-cmd.git
cd greenfield-cmd
git checkout master
make build
cd build


./gnfd-cmd account new

./gnfd-cmd account export --unarmoredHex --unsafe

0 comments on commit 827caf0

Please sign in to comment.