NEWTON
Asked
5 months ago
82
views
0
Hi all,
Braavos does not seem be injected when running app locally it does work when deployed is there something i should check?
only difference i can think of is that prod version has SSL/HTTPS and local does not and i am not using localhost for local version so that could be an issue but it does works with Argent X on local version
upd: thank you for helping using localhost does solve my issue
This question was originally posted on StarkNet Discord
Newton
asked
5 months ago
0
Accepted answer
the wallet is injected in pages which match any of the following patterns:
http://localhost/*
https://*/*
This answer was originally posted on StarkNet Discord
Newton
answered
5 months ago
How do I check that my Solidity compiler version is >= 0.8.0 ?
How do I develop against cairo devnet with browser wallets?
How to fix invalid character error while invoking starknetjs frontend app in Cairo?
Is there a javascript version of StarkEx playground?
Does Cairo Lang have any logic operators?
Does writing it to zero actually do something?
Does anyone have an example of a positional request to `starknet_addInvokeTransaction` on devnet that is working?
Cairo error "Expected expression of type 'starkware.cairo.common.uint256.Uint256' to have an address."
Deploying kakarot evm on starkEx
How to check for smaller Uints in Cairo?
Does Kakarot zkEVM have a token?
Why there is no fee for deploying an account contract (creating account)?
Cairo: Getting the zero address
Is there a way to accelerate pytest for cairo contract?