Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
arsen3d opened this issue May 12, 2018 · 3 comments
Closed

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

arsen3d opened this issue May 12, 2018 · 3 comments

Comments

@arsen3d
Copy link

arsen3d commented May 12, 2018

screen shot 2018-05-11 at 9 50 05 pm

@arsen3d arsen3d changed the title Should this basic example work on version 15? Should this basic example work on version Tendermint Version 0.15? May 12, 2018
@zramsay
Copy link
Contributor

zramsay commented May 12, 2018

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
Copy link
Contributor

mappum commented May 12, 2018

@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
Copy link
Contributor

zramsay commented Oct 4, 2018

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

@zramsay zramsay closed this as completed Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants