wealdtech / ethereal

Apache License 2.0
208 stars 41 forks source link

How to use this tool with Polygon L2 to manage Unstoppable domains? #35

Closed diwu1989 closed 1 year ago

diwu1989 commented 2 years ago

I would like to:

Is this possible? Can we make this tool work against other networks?

mcdee commented 2 years ago

Ethereal should work against any geth-equivalent RPC endpoint, although I have not tried it. Try pointing the connection to a polygon endpoint and see if you can carry out queries, send transactions etc.

As to managing NFTs, you could send contract requests directly. For an interface equivalent to the ens calls in Ethereal someone would need to write the relevant code. It isn't something that I have looked at, but would be happy to accept a PR that contained suitable code.

mcdee commented 1 year ago

Closing due to inactivity.