hi is there way to write test case with the mainnet deployed contract? Want to test with ston.fi 's contract
Jan 15, 2024, 10:02 AM
you can send transactions to any contract, contracts response regardless of your purpose of this transaction. You need TONCOIN to do it (testnet coins/mainnet coins).
so, clone contracts and write your tests locally using simulator. It will be much cheaper.
so, clone contracts and write your tests locally using simulator. It will be much cheaper.
Jan 15, 2024, 10:07 AM
I want to simulator in test-cases
Jan 15, 2024, 10:14 AM
Try https://ide.nujan.io/ this
Jan 15, 2024, 1:40 PM
Do you have something similar but for func?
Jan 15, 2024, 1:59 PM
Yes, when you create a new project it will ask for Func or tact . choose one
Jan 15, 2024, 2:06 PM