vechain / vechain-sdk-js

The official JavaScript SDK for VeChain.
24 stars 9 forks source link

Investigate the JS React native code interoperability. #1388

Open lucanicoladebiasi opened 1 month ago

lucanicoladebiasi commented 1 month ago

Investigate the possibility of JS using the SDK running in React to call native executable code.

This case is useful to provide hight speed and secure cryptographic support to runtimes unable to detect the crypo layer provided by NodeJS to delegate cryptographic functions to the host OS. Failure to recognize the cryptographic API provided by the OS obliges the SDK to perform computations in JS runtime resulting execution delays of tens of seconds compared to the ms when the same functions are delegated to the hardware through the host OS.

Acceptance criteria:

lucanicoladebiasi commented 1 month ago

This ticket follows up https://github.com/vechain/vechain-sdk-js/issues/1334.