implement sdk #9

Open
opened 2026-01-05 19:05:37 +00:00 by despiegk · 1 comment
Owner

see sdk/instructions.md

todo

  • review instructions
  • select right sdk for near in rust
  • implement the functionality, no usage of commandline all pure rust
  • in setup use the sdk to talk to blockchain not the command line
  • make new rhai wrappers, remove the ones from setup which use the commandline
  • check all rhai examples that they still work, but now they use the sdk
see sdk/instructions.md todo - [x] review instructions - [x] select right sdk for near in rust - [x] implement the functionality, no usage of commandline all pure rust - [x] in setup use the sdk to talk to blockchain not the command line - [x] make new rhai wrappers, remove the ones from setup which use the commandline - [ ] check all rhai examples that they still work, but now they use the sdk
despiegk added this to the now milestone 2026-01-05 19:18:49 +00:00
scott self-assigned this 2026-01-07 16:34:45 +00:00
Member

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.

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.
Sign in to join this conversation.
No labels
urgent
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geomind_research/hero_ledger#9
No description provided.