Skip to content

victorcastro89/Ic-stable-storage

 
 

Repository files navigation

BtreeMap working with canister stable memory

How to Use:

dfx start --clean
make deploy
dfx canister call stablestorage insert_string '("ping","pong")'
dfx canister call stablestorage get_string_by_key '("ping")'

About

Rust Stable Storage Implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.3%
  • Makefile 1.3%
  • Starlark 0.4%