This repository contains the Rust code for PetChain’s contract and auth-related backend work.
stellar-contracts/: the main Soroban contract crate plus the transfer/adoption contract packagebackend-2fa/: the Rust 2FA support cratedocs/: the maintained project docs
cd stellar-contracts
cargo testcd backend-2fa
cargo testThe repo has been cleaned so both Rust crates currently test successfully.
MIT