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

Task: abstract blockchain access away, make implementation agnostic #45

Open
ghost opened this issue Feb 9, 2017 · 1 comment
Open

Comments

@ghost
Copy link

ghost commented Feb 9, 2017

Be best way to implement both #4 Golos support and #38 try out steemdata would be to abstract blockchain access away from usage code and provide a standard interface to fetch data and request changes (e.g. cast votes) to the blockchain.

Note that these different implementation can be switched at run time so there will be no need to fork the project for Golos support. Similarly, we don't need to permanently choose between steem.js and steemdata, or any other blockchain access method for that matter.

A separate ticket should be raised to add blockchain access method changing in the UI.

@ghost ghost added server task labels Feb 9, 2017
@ghost ghost added this to the Golos Fork milestone Feb 9, 2017
@ghost ghost added this to Idea in Features Feb 9, 2017
@ghost
Copy link
Author

ghost commented Feb 25, 2017

Another possible way to access the blockchain is steemjs-lib, built from steem.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

0 participants