-
## Description
The Haiko favicon isn't rendering well cause the URL is `src="/haiko_solvers/favicon.ico"` but it should be src="/haiko/favicon.ico"
https://starknet.quest/discover/defi
Ple…
-
In `src/endpoints/admin/quiz/create_quiz.rs` the `verify_endpoint` field should be "quests/verify_quiz" instead of "/quests/verify_quiz" (just remove the `/` at the begining)
-
It fail with this error:
![image](https://github.com/user-attachments/assets/96dbf5ca-63e9-4e65-908e-b79c07d38213)
To reproduce:
- Add this diff
```bash
diff --git a/apps/ui/src/composables/u…
-
I think enums without a default variant should throw an error at compile time if they try to derive `starknet::Store` - otherwise, attempting a storage read on an uninitialized slot will cause a runti…
-
Write a withdraw token function that would withraw tokens from the contract to the caller's wallet.
-
## Description
Implement a sub generator to quickly bootstrap a new Cairo contract.
The CLI could guide the user and let the possibility to:
- Choose contract name
- Generate associated test f…
-
Right now, most of the "Activity" files in wallet_app/android are just in the main directory. We should refactor so that all activities are in the ui/activity folder.
-
The tests are already defined in `src/contracts/ramps/revolut/revolut_test.cairo`. You just need to write their implementation following the way the escrow tests are implemented.
These contracts wi…
-
Hi there!
While running integration tests on SNOS, we’ve encountered an issue in some blocks. Specifically, we retrieve a ClassProof from Pathfinder, and then attempt to verify if the class_hash ex…
-
Either use https://foundry-rs.github.io/starknet-foundry/starknet/script.html or document how to deploy Konoha.