-
The current README includes a link to WTF Starknet:
- [WTF Starknet](https://github.com/WTFAcademy/WTF-Starknet) - English and Chinese tutorials.
However, this resource has several significant i…
-
## Description
- We want an example of a simple smart contract that emits events once an action is performed.
- Feel free to propose the smart contract structure and methods, It doesn't need to be a…
-
-
`num_of_winners` and `token_decimals` are currently i64 in most of the code, but they should be i32.
Update `src\endpoints\admin\quest_boost\create_boost.rs`, `src\endpoints\admin\quest_boost\update_…
-
# Starknet All Core Devs Meeting
## Meeting Details
- **Date & Time:** [Thursday, October 24, 2024, 11:00-11:30 AM UTC](https://www.timeanddate.com/worldclock/converter.html?iso=20241024T110000&p…
-
## Summary
- Create a script that returns the maximum number of a given array.
- Store the new script in the corresponding directory.
-
**Describe the enhancement request**
During Tech strategy meeting, review nonce management strategy with @ClementWalter
after v0.7.5 fixes, we are still observing strong occurrences of "fai…
Eikix updated
3 weeks ago
-
Write a program in any provable language (Circom, Cairo, Noir, Rust) to provide a proof of K signatures out of N in a multisig setup.
-
**SNOS version:**
3bd95bfb315a596519b5b1d3c81114fbfa06f8a6
**Current behavior:**
The SNOS calls `starknet_getBlockWithTxs` [here](https://github.com/keep-starknet-strange/snos/blob/b60b2cbcee…
-
There are some issues with the `StorageAccess` trait at the moment:
- There are redundant methods for reading and writing, and the old methods should really have a default implementation (a la [jav…