ton-connect / sdk

SDK for TON Connect 2.0 — a comprehensive communication protocol between wallets and apps in TON ecosystem
Apache License 2.0
287 stars 73 forks source link

Developer documentations not suffient for building/checking TonConnect packages #166

Open miohtama opened 4 months ago

miohtama commented 4 months ago

Is your feature request related to a problem?

It is not possible to repeatably to build TonConnect SDK packages.

It misses many dependencies like python needed for node-gyp that is used by some of the dependency packages.

Describe the solution you'd like

Have a Github CI workflow that builds packages.

Describe alternatives you've considered

Better Develoeprs README. But this seems to be well maintained, so it is better to have a explicit workflow that does this on CI.

Additional context

No response