This project was the winner of the Transparency category of 2024 NMKR's Berlin Hackathon. It consists of a commit-reveal system to make tender offers.
- Company posts an RFP on-chain, pledging an amount to a smart contract
- Contractors commit their hidden bids on-chain to the RFP
- After the deadline is passed, contractors reveal their bids to the public
- The Company selects a bid, releasing the amount pledged to the bider
- Go to Maestro and get an API key
- Create a
.env.development.localfile - Set the environment variable
NEXT_PUBLIC_MAESTRO_API_KEY - Set the environment variable
NEXT_PUBLIC_NETWORKto one of:
- Mainnet
- Preprod
- Preview
- Run the development server:
npm run dev