the-first-elder
the-first-elder
``` let wallet = ethers.Wallet.fromEncryptedJsonSync( encryptedJson, process.env.PRIVATE_KEY_PASSWORD ); ``` This should fix the not a constructor problem
hello Plycedes try it this way ` const tokenId = mintTxReceipt.logs[0].args.tokenId; `
i can work on this
> > i can work on this > > You need to specify the 1-3 tests you want to work on it. Only complete tests will be accepted! i can...
I can work on [upgradeable contracts](https://github.com/NethermindEth/StarknetByExample/tree/main/listings/applications/upgradeable_contract/src)