multiversx / mx-sdk-rs

🦀 MultiversX tool pack in Rust. Contains: a smart contract framework; a complete smart contract build solution; a large collection of example smart contracts; a testing framework and debugger that include a VM model; various other tools.
GNU General Public License v3.0
177 stars 98 forks source link

Some of the documentation links are probably dead after the project was renamed #982

Closed StackOverflowExcept1on closed 9 months ago

StackOverflowExcept1on commented 1 year ago

When you click on this link it doesn't work https://github.com/multiversx/mx-sdk-rs/blob/6bfd30940263477494759dcf5074a81657f3d756/contracts/examples/adder/interaction/Adder.erdjs.md#L3

andrei-marinica commented 1 year ago

That tutorial project was abandoned in favor of our current documentation.

We are also in a process of replacing all js interactors with Rust-based ones, so that file will soon disappear.

Thank you for pointing this out, we will clean up all the remaining deprecated resources.

StackOverflowExcept1on commented 1 year ago

@andrei-marinica when you talk about replacing js with rust do you mean multiversx-sdk will be used? I also see that multiversx-sdk is fully not documeted

andrei-marinica commented 9 months ago

The file in question was completely removed.