foundry-rs/book

how to test contracts like remix?

Closed this issue · 1 comments

i wrote a contract in vs code already installed foundry forge its working fine.
now i want to test the contract and the function i wrote in it, like i can test on remix ui. But how to do so?

don't criticise me i am just a beginner.

Hi! I think this question is better suited for the telegram chat: https://t.me/foundry_support

There's many options to choose from to test your contract: you can deploy it to a test network, or an anvil instance. We can help you further on the support chat ^^

Closing this as it's not book related