SNIPs
SNIPs copied to clipboard
Starknet Improvement Proposal repository
The contact options in the readme are both dead links
Events in Starknet consist of two felt arrays, `keys` and `data`, the former is analogous to topics on Ethereum. Similarly to Ethereum, Starknet’s json-rpc allows you to filter over event...
This PR introduces a new standard for "tokenized vaults". The standard is inspired by EIP-4626, a standard that has found wide adoption on EVM chains. Tokenized vaults are a common...
Definition of a type
The Starknet/Cairo community has converged to use snake case notation. The original SNIP-2 standard, published in June 2022, suggested camel case. This update introduces snake case as the default and...
Add clarification about how the data to sign must include the chain id and the account address to avoid signature replays
Hi, Creating this draft SNIP to get feedback from the community and finish what was started by Nethermind earlier: https://github.com/NethermindEth/starknet-state-verifier The challenge is to be able to verify an inclusion...
I believe SNIP-1 is outdated (reviewer for example) and could be reworked to match some specific features of Starknet
This PR introduces a new standard for "tokenized vaults". The standard is inspired by EIP-4626, a standard that has found wide adoption on EVM chains. Tokenized vaults are a common...