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

Have SDK abstract common operations #233

Open
sideninja opened this issue Oct 29, 2021 · 0 comments
Open

Have SDK abstract common operations #233

sideninja opened this issue Oct 29, 2021 · 0 comments
Assignees

Comments

@sideninja
Copy link
Contributor

sideninja commented Oct 29, 2021

Operations such as creating accounts can be quite complex and require many interactions with the blockchain. This offers an experienced developer great power and granularity but proves to be quite complex for new developers, leading to frustration, questions and services providing APIs for such operation.
I believe that having a "common" module in GO SDK providing simple abstractions for such common operations (creating account, sending FT) with a simple to use API will be beneficial.

Go SDK should allow simple actions like:

address, err := common.CreateAccount(keys, signer)
txResult, err := common.SendFlow(signer, receiver)
@sideninja sideninja self-assigned this Oct 29, 2021
@sideninja sideninja added the L2 label Feb 23, 2022
@sideninja sideninja moved this to 🔖 Ready for Pickup in 🌊 Flow 4D Mar 30, 2023
@sideninja sideninja added the Good First Issue Good for newcomers label Aug 4, 2023
@gregsantos gregsantos moved this from 🔖 Ready for Pickup to 🧊Ice Box in 🌊 Flow 4D Jan 16, 2024
@gregsantos gregsantos moved this to 🧊 Backlog in 🌊 Flow 4D Feb 26, 2024
@onflow onflow deleted a comment from sideninja Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🧊 Backlog
Development

No branches or pull requests

1 participant