Bohdan Ohorodnii
Bohdan Ohorodnii
I was trying run Juno node with blockifier + cairo native, and got stuck on building the Dockerfile, after that I checked [Dockerfile](https://github.com/lambdaclass/cairo_native/blob/main/Dockerfile) in the cairo native repo from main...
Hi! When integrating the latest changes from #504 I've got an errors while running a ERC20 tests. When we are trying to deploy a contract and instantiate it with constructor,...
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...  ...a more...
This PR: - Updates eslint configuration - Remove unused dependencies - Removes goerli support - Removes "Manual Account" - Adds connect modal using starknetkit - Minor fixes in the deploy...
- Detect scarb workspace - Compile it correctly with passing all needed files Related to #312
- Clone https://github.com/NethermindEth/StarknetByExamplehttps://github.com/NethermindEth/StarknetByExample - Try to compile some of the examples in apps directory (you’ll need to adjust Scarb.toml to remove workspace deps) - The compilation request will be successful...
Updated starknet, starknet-react. Use starknetkit for wallet connection. Change current selection between different connectors to using modal (pop-up window)
While deploying simple Counter contract the following issue arise: ``` : Error in the called contract (contract address: 0x077acf06e416055c562a5d5704d027af29b874849c589d6d387b38b25864d6da, class hash: 0x036078334509b514626504edc9fb252328d1a240e4e948bef8d0c08dff45927f, selector: 0x015d40a3d6ca2ac30f4031e42be28da9b056fef9bb7357ac5e85627ee876e5ad): Error at pc=0:29965: Cairo traceback (most...