keep-starknet-strange / gitcoin-allo-starknet

Gitcoin Allo protocol for Starknet 🐺
MIT License
5 stars 17 forks source link

[feat] Implement the functionality of _generateAnchor #18

Open Akashneelesh opened 1 month ago

Akashneelesh commented 1 month ago

Internal function to create a _generateAnchor https://github.com/allo-protocol/allo-v2/blob/4dd0ea34a504a16ac90e80f49a5570b8be9b30e9/contracts/core/Registry.sol#L340

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 :

Blobstream Solidity : https://github.com/celestiaorg/blobstream-contracts/tree/master/src/lib/tree Blobstream Cairo: 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)

RajeshRk18 commented 1 month ago

I will take up this one!

Akashneelesh commented 1 month ago

Done assigned, less go !!

BenFaruna commented 1 day ago

Hello @RajeshRk18 are you still working on this? I would like to take this up if you're not done or wouldn't be proceeding with it anymore