Concordium / concordium-node-sdk-js

TypeScript SDK for using the Concordium blockchain

Home Page:http://developer.concordium.software/concordium-node-sdk-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make @concordium/web-sdk compatible with react native

soerenbf opened this issue · comments

Description
Users are trying to utilize our SDK from react native, but it seems it is incompatible with the platform. It would be good if we could ensure compatibility with this platform in addition to web and node.

With regards to GRPC, it should be compatible with some polyfills, described in this issue comment, also mentioned in the documentation of protobuf-ts

Related to #112

Scope

  • Should support the full scope of non-WASM functionality (except for nodsJS specific functionality)
  • Should support contract schema functions
  • Should not support the functions and types meant for wallets