How to integrate a 3rd party consensus pallet library compiled to WASM into substrate

96 Views Asked by At

I was playing around Substrate and I was wondering whether it is possible to integrate a 3rd party consensus library which I have compiled to WASM (Web Assembly) as a Pallet in substrate. I know it is possible to integrate smart contracts already compiled to WASM binaries into substrate runtime. My question was whether it is possible to integrate a different consensus pallet already compiled to WASM and how such an integration would interface with the Node (substrate node) RPC methods. Thanks in advance.

0

There are 0 best solutions below