JugglingSwap icon indicating copy to clipboard operation
JugglingSwap copied to clipboard

Running Examples

Open ShimmerPig opened this issue 3 years ago • 8 comments

Hi, when I was running maker.js address, something went wrong.

$ ./maker.js address
fatal runtime error: failed to initiate panic, error 5

ShimmerPig avatar Mar 08 '21 02:03 ShimmerPig

$ cd ./dist/demo
$ ls
maker.js  server.js  taker.js
$ export DEBUG=user,maker
$ chmod +x ./maker.js
$ ./maker.js --help
Usage: maker [options] [command]

Options:
  -h, --help                                                      display help for command

Commands:
  address|a [options]
  balance|b
  make|m <sourceCurrency> <sourceAmount> <toCurrency> <toAmount>  Make an order
  help [command]                                                  display help for command
$ ./maker.js address
fatal runtime error: failed to initiate panic, error 5

ShimmerPig avatar Mar 08 '21 02:03 ShimmerPig

@ShimmerPig thank you. we will look into it (cc: @oleiba )

omershlo avatar Mar 08 '21 09:03 omershlo

@ShimmerPig thank you. we will look into it (cc: @oleiba )

Thanks. I'm looking forward to your reply . :)

ShimmerPig avatar Mar 08 '21 09:03 ShimmerPig

# ./maker.js address
fatal runtime error: failed to initiate panic, error 5
Aborted (core dumped)

ShimmerPig avatar Mar 10 '21 03:03 ShimmerPig

On a clean Ubuntu 16

# rustc --version
rustc 1.38.0-nightly (0b680cfce 2019-07-09)
# node --version
v10.16.0

I just run it

$ git clone https://github.com/ZenGo-X/JugglingSwap
$ cd ./JugglingSwap
$ yarn install
$ yarn run build 
$ cd ./dist/demo
$ export DEBUG=user,maker  # see useful logs throughout the demo
$ chmod +x ./maker.js
$ ./maker.js address

Nothing else

ShimmerPig avatar Mar 10 '21 14:03 ShimmerPig

Hi, I want to know whether it's a problem with my environment or the program?

ShimmerPig avatar Mar 18 '21 06:03 ShimmerPig

Hi, sorry for the delay in my response. I will check it and get back to you.

oleiba avatar Mar 18 '21 08:03 oleiba

Hi, sorry for the delay in my response. I will check it and get back to you.

Hi, I want to know whether it's a problem with my environment or the program?

ShimmerPig avatar Apr 11 '21 23:04 ShimmerPig