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

Just a prototype, do not merge! Also note that this is part of a challenge, for now. Do not interfere.

Just a rebuild, and wasm crates re-generated. Running `./build-wasm.sh` does this.

- generalized the rewards distribution smart contract in order to allow the user to claim any kind of reward token - split the rewards into buckets with the `reward_id` key...

I find it useful for FungibleTokenMapper to have the ability to send a payment from the mapper of the token without creating the normal flow of self.send().direct_esdt(....)