-
Notifications
You must be signed in to change notification settings - Fork 3
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
Added Dpos contract calls to new sdk package #583
base: feat/sdk
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good start for a react scope but remember, we need this SDK to work not only on a frontend scope but for backend functionalities too like setting up automated stuff on a server that connects to the DPOS contract.
For now this is just a wrapper that provides configuration out of the box, but we need to think about what are the most use-cases and implement utilities for those. Can you take a look at some other SDKs a bit later on to see what they're doing in addition? |
We are building this SDK step by step. So far it does what is described in the tasks. We will continue working on it and improving it. It is not the latest version. |
…latform into feat/sdk-dpos
…latform into feat/sdk-dpos
Closes #570