Zilliqa / zilliqa-js

JavaScript SDK for Zilliqa blockchain
https://www.npmjs.com/package/@zilliqa-js/zilliqa
GNU General Public License v3.0
131 stars 74 forks source link

RUST SDK support for Zilliqa #387

Closed wdcs-amitkumar closed 3 years ago

wdcs-amitkumar commented 3 years ago

Schnorr implementation has been implemented differently in Javascript, Golang and Python. I tried to implement the same in RUST for creating signature component but got lost somewhere.

Looking forward from the development team to provide Rust SDK. As rust is fast and major projects are moving towards RUST.

Any timeline for this would be highly appreciated...

bb111189 commented 3 years ago

We currently have no plan to create a RUST SDK. However, feel free to ask us any questions if you are lost and we will try our best to answer it.

We also welcome community members to build and maintain a community rust SDK.