Skip to content
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

Ft username store contract #32

Merged
merged 9 commits into from
Apr 16, 2024

Conversation

mubarak23
Copy link
Contributor

@mubarak23 mubarak23 commented Apr 11, 2024

  • issue
  • follows contribution guide
  • code change includes tests
  • breaking change
  • Starknet smart contract for username store
  • Caller of the contract can claim a name, the name is link to his address
  • Caller of the contract can transfer a name, if he/she is the one that claim the name

onchain/src/username_store.cairo Outdated Show resolved Hide resolved
onchain/src/tests/username_store.cairo Outdated Show resolved Hide resolved
onchain/src/username_store.cairo Outdated Show resolved Hide resolved
onchain/src/username_store.cairo Outdated Show resolved Hide resolved
onchain/src/username_store.cairo Outdated Show resolved Hide resolved
@mubarak23
Copy link
Contributor Author

@b-j-roberts i have fix the changes as requested , kindly review them

onchain/src/lib.cairo Outdated Show resolved Hide resolved
onchain/src/tests/username_store.cairo Outdated Show resolved Hide resolved
@mubarak23
Copy link
Contributor Author

@b-j-roberts kindly review the updated test functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants