tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 465 forks source link

ENS documentation #587

Closed SionoiS closed 2 years ago

SionoiS commented 2 years ago

Hi,

I'm trying to deploy ENS contracts as an example but I'm having errors. https://github.com/tomusdrw/rust-web3/blob/81c41aec86f7f3b12e32a753cbf3d27e1696f851/src/confirm.rs#L88

I'm not sure why the receipt it empty.

I will adding tests for most ENS functionality too.

SionoiS commented 2 years ago

I added tests with wasm-bindgen-test and by using a browser. It works great and the tests are actually useful.

I removed the example as I can't find a way to make it work.

edit: I'm not sure how to disable the automated testing for tests/web.rs

tomusdrw commented 2 years ago

@SionoiS please see #581, would that be helpful for you?