A Cairo smart contract project built for Starknet. This project implements reward functionality using Cairo 1.0.
├── src/
│ └── lib.cairo # Main contract implementation
├── tests/
│ └── test_contract.cairo # Contract tests
├── Scarb.toml # Project configuration
└── snfoundry.toml # SNFoundry configuration
- Clone the repository
- Install dependencies with
scarb install - Build the project with
scarb build - Run tests with
snforge test
This project is licensed under the MIT License.