I'm having trouble with Part 3 "Getting WormholeCash" and creating tokens tutorial: https://developer.bitcoin.com/tutorials ... okens.html
It says:
"go to wallet/newAddress and create a new address."
The problem is I cannot access 'wallet/newAddress' and I do not have '/transaction/' REST operations available on my WormholeREST set up:
This is my WormholeREST setup
http://162.217.144.79:3000/ <- this set up is on one of my remote servers running on Ubuntu 14.04.5 LTS but I've got identical problem on my laptop "localhost:3000" running on Calculate Linux (Gentoo based OS).
As a workaround, I tried to use command-line tools such as:
Code: Select all
./wormholed-cli getaccountaddress ""
Code: Select all
bchtest:qr6c5lzelgh804hzm9sxgezufqxnzz03lclsjv3uw8
Could somebody please advise as to why I don't have '/wallet' and '/transaction' REST link operations in my WormholeREST set up?
Thank you,
Victor.