Build CKB Contract with Rust, Part1

Edited at 2020-01-06 Remove the linker script section since I found its unnecessary to customize linker Refactor the main function interface AFAIK, the most popular contracts that deployed on CKB is writing in C. There are 3 default contracts in the g… Read more

Similar

Rust’s 2017 Roadmap

Starting with 2017, Rust is following an open roadmap process for setting our aims for the year. The process is coordinated with the survey and production user outreach, to make sure our goals are aligned with the needs of Rust’s users. It culminates in...

Read more »

Why Rust strings seem hard

Lately I've been seeing lots of anecdotes from people trying to get into Rust who get really hung up on strings (&str, String, and their relationship). Beyond Rust's usual challenges around ownership, there can be an added layer of frustration because... (more…)

Read more »