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

Feat: contract testing #61

Merged
merged 4 commits into from
Aug 4, 2023
Merged

Conversation

julio4
Copy link
Member

@julio4 julio4 commented Jul 26, 2023

Close #58

Simple example of testing a Starknet smart contract using scarb
This might need update when Starknet Foundry is more mature, I still added a link to it.

Copy link
Collaborator

@enitrat enitrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, as always Jules ;)

src/ch00-15-contract-testing.md Show resolved Hide resolved
Copy link
Collaborator

@enitrat enitrat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can merge after adding the gas note

@julio4
Copy link
Member Author

julio4 commented Jul 26, 2023

I pushed the note commit, not sure why it's not reflected on the PR...
Edit: refreshing the base branch fixed it :)

@enitrat
Copy link
Collaborator

enitrat commented Jul 26, 2023

Ah, I no longer have approval rights 🥲

@JorikSchellekens
Copy link
Contributor

Ah @enitrat let me fix that for you

@enitrat
Copy link
Collaborator

enitrat commented Aug 4, 2023

All good, thanks @JorikSchellekens!

@enitrat enitrat merged commit 556e56d into NethermindEth:main Aug 4, 2023
@julio4
Copy link
Member Author

julio4 commented Aug 4, 2023

Perfect!

@julio4 julio4 deleted the feat/contract-testing branch August 4, 2023 21:04
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.

feat: contract test example
3 participants