Worldwide Asset eXchange (WAX/wax.io) is an eos compatible blockchain and protocol token designed to make e-commerce transactions faster, easier, and safer.
Please see the samples/mainnet directory and try cleos with the cleos.sh script, ./cleos.sh get info. I also believe you are missing a -p to expose the api, as seen in the samples/mainnet/nodeos.sh script.
Inside docker wavdev:
top 1 root 20 0 18604 3484 2984 S 0.0 0.0 0:00.17 bash
19 root 20 0 221836 10532 9228 S 0.0 0.1 0:02.20 keosd
86 root 20 0 1586412 27976 25188 S 0.0 0.3 0:01.09 nodeos
93 root 20 0 36632 3144 2684 R 0.0 0.0 0:00.00 top
so keosd is already running:
root@4d34bf6cd380:/wax/wax-blockchain# nodeos -e -p eosio \
Then accessing API:
root@4d34bf6cd380:/wax/wax-blockchain# curl --request POST \
But expecting:
Doc says:
nodeos must be running to call this endpoint. If not, you’ll receive the following message:
But nodeos is running correct as top command shows?