pwasm-ethereum
pwasm-ethereum copied to clipboard
Results
2
pwasm-ethereum issues
Sort by
recently updated
recently updated
newest added
#### I write a contract and used the function pwasm-ethereum::balance(&Address), but when I deployed this contract on private chain and use web3.js call this contract, error happened: "Error: Transaction has...
There are EVM opcodes that have no corresponding externs. This is causing problems in porting [the POA Networks Bridge Contracts][1] to Rust/WASM. So far, I have run into the following...