keep-starknet-strange / gitcoin-allo-starknet

Gitcoin Allo protocol for Starknet 🐺
MIT License
16 stars 43 forks source link

feat: isMemberOfProfile #37

Closed Avinash-kumar-82 closed 2 months ago

Avinash-kumar-82 commented 2 months ago

This PR introduces a new function is_member_of_profile.The function check if someone is the member of a profile by taking two argument profile_id and member of contractAddress .once taking two argument then it will return bool data type.(true or false).

Fixes #5

Akashneelesh commented 2 months ago

Please fix the error - there's an issue while running snforge test @Avinash-kumar-82

Avinash-kumar-82 commented 2 months ago

I try it. but I fail