ton-society / grants-and-bounties

TON Foundation invites talent to imagine and realize projects that have the potential to integrate with the daily lives of users.
https://ton.org/grants
310 stars 137 forks source link

TonAPI SDK for Rust #370

Open liketurbo opened 12 months ago

liketurbo commented 12 months ago

Summary

SDK Library for Rust for TonAPI REST endpoints.

Context

TonAPI SDK for Rust aims to facilitate a smoother, more efficient, and developer-friendly experience for Rust programmers aiming to integrate TonAPI's functionality into their applications.

References

Estimate suggested reward

Up to $500

Aydin62 commented 11 months ago

Hi. I'm so interested in this issue, but the problem is that I'm not ready enough to handle it yet. Just two questions:

  1. Can you wait for some time (say, 2 months, or perhaps a little bit longer) so that I can proceed in both TON and Rust far enough to begin doing the task? Or are you in a hurry to have it accomplished sooner?

  2. Is my guess correct that the autogenerator will utilize WASM to translate the SDK from JS?

liketurbo commented 11 months ago
2. Is my guess correct that the autogenerator will utilize WASM to translate the SDK from JS?

By autogenerator I meant tools like https://openapi-generator.tech/, which generates your language specific types and functions from openapi document

Aydin62 commented 11 months ago

By autogenerator I meant tools like https://openapi-generator.tech/, which generates your language specific types and functions from openapi document

Was unaware of that. Thanks for valuable information.