Bal7hazar
Bal7hazar
As a StarkNet smart contract developer, I would like protostar to provide a ~linter~ code formatter (using `cairo-format` under the hood) so that for casual developers it's no longer mandatory...
## Description The invoke command doesn't work with `starknet` from `cairo-lang` `0.10.0`. ## Steps to reproduce The command: ```bash starknet invoke --address 0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7 --abi ./build/eth_abi.json --function approve --inputs 0x1 0...
**🧐 Motivation** To be feature partiy with the Cairo 0 version, having a ERC721 Enumerable extension proposition would be interesting. **📝 Details** Here are 2 repo which did an implementation:...
# Feature Request **Describe the Feature Request** Implement the Div trait for signed integers. **Describe Preferred Solution** [YAS](https://github.com/lambdaclass/yet-another-swap/tree/main/crates/yas_core/src/numbers/signed_integer) **Additional Context** **If the feature request is approved, would you be willing...
https://github.com/dimforge/nphysics/blob/master/src/algebra/inertia2.rs
https://github.com/dimforge/nphysics/blob/master/src/algebra/velocity2.rs
Closes #6 ## Introduced changes Create a physical engine in cairo, inspired from https://github.com/johnBuffer/VerletSFML/blob/main/solver.hpp ## Next steps - [ ] Use it in a WASM version to validate by observation...
https://github.com/dimforge/nphysics/blob/master/src/algebra/force2.rs
# Feature Request **Describe the Feature Request** Add functions to manage bitmap (get bit, set, bit, msb, etc.) **Describe Preferred Solution** Create basic function and enhance in future PRs. **Describe...
### Feature Request Implement DFS ([source](https://en.wikipedia.org/wiki/Depth-first_search)) algorithm for the `map` package. Here: https://github.com/dojoengine/origami/tree/main/crates/map/src/helpers ### Proposed Solution _No response_ ### Alternatives _No response_ ### Related Code _No response_ ### Additional context...