Rémi Roycourt
Rémi Roycourt
### Feature suggestion When I'm doing a code review I'd like checkout directly on the right branch and modify the code. For each modifications a new ```suggestion comment could be...
## Feature Request I would like to develop a sql helper for migrate with sequelize-cli and run directly sql files (like a sql backup for example). I don't know if...
Starnet declare command throws an exception. Don't know why starknet-cli uses the python 3.10 version. ``` starknet declare --contract contract_compiled.json ``` Console result: ``` Traceback (most recent call last): File...
### 🤸♀️ Motivation The management of royalties for NFT collections has been a long-standing debate on Ethereum. Marketplaces are expected to pay royalties voluntarily alongside sales, but the lack of...
## Motivation The mint function of the actual ERC721 contract requires a token id: ``` func _mint{pedersen_ptr: HashBuiltin*, syscall_ptr: felt*, range_check_ptr}(to: felt, token_id: Uint256) { } ``` In most cases,...
Introduce new ```starknet get_accounts``` command to starknet-cli #133 - - - This change is [](https://reviewable.io/reviews/starkware-libs/cairo-lang/134)
I think it could be useful to add a command to starknet-cli to list created (and deployed) accounts. ``` starknet get_accounts ```
## Description This PR proposes to replace the current implementation using `unruggable-core` with the newly published `unruggable-sdk` package. The SDK provides a more developer-friendly experience with: - Improved TypeScript support...