You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:The text was updated successfully, but these errors were encountered: