Emurgo / csl-mobile-bridge

React-native bindings for Emurgo's cardano-serialization-lib (Cardano haskell Shelley)
MIT License
23 stars 12 forks source link

Codegen + lastest CSL support #84

Closed lisicky closed 1 year ago

lisicky commented 1 year ago

I have added code gen scripts to automate all stuff related to adding function from rust to react-native. For it you need to install all deps for yoroi-mobile, nightly rust, aarch64-apple-ios-sim target ( rustup target add aarch64-apple-ios-sim ) , python 3.9. After all preparation you need to change CSL version in rust/Cargo.toml (if it necessary) and run generate.sh from repo root.