dagger.js
dagger.js copied to clipboard
Support for custom RPC
I'd love support for the POA chain (https://poa.network/), as well as any other chain that implements ethereum's standard RPC. It's probably a more expensive lift for you because you probably run a full node in order to get all the data needed, so each custom chain you would need to also run a full node of their network. Just thought I'd open an issue to start the conversation.
Thoughts?
@johndangerstorey thanks for the request. We do have plans in our roadmap to add support for more chains, especially those that implement Ethereum's standard RPC. Are you a building a DApp on PoA?
In terms of priority, this is not on our immediate list. However, we can do this in March, perhaps.
@anurag-arjun Cool. Yeah, I was hoping to build something on POA during EthDenver next week and was just looking into different tools to use and this one seems like a really good one. Good thing is I can just build it on any other test network and because it uses standard RPC it should translate just fine whenever ready.
Good thing is I can just build it on any other test network and because it uses standard RPC it should translate just fine whenever ready.
Yes! :+1: