vechain / vechain-sdk-js

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

React Native :: Create a react native compatible library #535

Open Valazan opened 7 months ago

Valazan commented 7 months ago

Issue: Creating a Custom SDK Package for React Native

Overview

The core objective of this package is to serve as a wrapper around the Vechain SDK. This encapsulation is intended to allow the integration of the SDK into React Native projects by replacing all the incompatible dependencies with react native compatible equivalents. For example, libraries like 'buffer' or 'crypto', should be replaced with 'react-native-buffer' or 'react-native-quick-crypto'.

Goals

nwbrettski commented 6 months ago

Key Considerations:

Valazan commented 6 months ago

Note: try the current Keystore implementation to see if it's compatible with react native. If not, we should write a new implementation based on the Veworld Mobile one.

victhorbi commented 1 month ago

@Valazan do you consider this issue still actual?