hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
38 stars 53 forks source link

Create a SC example on the verification of BLS Signature #758

Closed AlfredoG87 closed 4 months ago

AlfredoG87 commented 4 months ago

Problem

We need a POC that validates that Hedera EVM is able to use precompiles:

to Verify a BLS Signature that is performed off-chain.

Solution

Use this example as a starter. https://github.com/gakonst/solidity-bls/tree/master/contracts

Also make sure to capture GAS Consumption cost of running the examples.

Alternatives

Look for other examples online that perform similar actions.

No response