tendermint / js-abci

Javascript ABCI libraries
87 stars 41 forks source link

Should this basic example work on version Tendermint Version 0.15? #18

Closed arsen3d closed 5 years ago

arsen3d commented 6 years ago
screen shot 2018-05-11 at 9 50 05 pm
zramsay commented 6 years ago

which example are you using? what's the app you're running in the background? if the only thing you're running is tendermint node that won't work unless you run an abci app to connect to seperately. Note that you can get around installing abci with tendermint node --proxy_app=kvstore

mappum commented 6 years ago

@arsen3d, I would guess maybe the error in your console is preventing the ABCI server from starting. Try logging something to ensure the server starts listening (server.listen(46658, () => console.log('ABCI server listening on port 46658'))).

zramsay commented 5 years ago

works to at least 0.19 (see https://github.com/tendermint/js-abci#js-abci)