This is the Swift Package to use the JavaScript Eth app binding in a native way. It consist of a bundle.js
which is the compiled app binding (plus a wrapper) and convenience methods.
Whenever there's a change in the Eth app binding or the wrapper, bundle.js
has to be regenerated using browserify.
bundle.js
pnpm build:libs
JavaScriptCore
to run the binding and put it into the JavaScript
folder inside the Package (should replace the current bundle.js
) using the following command:browserify <path_to_monorepo>/ledger-live/libs/ledgerjs/iOS-wrappers/ios-wrapper-eth/lib/Wrapper.js -o "<path_to_package>/ios-ble-wrapper-eth/Sources/EthWrapper/JavaScript/bundle.js" -d -s TransportModule
link |
Stars: 3 |
Last commit: 1 week ago |
Make resolution object decodable, add tests
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics