maticnetwork / dagger.js

Simple library to connect with dagger server and manage subscriptions for Ethereum Blockchain.
https://matic.network/dagger
MIT License
218 stars 42 forks source link

Support for custom RPC #20

Open j0xhn opened 5 years ago

j0xhn commented 5 years ago

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?

anurag-arjun commented 5 years ago

@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.

j0xhn commented 5 years ago

@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.

anurag-arjun commented 5 years ago

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: