howto testing web wallet?
Are there some docments?
I have run
lineman up
./bitshares_client --server --httpport 9989
But when I open the web page, seems all rpc call is failed, here is the error msg from firefox
RPC error calling wallet_list_receive_accounts: prefixMatchingApiProxy is not defined (500)
I am not family with js, here is the error msg from console
ReferenceError: prefixMatchingApiProxy is not defined
at /home/alt/workspace/web_wallet/config/server.js:21:57
at callbacks (/home/alt/workspace/web_wallet/node_modules/lineman/node_modules/express/lib/router/index.js:164:37)
at multipart (/home/alt/workspace/web_wallet/node_modules/lineman/node_modules/express/node_modules/connect/lib/middleware/multipart.js:81:27)
at /home/alt/workspace/web_wallet/node_modules/lineman/node_modules/express/node_modules/connect/lib/middleware/bodyParser.js:57:9
at urlencoded (/home/alt/workspace/web_wallet/node_modules/lineman/node_modules/express/node_modules/connect/lib/middleware/urlencoded.js:46:27)
at /home/alt/workspace/web_wallet/node_modules/lineman/node_modules/express/node_modules/connect/lib/middleware/bodyParser.js:55:7
at IncomingMessage.<anonymous> (/home/alt/workspace/web_wallet/node_modules/lineman/node_modules/express/node_modules/connect/lib/middleware/json.js:72:9)
at IncomingMessage.EventEmitter.emit (events.js:92:17)
at _stream_readable.js:919:16
at process._tickCallback (node.js:419:13)