Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 751 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 751 Bytes

ScanGaurd

ScanGuard smart contract written in Cairo.

Contract Adress

0x28afbade048489365fb420676d4e7c5280f7d4325664c5ec0b05cd7091a945b

Development Setup

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

Building contracts

To build the contracts, run the command:

scarb build

Running tests

To run the tests contained within the tests folder, run the command:

scarb test