arkprotocol / ics721-tools

GNU General Public License v3.0
10 stars 7 forks source link

ark:100: bad substitution #2

Open xiaoxiaokanhu opened 1 year ago

xiaoxiaokanhu commented 1 year ago

source ./ark-cli.sh irisnet ark 0.1.1 ark:100: bad substitution

xiaoxiaokanhu commented 1 year ago

image

4coffeeihadbreakfast commented 5 months ago

try switching to bash before running any of the commands.

git clone https://github.com/arkprotocol/ics721-tools
cd ics721-tools/cli
bash
export ARK_ENV_DIR=$(pwd)
export ARK_CLI_DIR=$(pwd)
export HERMES_DIR=$(pwd)/..
...
...