datachainlab/harmony-cosmos-bridge-demo

Implementing Tendermint Client on Solidity

3100 opened this issue · 2 comments

3100 commented

The following repository has been worked on based on the ChorusOne implementation, with modifications using yui-ibc-solidity, etc.
https://github.com/datachainlab/tendermint-sol

Based on this, the implementation will be modified to check the behavior that can be performed.
TendermintLightClient.sol is over 24kb at this point, but that issue is not addressed here.

As mentioned in #4, we are going to use a solidity implementation for Ed25519 signature verification to advance development.

3100 commented

There is a possibility that some modules for tendermint in yui-relayer will be modified in accordance with the implementation of tendermint-sol.
In that case, the modifications will be managed in this repository.

3100 commented

As I mentioned in my comment above, we will provide tendermint relayer modules.
This issue requires the completion of #17.