-
### This issue will be part of ODHack9.0, please apply via Onlydust app
- Emit an event when a fund contract receives a new vote in the ```receiveVote``` method.
- The event should contain: voter(call…
-
I am trying to add support for the webwallet to my application and am running into an issue when using contract writes. My setup:
- NextJS
- starknet-react
- starknetkit
Connecting the webwallet…
-
# Feature Request
**Describe the Feature Request**
When developing contracts for Starknet, deciding what data type to use is not always a straightforward process. Most application don't need to us…
-
### Context
The Kakarot codebase currently runs on top of starknet and a lot of code uses Starknet syscalls.
These syscalls use hint that are already implemented in the CairoVM (for starknet) th…
-
## Description
We want to recognize all contributors to this project using the All Contributors bot. This will automate the process of adding contributors to our README.md file.
## Tasks
- [x] …
-
If we want users to be able to use stwo in the browser for client-side proving, we need to be able to target wasm, and therefore to compile in `no_std`.
In my opinion, it is a must-have that will u…
-
On top of #195 implement `script_flags` function drafted [here](https://github.com/keep-starknet-strange/raito/blob/ab8200d3c9299c65b6c6ffca2d551f47b17f82dc/packages/consensus/src/validation/script.ca…
-
We have a `create-starknet` package to quickly initialize a Starknet project. It should be updated to Starknet React v3
**Tasks**
- [ ] Update the package build system to be the same as the cor…
-
```json
"@starknet-react/core": "3.0.0-beta.3",
"starknet": "^6.11.0",
"starknetkit": "^2.3.0"
```
when trying to connect Argent mobile in browser, I get that error.
-
In various places in documentation, we show using `snforge_std` and `sncast_std` from `git`. We should instead show how to use them from package registry.