Closed acuarica closed 3 years ago
Simulation tests allow us to test cross-contract calls locally. To do so, it deploys contracts locally usingnearcore.
nearcore
You can read more about simulation tests here:
https://github.com/near/near-sdk-rs/tree/master/near-sdk-sim
Tasks
[x] Add near simulator rust project
[x] Add tests cases in simulator
Introduced in #80.
Simulation tests allow us to test cross-contract calls locally. To do so, it deploys contracts locally using
nearcore
.You can read more about simulation tests here:
https://github.com/near/near-sdk-rs/tree/master/near-sdk-sim
Tasks
[x] Add near simulator rust project
[x] Add tests cases in simulator