issues
search
ApeWorX
/
archive-ape-starknet
StarkNet ecosystem plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
19
stars
12
forks
source link
feat: implement `mine()` in Provider
#108
Closed
antazoey
closed
2 years ago
antazoey
commented
2 years ago
What I did
Adds the
mine()
method to the provider.
How I did it
How to verify it
Checklist
[ ] Passes all linting checks (pre-commit and CI jobs)
[ ] New test cases have been added and are passing
[ ] Documentation has been updated
[ ] PR title follows
Conventional Commit
standard (will be automatically included in the changelog)
What I did
Adds the
mine()
method to the provider.How I did it
How to verify it
Checklist