starknet-remix-plugin icon indicating copy to clipboard operation
starknet-remix-plugin copied to clipboard

A plugin that brings Starknet to Remix! 🐺 ⭐

Results 30 starknet-remix-plugin issues
Sort by recently updated
recently updated
newest added

Integrate Forge (https://github.com/foundry-rs/starknet-foundry) into remix plugin.

large
mid

A compiled sierra file should be possible to open with a bytecode editor including: - bytecode syntax highlighter - decompiler - ...

low

**Describe the bug** Unable to declare contracts through Braavos. Error occurred. **To Reproduce** Steps to reproduce the behavior: Use default Starknet plugin [Hello world template] 1. Set Scrab.toml [dependencies] starknet...

bug
good first issue
help wanted
ODHack

Caused by: 0: failed to fetch registry config 1: error sending request for url (https://there-is-no-default-registry-yet.com/config.json): error trying to connect: dns error: failed to lookup address information: Name or service not...

bug
good first issue
help wanted

1) Error compiling Scarb project when setting SN version to 2.7.0 in Scarb.toml file https://github.com/NethermindEth/starknet-remix-plugin/pull/265: error: Version solving failed: - sn_multi_contract v0.1.0 (73d460476b59b04550b415dfbbf8a09b9d5d36cc722bebe4ac6de82911b90298/workspaces/cairo_scarb_sample/hello_world/Scarb.toml) cannot use starknet v2.6.3 (std), because sn_multi_contract...

bug
high

Compile and declare following contract. Then deploy with any parameters - transaction gets REVERTED. ``` #[starknet::contract] pub mod ExampleConstructor { use starknet::ContractAddress; use starknet::storage::Map; #[storage] struct Storage { names: Map::,...

bug
good first issue
ODHack

Similarly to Scarb detection - create a CI pipeline to detect the latest Cairo lang version and raise a PR to bring remix plugin to this latest toolchain. PS: Enough...

The contract list dropdowns in Deploy & Interact tab get littered with old compilation results image Need a way to clear the content of contract dropdown or... ![image](https://github.com/user-attachments/assets/fbe188b1-7388-4029-a7f0-964529bbd89e) ...a more...