NEWTON
Asked
3 months ago
6
views
0
How can I test on multi-chain with both Starknet and Ethereum?
0x98e3...a56442
asked
3 months ago
0
Accepted answer
You can change the current active network using with networks.parse_network_choice(“ethereum:local”):
or with networks.parse_network_choice(“starknet:local”):
. This is not just limited to these two networks, you can change the current active network to any network plugin provider that you have available for your project.
More information can be found here
0x98e3...a56442
answered
3 months ago
Does cross-chain bridge produce its own block? Or it only verify the blocks from A/B chain?
How can I get ETH for the test net in StarkNet?
ApeWorX: How do I call an account while trying to test a function?
Where can i get test tokens in StarkNet?
How can I interact with my contract on Starknet using starknetjs?
Is it possible to use ArgentX to sign in user to a off-chain api/db?
What are multi-calls in Account Abstraction? What will it bring to the UX?
What do you think about current StarkNet Alpha and future Beta? What will Beta mean? When should it be beta?
ApeWorX: Why are the cairo and starknet plugins not installing properly?
How do I connect my DAPP to Starknet testnet using starknetjs?
Why abi of warp compiled contract does not match original solidity abi?
How do I connect my DAPP to a private Starknet network using starknetjs?
What does it mean to declare a 'local' variable inside a 'let'?
StarkNet error while deploying: IndexError: list assignment index out of range. Can anyone help?