epam / mintgate

1 stars 2 forks source link

Add simulation tests for both `mg-nft` and `mg-market` contracts #94

Closed acuarica closed 3 years ago

acuarica commented 3 years ago

Simulation tests allow us to test cross-contract calls locally. To do so, it deploys contracts locally usingnearcore.

You can read more about simulation tests here:

https://github.com/near/near-sdk-rs/tree/master/near-sdk-sim

acuarica commented 3 years ago

Introduced in #80.