near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 22 forks source link

can I start building the `runner-rs` rust version? #19

Closed ghost closed 3 years ago

ghost commented 3 years ago

Probably not the best place to raise this but I must.

I know this is still WIP but great work! I'm already using this to replace the near-sdk-sim tests and going smooth like cypress-js.

But I'm truly a Rust guy. I'd love to create the Rust version of this library. I've checked the source code and basically see it acts as interface to the sandbox binary/testnet.

This would be perfect for me to do because I use Rust, near-sdk and runner-js everyday so very familiar.

Be good to know what you think? I envision mirroring functionality in idiomatic Rust.

Since runner-js is still WIP, I think it's a good idea to start runner-rs so as things stabilise, sdks are more or less in sync.

ghost commented 3 years ago

I'll just do it anyway. It's a good way to learn NEAR tech, I like Rust and I need it.