out.eth

Results 22 comments of out.eth

Yep, I see @NoahZinsmeister has made quite a few commits on `main` today as well, so looks like it is maintained actively. But then I see lots of PR's that...

Maybe once smart contracts and all features are added, it should be open source license. I dont see any real reason to now other than allowing other projects who want...

@controversial what was the mistake? Hi did you fix it?

@thebrianchen That results in an error saying that only eth mainnet is supported (im on goerli) ![Screenshot 2022-11-02 at 23 09 38](https://user-images.githubusercontent.com/37438950/199619290-b6e3ffc4-34ed-4035-87e6-0c92fb432538.png)

> the NFT you reported above has a token uri with SSL certificate problems @niveda-krish The cert seems to be fine for me. Maybe I am misreading this though.

+1 trying to do the exact same use case that @billythedummy speaks about. transfer + sync native It's not possible right now, so what is a workaround?

I am getting this error when trying to build: ``` thread 'main' panicked at 'Could not find `protoc` installation and this build crate cannot proceed without this knowledge. If `protoc`...

I solved it by re-installing protobuf via brew https://grpc.io/docs/protoc-installation/ and then linking again: ``` brew link --overwrite protobuf ```