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

Go Client #4

Open
zach-planet-nine opened this issue Mar 16, 2024 · 0 comments
Open

Go Client #4

zach-planet-nine opened this issue Mar 16, 2024 · 0 comments

Comments

@zach-planet-nine
Copy link
Contributor

zach-planet-nine commented Mar 16, 2024

Go clients are command line tools, and desktop applications. The Go implementation of Ethereum can be instructive here. There they use the c implementation of libsecp256k1, which we use in the c++ dir of this repo. I don't know much about Go, but happy to figure out implementing c in Go code with whomever picks this up.

The second thing will be figuring out where to store the private key. We'll want to establish a common pattern for Sessionless across languages. Probably fine to just let people pass in the file they want.

Review the README for the methods to implement.

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

1 participant