Developer Weekly Update - May 28, 2025

Hello, developers! It’s time for another developer weekly update.

This week, there are new documentation pages on the vetKeys feature, an update on the Solana RPC canister, and a request for feedback from the community.

Read more on the dev blog.

5 Likes

Regarding the VetKeys examples – are there any available in Motoko as well? I’ve only seen ones in Rust or TypeScript so far.

2 Likes

currently there is no plan to provide additional Motoko examples. however, the ic-vetkeys library has been published now on Mops. it is an equivalent to the Rust crate which is used in the Rust examples.

Appreciate the update, I’ll take a closer look and do my best to figure it out.