Forem

Mahmoud Abouyoussef
Mahmoud Abouyoussef

Posted on

3

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...

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay