-
Down below is the function that is to be implemented in the contract but in cairo :
- https://github.com/allo-protocol/allo-v2/blob/4dd0ea34a504a16ac90e80f49a5570b8be9b30e9/contracts/core/Registry.so…
-
Although all the ABI information is currently present and available to use with Starknet.js (or other), it's a needlessly complex to read component data directly from the contract state currently, i.e…
-
## Issue Overview
Current `useScaffoldContract` contract can only support read operations but not write with extension wallets. We want full functionality of the `Contract` instance of `starknet.js…
-
For a better testnet dapp experience, and to enable access to starknet.id on L3s, it is required to fetch starknet.id from mainnet instead of the connected chain.
Suggestion: Add an optional `chain…
-
We need to implement a multicall function to enable the minting of multiple NFT series in a single transaction on Starknet. This feature will allow users to mint several NFTs across different series i…
-
## Component the issue is related to
Cast - data transformer
## Issue
Before introducing calldata transformation, commands used to throw quite verbose errors concerning e.g. absence of the requested …
-
Down below is the function that is to be implemented in the contract but in cairo.
https://github.com/allo-protocol/allo-v2/blob/4dd0ea34a504a16ac90e80f49a5570b8be9b30e9/contracts/core/Registry.sol#L…
-
Create and work inside folder `experimental/erc_1523_insurance_policies`:
The following standard allows for the implementation of a standard API for insurance policies within smart contracts. Insur…
-
As listed in the title - i tried compiling the library on windows runner and it doesn't seem to work for me, some syntax errors are an issue. Stacktrace below:
```
2022-01-13T18:15:35.6342205Z Bui…
-
docs:
https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/messaging-mechanism/
https://book.cairo-lang.org/ch16-04-L1-L2-messaging.html
madara codes: https://gith…