polkadot-evm / frontier

Ethereum compatibility layer for Substrate.
Apache License 2.0
573 stars 486 forks source link

How to user fromtier EVM to support my substrate node with Babe instead of Aura? #1407

Open ytbiu opened 6 months ago

ytbiu commented 6 months ago

I saw the code example for aura for using Fromtier EVM to support a substrate node But I dont know how to do it with Babe counld you help me ?

koushiro commented 6 months ago

Why do you intend to use Babe instead of Aura?

In my view, if the developer has such questions about integrating the Babe algorithm, I strongly recommend using Aura.

h4n0 commented 3 months ago

I'm facing the same issue. The reason I use babe over aura is that we need to implement an NPOS consensus algorithm on our chain.

Is there any existing code that can be referred to?