NEWTON
Asked
3 months ago
16
views
0
How do I call a test account while trying to test a function?
0x98e3...a56442
asked
3 months ago
0
Accepted answer
You can access test accounts using ape.accounts.container[“starknet”].test_accounts[0]
in either script or console. You must be using the Starknet local network in order to access test accounts.
More information can be found here in the documentation
0x98e3...a56442
answered
3 months ago
How do I create account using starknetjs?
Cairo: are builtins always needed to be expressed in function signature?
ApeWorX: Why do I need to fund a Starknet account before deploying it?
How can I pass an array of felt to call with Nile in StarkNet?
Cairo: How do I initialize an array in cairo
ApeWorX: Why am I getting an "account __execute__" error message?
hardhat test
Any NFT marketplace has launched on starknet L2?
Has anyone had `get_caller_address` problems in devnet ?
ApeWorX: Using ape starknet accounts list
Has anyone implemented a minimal proxy in Cairo lang?
Are there rewards for running a Pathfinder node?
How can I verify a contract on starkscan or voyager after deploying the contract
Does Account Abstraction support "Session Keys"?