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

Add Python bindings #780

Open
arobsn opened this issue Nov 18, 2024 · 2 comments
Open

Add Python bindings #780

arobsn opened this issue Nov 18, 2024 · 2 comments
Assignees
Labels
bounty - 500 SigUSD bounty Bounty for resolving the issue

Comments

@arobsn
Copy link
Member

arobsn commented Nov 18, 2024

Implement an API that is functionally equivalent to the Wasm bindings (ergo-lib-wasm). Essentially, this API should provide all the necessary functionality for dApps to build and sign transactions. Key features include:

  • Transaction building
  • Input selection
  • Transaction signing
  • Sigma Constants management and [de]serialization
@marctheshark3
Copy link

If I wanted to try this out, is it correct to fork the repo build this out, and then submit PR?

@SethDusek
Copy link
Collaborator

If I wanted to try this out, is it correct to fork the repo build this out, and then submit PR?

Yes, check out the bindings folder to see how other bindings are implemented, and the pyo3 crate if you're interested: https://docs.rs/crate/pyo3/latest

@SethDusek SethDusek self-assigned this Dec 5, 2024
@SethDusek SethDusek added the bounty Bounty for resolving the issue label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty - 500 SigUSD bounty Bounty for resolving the issue
Projects
None yet
Development

No branches or pull requests

4 participants