celer-network / cBridge-node

Celer cBridge relay node implementation in Golang
GNU General Public License v3.0
62 stars 17 forks source link

Adding POA Network support. #18

Open yadatashy opened 3 years ago

yadatashy commented 3 years ago

POA Core is an EVM based autonomous network secured by a group of trusted validators. All validators on the network are United States notaries, and their information is publicly available. This distributed group of known validators allows the network to provide fast and inexpensive transactions.

More info: https://poa.network

Is it possible to add POA support to the bridge?