Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add challenge boilerplate #7

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Conversation

brolag
Copy link
Owner

@brolag brolag commented Aug 7, 2024

This PR adds a template for each challenge.

It also adds a structure for the challenge data

image image

This is the json format:

[ { "step": "Step 1", "description": "Install the necessary dependencies for Circom.", "commands": ["npm install -g circom"], "files": ["circom-dependencies.txt"] }, { "step": "Step 2", "description": "Clone the Circom repository from GitHub.", "commands": ["git clone https://github.com/iden3/circom.git"], "files": ["circom-repo-clone.txt"] }, { "step": "Step 3", "description": "Navigate to the Circom directory and build the project.", "commands": ["cd circom", "make"], "files": ["circom-build.txt"] } ]

@brolag brolag requested a review from MaiCVCR August 7, 2024 21:28
Copy link

vercel bot commented Aug 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zk-multiverse-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2024 9:43pm

@MaiCVCR MaiCVCR merged commit 0350887 into main Aug 7, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants