Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

borsh support in near-sdk-js #242

Closed
exalate-issue-sync bot opened this issue Sep 23, 2022 · 2 comments
Closed

borsh support in near-sdk-js #242

exalate-issue-sync bot opened this issue Sep 23, 2022 · 2 comments
Labels

Comments

@exalate-issue-sync
Copy link

No description provided.

@exalate-issue-sync
Copy link
Author

Bo Yao commented:

https://www.npmjs.com/package/@dao-xyz/borsh

@ailisp ailisp linked a pull request Sep 23, 2022 that will close this issue
@ailisp
Copy link
Member

ailisp commented Jul 24, 2023

@gagdiez recently implemented a non-buffer version of borsh. It will be great to package it as esm, and implement borsh support using that. In the first version, it's sufficient to implement a manually serialization, which is a simple call to the borsh js's serialize / de-serialize API in sdk-js. And, make a small example to prove it works.

@gagdiez 's new borsh impl: near/borsh-js#65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant