implement sdk #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
see sdk/instructions.md
todo
Initial implementation complete, based on official client from Near: https://github.com/near/near-api-rs
Rhai wrappers are done but still need to fully test. Some Rhai scripts are building up contract calls manually rather than using provided functions. Also Rhai implementation is using lots of generic calls instead of using SDK functions.
Need to check also about handling return values from contract calls. We just return the hash from the call currently.
Rhai improvements tracked on geomind_research/hero_ledger#19
Some Rhai scripts are not working now though, need to fix before closing this.
Work is ongoing on some aspects, but the original scope of this issue is complete.