elrond-wasm-rs icon indicating copy to clipboard operation
elrond-wasm-rs copied to clipboard

🦀 Rust smart contract library designed for Elrond's Wasm VM. Also provides a debugging mode with mocks.

Results 105 elrond-wasm-rs issues
Sort by recently updated
recently updated
newest added

I tried running this test https://github.com/ElrondNetwork/elrond-wasm-rs/blob/886ea0e953c700da74cc0693ab04e7d0d30c52b5/contracts/examples/multisig/tests/multisig_mandos_go_test.rs#L2 with the `mandos-go-tests` feature enabled and got the error "No such file or directory". I am experiencing this in my contract (the file exists...

Hi! I've got an error "no bigInt under the given handle" when running a contract with `erdpy contract test` command, but everything is ok when testing with Rust Testing Framework....