DEV Community

Mahmoud Abouyoussef
Mahmoud Abouyoussef

Posted on

Blockchain

Hello i am a Phd Student that is interested in working in Blockchain. I want to develop Blockchain networks for my research. I want to users to send the transactions signed by a group signature instead of the private key of each user. can this be implemented on the hyperledger fabric. or it is easier to implement on ethereum.

Thanks in Advance

Top comments (2)

Collapse
 
jpantunes profile image
JP Antunes

Sort of. It sounds like you are looking for signature aggregation like BLS and Lamport schemes.

Drop by ethresear.ch !

ethresear.ch/t/pragmatic-signature...

ethresear.ch/t/threshold-lamport-s...

ethresear.ch/t/cryptoeconomic-sign...

Collapse
 
kristjank profile image
Kristjan Kosic

Hi,

check this out: blog.ark.io/ark-core-series-schnor... it is live and operational.

it is also very easy to start your own chain or already use it on public devnet network. By starting own chain you can tweak the behavior of Schnorr Sigs even further.

Check here for dev environment setup: learn.ark.dev/core-getting-started...