You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Single Price Auction with sealed bids using Solidity and FHEVM. Bids remain encrypted throughout the auction, ensuring privacy and fair price determination. The final price is set as the lowest winning bid required to sell the last token.
Private sealed-bid agricultural marketplace on Solana — farmers list products, buyers bid secretly using SHA-256 commitment hashes, smart contract picks the winner. Built with Rust/Anchor + MagicBlock PER architecture.
The same sealed-bid auction built twice: Solidity commit/reveal on the EVM versus privacy by construction in Daml on Canton, settled through the CIP-0056 token standard. A reference implementation plus a guide for Ethereum developers.