# Implementation of the Reclaim Protocol in ink!. ## Contract Build ```bash cargo +nightly-2023-02-07 contract build --release ``` Test ```bash cargo test ```