Repository
URL: https://github.com/worldwide-asset-exchange/sdk-react-native
Repository Structure
Root Directory
The root directory contains the SDK source code and configuration files:
src/
- Core SDK source codebase/
- Base components and utilitiesconfig/
- Configuration filesconstants/
- Constant values and enumscontexts/
- React contexts for state managementservices/
- Service layer implementationstypes/
- TypeScript type definitionsutils/
- Utility functions__tests__/
- Test filesindex.tsx
- Main entry point
Configuration files:
package.json
- Project dependencies and scriptstsconfig.json
- TypeScript configurationrollup.config.js
- Build configurationbabel.config.js
- Babel configurationjest.config.ts
- Testing configuration
Example Application
The packages/dapp-example/
directory contains a complete example application demonstrating how to use the SDK:
packages/dapp-example/
- Example React Native application- Contains a working implementation of the SDK
- Demonstrates common use cases and best practices
- Can be used as a reference for implementing the SDK in your own applications