We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/contracts/core/Registry.sol#L182C14-L182C31
Resources : https://book.cairo-lang.org/title-page.html https://book.cairo-lang.org/ch14-01-contract-storage.html?highlight=lega#storage-mappings
If you have any doubts over on how to implement something similar to this you can try discovering few cairo code bases such as :
Unruggable memecoin : https://github.com/keep-starknet-strange/unruggable.meme/tree/main/packages/contracts/src Blobstream : https://github.com/keep-starknet-strange/blobstream-starknet/tree/main/src
Exclusively for Starknet India team - To onboard new devs from India Estimated Time taken to complete - 2-3 days (Max)
The text was updated successfully, but these errors were encountered:
Hey, I would love to work on this. Seems this depends on #18
Sorry, something went wrong.
Right I believe you'll have to wait, until #18 is implemented by Rajesh who's taken up the issue.
Hello my name is Kenneth Komu. I am a Starknet developer and I would like to work on the issue.
Hii @Akashneelesh I want to work on this issue. Could you assign me this?
No branches or pull requests
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/contracts/core/Registry.sol#L182C14-L182C31
Resources :
https://book.cairo-lang.org/title-page.html
https://book.cairo-lang.org/ch14-01-contract-storage.html?highlight=lega#storage-mappings
If you have any doubts over on how to implement something similar to this you can try discovering few cairo code bases such as :
Unruggable memecoin : https://github.com/keep-starknet-strange/unruggable.meme/tree/main/packages/contracts/src
Blobstream : https://github.com/keep-starknet-strange/blobstream-starknet/tree/main/src
Exclusively for Starknet India team - To onboard new devs from India
Estimated Time taken to complete - 2-3 days (Max)
The text was updated successfully, but these errors were encountered: