-
I tried this code:
```rust
cargo fix --allow-dirty --allow-staged
```
I expected cargo to fix the lint warnings reported by rustc
Instead, I got the following warnings
### Meta
…
-
With :
```
"get-starknet": "^4.0.0",
```
This code in a Next.js project :
```typescript
import { connect } from "get-starknet";
const getWalletSWO = await connect({ modalMode: "alwaysAsk", moda…
-
In future versions Scarb (from sometime after `2.8.3`) will require plugins to have the same name in `Scarb.toml` and `Cargo.toml.
Update names in https://github.com/foundry-rs/starknet-foundry/blob/…
-
# Compressed NFTs on Starknet
Let's bring compressed NFTs on Starknet, inspired by the design of Solana compressed NFTs.
- Define standards for compressed NFTs on Starknet
- Implement SDKs to …
-
Currently, calling a cairo contract has a fixed 10k gas price. Considering that this can become a big portion of kakarot's usage (evm wallets + starknet dapps), we should also introduce a dynamic gas …
-
## Feature Request
### What
General update, and especially this:
The following snippet surprised me first
```
// SPDX-License-Identifier: MIT
pragma solidity >=0.7.0 > 128);
uint256[] mem…
-
File : https://we.tl/t-JCknwmwfYv
1 - Modify this image of this page https://starknet.id/affiliates/individual-program by the second one. The image is available with the wetransfer link.
Cur…
-
Description:
The current README for CofiBlocks contains detailed information but needs refinement to improve readability, usability, and consistency. The objective is to centralize and structure th…
-
Hey!
You may need to adapt it based on your specific needs and the details of the Starknet API:
// src/starknet/parser.ts
class Contract {
private address: string;
private abi: any; // replac…
-
Down below is the function that is to be implemented in the contract but in cairo.
Use u256 instead of bytes32.
https://github.com/allo-protocol/allo-v2/blob/4dd0ea34a504a16ac90e80f49a5570b8be9b30e9…