pwasm-std icon indicating copy to clipboard operation
pwasm-std copied to clipboard

WASM contracts standard library for Rust

Results 5 pwasm-std issues
Sort by recently updated
recently updated
newest added

I am writing a PWASM smart contract which need to use a customized panic handler, which is impossible for now since `pwasm-std` has already defined one. Can we hide mod...

some thoughts i had while working with storage. @NikVolf, @pepyakin, @fckt what do you think? i'd really appreciate answers to my questions and feedback on my ideas :) currently there's...

To finish the pwasm ERC777 implementation at https://github.com/lab10-coop/pwasm-erc777 I need to check for granularity, involving multiplications of U256 values. Attempting to multiply U256 values in pwasm contracts currently causes link...

1. keccak 2. blake2 3. ecrecover

for: 1. Vec 2. Box(?) 3. HashMap (with deterministic hashing) 4. String 5. format!