hashgraph / hedera-sdk-js

Hedera™ Hashgraph SDK for JavaScript/TypeScript
https://docs.hedera.com/guides/docs/sdks
Apache License 2.0
254 stars 131 forks source link

Ionic support. #2296

Open volodymyr-sevastianov opened 1 month ago

volodymyr-sevastianov commented 1 month ago

Problem

Hello, ladies and gentelmen! I've tried to install @hashgraph/sdk into Ionic app but seems like It is imposible to use JS SDK with such setup for now. Not sure am I done something wrong or is it just not compatible yet.

Screenshot 2024-05-23 at 13 44 35

Solution

Add support for ionic framework or documentation on how to install @hashgraph/sdk into Ionic application if it is supported. It is not only me who having those issues. I am a part of hashgraph group and a number of projects asked me to help them to resolve this issue, but looks like it is not so simple.

Alternatives

No response

svetoslav-nikol0v commented 1 month ago

Hello volodymyr-sevastianov, What version of SDK are you using?

volodymyr-sevastianov commented 1 month ago

Hi @svetoslav-nikol0v, I am using:

Screenshot 2024-05-23 at 16 13 15
volodymyr-sevastianov commented 1 month ago

Dev deps:

Screenshot 2024-05-23 at 16 16 06
volodymyr-sevastianov commented 1 month ago

And tsconfig:

Screenshot 2024-05-23 at 16 16 30
svetoslav-nikol0v commented 1 month ago

Thank you. We'll test it and keep you posted.

volodymyr-sevastianov commented 1 month ago

Forgot to add that these are all generated by ionic start <name> blank(NgModules) command by default. I can send them as text instead of screenshots if there is a need.