Papyrs

Building A Token Canister With IC Stable Memory Library

In this tutorial we use ic-stable-collection rust library in order to implement the most common thing - a token canister. This canister is able to take over all the stable memory that a subnet can offer and is very cheap to upgrade.

Published: Jul 05, 2022, 11:18:33 PM

Edited: Aug 06, 2022, 12:56:05 AM

IC Stable Memory Library Under The Hood

This article uncovers what's inside the ic-stable-memory rust library - how does it exactly work.

Published: Jul 05, 2022, 11:11:56 PM

Edited: Aug 05, 2022, 9:02:55 PM

IC Stable Memory Library Introduction

This Rust library finally makes you able to use stable memory as main memory.

Published: Jul 05, 2022, 10:14:34 PM

Edited: Aug 05, 2022, 7:42:45 PM