-
Notifications
You must be signed in to change notification settings - Fork 952
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9505ee
commit 4162d61
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
REMIX CIRCOM WORKSPACE | ||
CIRCOM ZKP SEMAPHORE WORKSPACE | ||
|
||
Welcome to the Remix Circom Workspace. This workspace becomes available when you create a new workspace using the 'Circom' template. | ||
Directory Structure | ||
Welcome to the Remix Circom ZKP Semaphore Workspace. | ||
|
||
The workspace comprises two main directories: | ||
|
||
circuits: Contains sample semaphore contracts. These can be compiled to generate a witness. | ||
scripts: Provides a sample script designed for a trusted setup using snarkjs. This script also aids in generating Solidity code, which is essential for on-chain deployment. | ||
- circuits: Contains sample semaphore contracts. These can be compiled to generate a witness using 'Circom ZKP Compiler' plugin. | ||
- scripts: Provides a sample script designed for a trusted setup using snarkjs. This script also aids | ||
in generating Solidity code, which is essential for on-chain deployment. | ||
|