ScanGuard smart contract written in Cairo.
0x28afbade048489365fb420676d4e7c5280f7d4325664c5ec0b05cd7091a945b
You will need to have Scarb and Starknet Foundry installed on your system. Refer to the documentations below:
To use this repository, first clone it:
git clone https://github.com/EjembiEmmanuel/scanguard.git
cd scangaurd/onchain
To build the contracts, run the command:
scarb build
To run the tests contained within the tests
folder, run the command:
scarb test