1. Share your address
1.1 Install Metamask
https://metamask.io/
1.2 Create a wallet
1.3 Share your address here:
0xaAa9637522506Ee1600d10AF37705dADA816bE2A
2. NFT Course in Remix
Link to Remix's NFT tutorial
Remix Challenges are onchain quizzes that use ZK Proofs.
About Remix Challenges
TLDR:
A player generates a ZK Proof which is submitted to an onchain contract. The solution stays hidden.
When the questions have been correctly answered, a Remixer badge can be minted.
FAQ
Why not just code the challenge in Solidity?
https://bit.ly/ScrollUpRemix
Remix Challenges are onchain quizzes that use ZK Proofs.
Read these articles to find the answers to this challenge:
Circom in Remix Part 1: Definitions
Circom in Remix Part 2: Playtime
The questions are a few section down.
https://bit.ly/RemixCircom23
Remix Challenges are onchain quizzes that use ZK Proofs.
Read these articles to find the answers to this challenge:
Circom in Remix Part 1: Definitions
Circom in Remix Part 2: Playtime
The questions are a few section down.
Please put your address below for Goerli Eth:
0xF90a9359f2422b6885c900091f2aCc93E0933B7a
0xfE1d177037DF1ABbdde4c0E4AFcdE9447F8511D0
0x1d870f1210e66cba98093682b84d4491Ec04141b
oscar riojas changed 2 years agoView mode Like Bookmark
https://bit.ly/remix-dsrv
About
Remix Challenges are onchain quizzes that use ZK Proofs.
People submitting answers won't reveal their solutions.
When the questions have been correctly answered, a Remixer badge can be minted.
Why not just code the challenge in Solidity?
All the data in the Ethereum blockchain is public and visible. This means that if the challenge is coded in Solidity, the first user who finds the solution will submit that solution in a transaction and thus the solution will be visible by everyone.
About
Remix Challenges is an onchain quiz that uses a ZK Proof. People submitting answers won't reveal their solutions.
When the questions have been correctly answered, a Remixer badge can be minted.
Why not just code the challenge in Solidity?
All the data in the Ethereum blockchain is public and visible. This means that if the challenge is coded in Solidity, the first user who finds the solution will submit that solution in a transaction and thus the solution will be visible by everyone.
Using a ZK Proof, we only require the user to post a proof that the challenge has been successfully completed.
Remix Challenges is an onchain quiz that uses a ZK Proof. People submitting answers won't reveal their solutions.
Why not just code the challenge in Solidity?
All the data in the Ethereum blockchain is public and visible. This means that if the challenge is coded in Solidity, the first user who finds the solution will submit that solution in a transaction and thus the solution will be visible by everyone.
Using a ZK Proof, we only require the user to post a proof that the challenge has been successfully completed.
Setup
Go to this repo https://github.com/yann300/remix-challenges
Instructions about how to answer the Challege's questions to generate the proof and to mint the badge are here: https://github.com/yann300/remix-challenges#completing-the-challenge
Remix Challenge is an onchain quiz that uses a Zero Knowledge (ZK) Proof. People submitting answers won't reveal their solutions.
Challenge Questions
What is the name of the plugin that allows Git operations in Remix Online IDE?
Fill in the blanks for the NatSpec tag to attach a script with a contract compilation in Remix IDE:
@_ _ _ _ _ _:dev-run-script (Hint: It is a 6-letter word with two vowels)
What is the name of the workspace in Remix IDE when you connect a project using remixd?
What is the traditional name of the city in India known as the “Garden City of India” or the “Silicon Valley of India”? (Hint: It is a 9-letter word and 7th and 9th letter are the same)
Steps to complete the challenge
Remix Challenges is an onchain quiz that uses a ZK Proof. People submitting answers won't reveal their solutions.
Why not just code the challenge in Solidity?
All the data in the Ethereum blockchain is public and visible. This means that if the challenge is coded in Solidity, the first user who finds the solution will submit that solution in a transaction and thus the solution will be visible by everyone.
Using a ZK Proof, we only require the user to post a proof that the challenge has been successfully completed.
Setup
Go to: https://github.com/yann300/remix-challenges
Challenge Questions
What is the command used to connect Remix with your computer’s hard drive?
What is the name of the Remix’s tutorial plugin?
At the bottom of the File Explorer there is a section concerning Git that appears when a workspace is initialized with Git. When you click on the current branch’s name, a small popup modal comes up. What is the second word of its title?