-
Notifications
You must be signed in to change notification settings - Fork 90
Spec for StarkNet #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b97e1ba to
574be28
Compare
|
Hey @delaaxe : I think it would help to add a
Think of it this way-- dapp and wallet devs need to be able to implement a namespace without necessarily learning Cairo well enough to read, much less write, a real-world Cairo contract. They need the assumptions and risks of addressing a contract, asset, or entity on starknet spelled out for them, which is what the ideal namespace does. |
|
More generally, you might think of CAIP10s and CAIP19s as "export formats" for addresses and assets in the system-- if there is a standardized and deterministic way to represent modulo-P/ |
Co-authored-by: Bumblefudge <jcaballero@centre.io>
Co-authored-by: iliav-starkware <104758112+iliav-starkware@users.noreply.github.com>
|
@bumblefudge I added a readme |
Adds CAIPs for StarkNet.