@maci-protocol/website 0.0.0-ci.2653bc0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +157 -0
- package/CHANGELOG.md +566 -0
- package/LICENSE +22 -0
- package/README.md +58 -0
- package/babel.config.js +3 -0
- package/blog/2021-10-12-maci-v1.md +100 -0
- package/blog/2022-09-22-maci-v1-technical-introduction.md +180 -0
- package/blog/2023-01-18-maci-v1.1.1.md +121 -0
- package/blog/2024-01-18-roadmap.md +106 -0
- package/blog/2024-02-28-maci-v1.2.0.md +121 -0
- package/blog/2024-04-10-roadmap-q2.md +96 -0
- package/blog/2024-05-08-ethdam.md +169 -0
- package/blog/2024-05-22-the-origins-of-maci.md +38 -0
- package/blog/2024-05-28-upcoming-grants.md +85 -0
- package/blog/2024-06-17-understanding-maci.md +63 -0
- package/blog/2024-06-21-deciphering-maci.md +48 -0
- package/blog/2024-06-28-revolusioning-public-goods-funding.md +32 -0
- package/blog/2024-07-23-q2-review.md +72 -0
- package/blog/2024-07-30-roadmap-q3.md +61 -0
- package/blog/2024-08-10-maci-v2.md +102 -0
- package/blog/2024-08-29-anonymous-poll-joining.md +47 -0
- package/blog/2024-10-29-q3-review.md +63 -0
- package/blog/2024-11-20-maci-platform.md +93 -0
- package/blog/2024-12-01-maci-getting-started.md +294 -0
- package/blog/2025-03-21-roadmap-2025.md +112 -0
- package/blog/assets/MACI_Bob_SignUp_1.png +0 -0
- package/blog/assets/MACI_Bob_SignUp_2.png +0 -0
- package/blog/assets/MACI_Complex_Message.png +0 -0
- package/blog/assets/MACI_Contracts.png +0 -0
- package/blog/assets/MACI_Sign_Up.png +0 -0
- package/blog/assets/MACI_Simple_Message.png +0 -0
- package/blog/assets/MACI_Verifier_1.png +0 -0
- package/blog/authors.yml +5 -0
- package/docusaurus.config.ts +213 -0
- package/package.json +65 -0
- package/src/components/ActionCard/index.tsx +30 -0
- package/src/components/ActionCard/styles.module.css +96 -0
- package/src/components/HomepageFeatures/index.tsx +91 -0
- package/src/components/HomepageFeatures/styles.module.css +17 -0
- package/src/components/ProjectCard/index.tsx +74 -0
- package/src/components/ProjectCard/styles.module.css +77 -0
- package/src/components/ProjectList/index.tsx +218 -0
- package/src/components/ProjectList/styles.module.css +180 -0
- package/src/content/projects.json +294 -0
- package/src/css/card.module.css +130 -0
- package/src/css/custom.css +91 -0
- package/src/icons/IconDiscord.tsx +16 -0
- package/src/icons/IconGithub.tsx +16 -0
- package/src/icons/IconWebsite.tsx +16 -0
- package/src/pages/blogs.tsx +58 -0
- package/src/pages/index.module.css +152 -0
- package/src/pages/index.tsx +66 -0
- package/src/pages/projects.tsx +44 -0
- package/src/pages/roadmap.md +150 -0
- package/src/pages/typedoc.tsx +11 -0
- package/src/plugins/blog-plugin/index.ts +86 -0
- package/src/react-app-env.d.ts +1 -0
- package/src/scripts/setupSolidityDocs.ts +67 -0
- package/src/scripts/setupTypedoc.ts +112 -0
- package/src/scripts/utils.ts +115 -0
- package/src/utils/getProjectsByFilter.ts +40 -0
- package/static/.nojekyll +0 -0
- package/static/audit_reports/20210922_Hashcloak_audit_report.pdf +0 -0
- package/static/audit_reports/202220930_Hashcloak_audit_report.pdf +0 -0
- package/static/audit_reports/20240223_PSE_Audit_audit_report.pdf +0 -0
- package/static/audit_reports/20240731_PSE_Audit_audit_report.pdf +0 -0
- package/static/fonts/DM_Sans.woff2 +0 -0
- package/static/fonts/Share_Tech_Mono.woff2 +0 -0
- package/static/img/box.png +0 -0
- package/static/img/box_dark.png +0 -0
- package/static/img/chain.png +0 -0
- package/static/img/chain_dark.png +0 -0
- package/static/img/chart.png +0 -0
- package/static/img/chart_dark.png +0 -0
- package/static/img/circuits/MACI-Circuits.excalidraw +39652 -0
- package/static/img/circuits/calculateTotal.svg +21 -0
- package/static/img/circuits/ecdh.svg +21 -0
- package/static/img/circuits/messageToCommand.svg +21 -0
- package/static/img/circuits/messageValidator.svg +21 -0
- package/static/img/circuits/poseidonHasher13.svg +21 -0
- package/static/img/circuits/privToPubkey.svg +21 -0
- package/static/img/circuits/processMessages.svg +21 -0
- package/static/img/circuits/processMessagesInputHasher.svg +21 -0
- package/static/img/circuits/processMessages_2_0.svg +21 -0
- package/static/img/circuits/processOne.svg +21 -0
- package/static/img/circuits/processTopup.svg +21 -0
- package/static/img/circuits/processingAfterPollEnds.svg +21 -0
- package/static/img/circuits/quinBatchLeavesExists.svg +21 -0
- package/static/img/circuits/quinCheckRoot.svg +21 -0
- package/static/img/circuits/quinGeneratePathIndices.svg +21 -0
- package/static/img/circuits/quinSelector.svg +21 -0
- package/static/img/circuits/resultsCommitmentVerifier.svg +21 -0
- package/static/img/circuits/splicer.svg +21 -0
- package/static/img/circuits/tallyInputHasher.svg +21 -0
- package/static/img/circuits/tallyVotes.svg +21 -0
- package/static/img/circuits/unpackElement.svg +21 -0
- package/static/img/circuits/verifySignature.svg +21 -0
- package/static/img/completingAPoll.svg +4 -0
- package/static/img/contracts.svg +16 -0
- package/static/img/coordinatorComponents.svg +21 -0
- package/static/img/favicon.ico +0 -0
- package/static/img/generateProofs.svg +4 -0
- package/static/img/hero.svg +9 -0
- package/static/img/maci-card.png +0 -0
- package/static/img/maci-rpgf-design.jpg +0 -0
- package/static/img/messageProcessingLocal.svg +21 -0
- package/static/img/offlineProcessing.svg +21 -0
- package/static/img/pse-logo-round.png +0 -0
- package/static/img/relayer-diagram.png +0 -0
- package/static/img/tallyCommitments.svg +4 -0
- package/static/img/voteTallyingLocal.svg +21 -0
- package/tsconfig.json +34 -0
- package/versioned_docs/version-v0.x/circuits.md +22 -0
- package/versioned_docs/version-v0.x/contract.md +186 -0
- package/versioned_docs/version-v0.x/faq.md +67 -0
- package/versioned_docs/version-v0.x/introduction.md +119 -0
- package/versioned_docs/version-v0.x/quadratic-vote-tallying-circuit.md +138 -0
- package/versioned_docs/version-v0.x/state-root-transition-circuit.md +230 -0
- package/versioned_docs/version-v1.2/audit.md +160 -0
- package/versioned_docs/version-v1.2/ci-pipeline.md +38 -0
- package/versioned_docs/version-v1.2/circuits.md +508 -0
- package/versioned_docs/version-v1.2/cli.md +689 -0
- package/versioned_docs/version-v1.2/contracts.md +445 -0
- package/versioned_docs/version-v1.2/contributing/code-of-conduct.md +91 -0
- package/versioned_docs/version-v1.2/contributing/contributing.md +129 -0
- package/versioned_docs/version-v1.2/coordinator-processing.md +46 -0
- package/versioned_docs/version-v1.2/deployment.md +122 -0
- package/versioned_docs/version-v1.2/installation.md +175 -0
- package/versioned_docs/version-v1.2/integrating.md +200 -0
- package/versioned_docs/version-v1.2/introduction.md +94 -0
- package/versioned_docs/version-v1.2/key-change.md +182 -0
- package/versioned_docs/version-v1.2/overview.md +47 -0
- package/versioned_docs/version-v1.2/poll-types.md +68 -0
- package/versioned_docs/version-v1.2/primitives.md +216 -0
- package/versioned_docs/version-v1.2/project-ideas.md +14 -0
- package/versioned_docs/version-v1.2/purpose.md +62 -0
- package/versioned_docs/version-v1.2/solidity-docs/MACI.md +345 -0
- package/versioned_docs/version-v1.2/solidity-docs/MessageProcessor.md +266 -0
- package/versioned_docs/version-v1.2/solidity-docs/MessageProcessorFactory.md +26 -0
- package/versioned_docs/version-v1.2/solidity-docs/Poll.md +381 -0
- package/versioned_docs/version-v1.2/solidity-docs/PollFactory.md +50 -0
- package/versioned_docs/version-v1.2/solidity-docs/SignUpToken.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/Subsidy.md +218 -0
- package/versioned_docs/version-v1.2/solidity-docs/SubsidyFactory.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/Tally.md +311 -0
- package/versioned_docs/version-v1.2/solidity-docs/TallyFactory.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/TallyNonQv.md +296 -0
- package/versioned_docs/version-v1.2/solidity-docs/TallyNonQvFactory.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/TopupCredit.md +61 -0
- package/versioned_docs/version-v1.2/solidity-docs/VkRegistry.md +457 -0
- package/versioned_docs/version-v1.2/solidity-docs/benchmarks/HasherBenchmarks.md +44 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/Hasher.md +125 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/IVerifier.md +11 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/MockVerifier.md +17 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/Pairing.md +85 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/PoseidonT3.md +9 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/PoseidonT4.md +9 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/PoseidonT5.md +9 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/PoseidonT6.md +9 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/SnarkCommon.md +16 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/SnarkConstants.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/crypto/Verifier.md +61 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/EASGatekeeper.md +121 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/FreeForAllSignUpGatekeeper.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/SignUpGatekeeper.md +26 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/SignUpTokenGatekeeper.md +93 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/hatsGatekeepers/HatsGatekeeperBase.md +79 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/hatsGatekeepers/HatsGatekeeperMultiple.md +48 -0
- package/versioned_docs/version-v1.2/solidity-docs/gatekeepers/hatsGatekeepers/HatsGatekeeperSingle.md +42 -0
- package/versioned_docs/version-v1.2/solidity-docs/index.md +4 -0
- package/versioned_docs/version-v1.2/solidity-docs/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/initialVoiceCreditProxy/InitialVoiceCreditProxy.md +26 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IEAS.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IHats.md +103 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IMPFactory.md +26 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IMessageProcessor.md +31 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IPoll.md +217 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IPollFactory.md +29 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/ITallyFactory.md +28 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/ITallySubsidyFactory.md +27 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IVerifier.md +25 -0
- package/versioned_docs/version-v1.2/solidity-docs/interfaces/IVkRegistry.md +70 -0
- package/versioned_docs/version-v1.2/solidity-docs/mocks/MockHatsProtocol.md +133 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueue.md +464 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueBinary.md +60 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueBinary0.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueBinaryMaci.md +34 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueQuinary.md +75 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueQuinary0.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueQuinaryBlankSl.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/AccQueueQuinaryMaci.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/trees/EmptyBallotRoots.md +13 -0
- package/versioned_docs/version-v1.2/solidity-docs/utilities/CommonUtilities.md +25 -0
- package/versioned_docs/version-v1.2/solidity-docs/utilities/DomainObjs.md +40 -0
- package/versioned_docs/version-v1.2/solidity-docs/utilities/Params.md +36 -0
- package/versioned_docs/version-v1.2/solidity-docs/utilities/Utilities.md +79 -0
- package/versioned_docs/version-v1.2/spec.md +944 -0
- package/versioned_docs/version-v1.2/testing-in-detail.md +209 -0
- package/versioned_docs/version-v1.2/testing.md +472 -0
- package/versioned_docs/version-v1.2/topup.md +43 -0
- package/versioned_docs/version-v1.2/troubleshooting.md +51 -0
- package/versioned_docs/version-v1.2/trusted-setup.md +76 -0
- package/versioned_docs/version-v1.2/typedoc/cli/.nojekyll +1 -0
- package/versioned_docs/version-v1.2/typedoc/cli/index.md +15 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/AirdropArgs.md +89 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/DeployArgs.md +154 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/DeployPollArgs.md +154 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/DeployedContracts.md +130 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/GenLocalStateArgs.md +168 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/GenProofsArgs.md +388 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/IGenKeypairArgs.md +37 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/IRegisteredUserArgs.md +63 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/MergeMessagesArgs.md +76 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/MergeSignupsArgs.md +76 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/PollContracts.md +53 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/ProveOnChainArgs.md +128 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/PublishArgs.md +154 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/SignupArgs.md +89 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/SubsidyData.md +73 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/TallyData.md +166 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/TopupArgs.md +89 -0
- package/versioned_docs/version-v1.2/typedoc/cli/interfaces/VerifyArgs.md +128 -0
- package/versioned_docs/version-v1.2/typedoc/cli/modules.md +556 -0
- package/versioned_docs/version-v1.2/typedoc/core/.nojekyll +1 -0
- package/versioned_docs/version-v1.2/typedoc/core/classes/MaciState.md +295 -0
- package/versioned_docs/version-v1.2/typedoc/core/classes/Poll.md +1098 -0
- package/versioned_docs/version-v1.2/typedoc/core/index.md +110 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/BatchSizes.md +50 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/IJsonMaciState.md +77 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/IProcessMessagesCircuitInputs.md +242 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/ISubsidyCircuitInputs.md +198 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/ITallyCircuitInputs.md +231 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/MaxValues.md +37 -0
- package/versioned_docs/version-v1.2/typedoc/core/interfaces/TreeDepths.md +63 -0
- package/versioned_docs/version-v1.2/typedoc/core/modules.md +289 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/.nojekyll +1 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/classes/AccQueue.md +770 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/classes/G1Point.md +115 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/classes/G2Point.md +140 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/classes/IncrementalQuinTree.md +470 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/index.md +44 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/interfaces/Keypair.md +33 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/interfaces/PoseidonFuncs.md +115 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/interfaces/Queue.md +33 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/interfaces/Signature.md +37 -0
- package/versioned_docs/version-v1.2/typedoc/crypto/modules.md +913 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/.nojekyll +1 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/Ballot.md +274 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/Keypair.md +181 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/Message.md +244 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/PCommand.md +409 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/PrivKey.md +206 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/PubKey.md +289 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/StateLeaf.md +340 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/TCommand.md +200 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/classes/VerifyingKey.md +240 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/index.md +81 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/ICommand.md +104 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IG1ContractParams.md +31 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IG2ContractParams.md +31 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonBallot.md +42 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonCommand.md +32 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonKeyPair.md +31 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonPCommand.md +111 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonStateLeaf.md +42 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IJsonTCommand.md +67 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IMessageContractParams.md +31 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IStateLeaf.md +39 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IStateLeafContractParams.md +42 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IVkContractParams.md +64 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/IVkObjectParams.md +108 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/Proof.md +46 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/interfaces/VoteOptionTreeLeaf.md +24 -0
- package/versioned_docs/version-v1.2/typedoc/domainobjs/modules.md +110 -0
- package/versioned_docs/version-v1.2/typedoc/index.md +4 -0
- package/versioned_docs/version-v1.2/versioning.md +94 -0
- package/versioned_docs/version-v1.2/workflow.md +142 -0
- package/versioned_docs/version-v2.x/case-studies.md +35 -0
- package/versioned_docs/version-v2.x/contributing/_category_.json +4 -0
- package/versioned_docs/version-v2.x/contributing/code-of-conduct.md +92 -0
- package/versioned_docs/version-v2.x/contributing/contributing.md +149 -0
- package/versioned_docs/version-v2.x/contributing/project-ideas.md +78 -0
- package/versioned_docs/version-v2.x/core-concepts/_category_.json +4 -0
- package/versioned_docs/version-v2.x/core-concepts/ballot.md +19 -0
- package/versioned_docs/version-v2.x/core-concepts/coordinator-processing.md +46 -0
- package/versioned_docs/version-v2.x/core-concepts/hashing-and-encryption.md +45 -0
- package/versioned_docs/version-v2.x/core-concepts/key-change.md +179 -0
- package/versioned_docs/version-v2.x/core-concepts/maci-keys.md +84 -0
- package/versioned_docs/version-v2.x/core-concepts/maci-messages.md +44 -0
- package/versioned_docs/version-v2.x/core-concepts/merkle-trees.md +23 -0
- package/versioned_docs/version-v2.x/core-concepts/poll-types.md +106 -0
- package/versioned_docs/version-v2.x/core-concepts/spec.md +883 -0
- package/versioned_docs/version-v2.x/core-concepts/state-leaf.md +42 -0
- package/versioned_docs/version-v2.x/core-concepts/workflow.md +142 -0
- package/versioned_docs/version-v2.x/getting-started.md +313 -0
- package/versioned_docs/version-v2.x/guides/_category_.json +4 -0
- package/versioned_docs/version-v2.x/guides/compile-circuits.md +163 -0
- package/versioned_docs/version-v2.x/guides/frontend.md +99 -0
- package/versioned_docs/version-v2.x/guides/integrating.md +73 -0
- package/versioned_docs/version-v2.x/guides/maciWrapper.md +173 -0
- package/versioned_docs/version-v2.x/guides/subgraph.md +79 -0
- package/versioned_docs/version-v2.x/guides/testing/_category_.json +4 -0
- package/versioned_docs/version-v2.x/guides/testing/testing-in-detail.md +203 -0
- package/versioned_docs/version-v2.x/guides/testing/testing.md +163 -0
- package/versioned_docs/version-v2.x/guides/troubleshooting.md +161 -0
- package/versioned_docs/version-v2.x/introduction.md +146 -0
- package/versioned_docs/version-v2.x/processes/_category_.json +4 -0
- package/versioned_docs/version-v2.x/processes/ci-pipeline.md +38 -0
- package/versioned_docs/version-v2.x/processes/versioning.md +94 -0
- package/versioned_docs/version-v2.x/resources.md +33 -0
- package/versioned_docs/version-v2.x/security/_category_.json +4 -0
- package/versioned_docs/version-v2.x/security/audit.md +167 -0
- package/versioned_docs/version-v2.x/security/trusted-setup.md +166 -0
- package/versioned_docs/version-v2.x/supported-networks/_category_.json +4 -0
- package/versioned_docs/version-v2.x/supported-networks/deployed-contracts.md +1108 -0
- package/versioned_docs/version-v2.x/supported-networks/supported-networks.md +47 -0
- package/versioned_docs/version-v2.x/technical-references/_category_.json +4 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/AccQueue.md +21 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/Gatekeepers.md +40 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/MACI.md +152 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/MessageProcessor.md +13 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/Params.md +32 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/Poll.md +104 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/PollFactory.md +43 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/Tally.md +45 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/VkRegistry.md +57 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/VoiceCreditProxy.md +18 -0
- package/versioned_docs/version-v2.x/technical-references/smart-contracts/_category_.json +8 -0
- package/versioned_docs/version-v2.x/technical-references/technical-references.md +47 -0
- package/versioned_docs/version-v2.x/technical-references/typescript-code/_category_.json +4 -0
- package/versioned_docs/version-v2.x/technical-references/typescript-code/cli.md +699 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/_category_.json +4 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/processMessages.md +107 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/setup.md +101 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/tallyVotes.md +79 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/utilities.md +131 -0
- package/versioned_docs/version-v2.x/technical-references/zk-snark-circuits/zk-snark-circuits.md +37 -0
- package/versioned_docs/version-v2.x/use-cases/_category_.json +4 -0
- package/versioned_docs/version-v2.x/use-cases/governance.md +18 -0
- package/versioned_docs/version-v2.x/use-cases/polling.md +10 -0
- package/versioned_docs/version-v2.x/use-cases/public-goods.md +65 -0
- package/versioned_docs/version-v3.x/case-studies.md +35 -0
- package/versioned_docs/version-v3.x/contributing/_category_.json +4 -0
- package/versioned_docs/version-v3.x/contributing/code-of-conduct.md +92 -0
- package/versioned_docs/version-v3.x/contributing/contributing.md +149 -0
- package/versioned_docs/version-v3.x/contributing/project-ideas.md +78 -0
- package/versioned_docs/version-v3.x/core-concepts/_category_.json +4 -0
- package/versioned_docs/version-v3.x/core-concepts/ballot.md +19 -0
- package/versioned_docs/version-v3.x/core-concepts/coordinator-processing.md +46 -0
- package/versioned_docs/version-v3.x/core-concepts/coordinator-service.md +16 -0
- package/versioned_docs/version-v3.x/core-concepts/hashing-and-encryption.md +45 -0
- package/versioned_docs/version-v3.x/core-concepts/key-change.md +179 -0
- package/versioned_docs/version-v3.x/core-concepts/maci-keys.md +84 -0
- package/versioned_docs/version-v3.x/core-concepts/maci-messages.md +44 -0
- package/versioned_docs/version-v3.x/core-concepts/merkle-trees.md +16 -0
- package/versioned_docs/version-v3.x/core-concepts/offchain-voting.md +14 -0
- package/versioned_docs/version-v3.x/core-concepts/poll-types.md +58 -0
- package/versioned_docs/version-v3.x/core-concepts/polls.md +81 -0
- package/versioned_docs/version-v3.x/core-concepts/spec.md +883 -0
- package/versioned_docs/version-v3.x/core-concepts/state-leaf.md +42 -0
- package/versioned_docs/version-v3.x/core-concepts/workflow.md +149 -0
- package/versioned_docs/version-v3.x/guides/_category_.json +4 -0
- package/versioned_docs/version-v3.x/guides/compile-circuits.md +175 -0
- package/versioned_docs/version-v3.x/guides/integrating.md +137 -0
- package/versioned_docs/version-v3.x/guides/subgraph.md +79 -0
- package/versioned_docs/version-v3.x/guides/testing/_category_.json +4 -0
- package/versioned_docs/version-v3.x/guides/testing/testing-in-detail.md +191 -0
- package/versioned_docs/version-v3.x/guides/testing/testing-introduction.md +158 -0
- package/versioned_docs/version-v3.x/guides/troubleshooting.md +161 -0
- package/versioned_docs/version-v3.x/introduction.md +153 -0
- package/versioned_docs/version-v3.x/processes/_category_.json +4 -0
- package/versioned_docs/version-v3.x/processes/ci-pipeline.md +38 -0
- package/versioned_docs/version-v3.x/processes/versioning.md +94 -0
- package/versioned_docs/version-v3.x/quick-start.md +318 -0
- package/versioned_docs/version-v3.x/resources.md +33 -0
- package/versioned_docs/version-v3.x/security/_category_.json +4 -0
- package/versioned_docs/version-v3.x/security/audit.md +167 -0
- package/versioned_docs/version-v3.x/security/trusted-setup.md +172 -0
- package/versioned_docs/version-v3.x/supported-networks/_category_.json +4 -0
- package/versioned_docs/version-v3.x/supported-networks/deployed-contracts.md +112 -0
- package/versioned_docs/version-v3.x/supported-networks/supported-networks.md +53 -0
- package/versioned_docs/version-v3.x/technical-references/_category_.json +4 -0
- package/versioned_docs/version-v3.x/technical-references/coordinator-service/_category_.json +8 -0
- package/versioned_docs/version-v3.x/technical-references/coordinator-service/index.md +10 -0
- package/versioned_docs/version-v3.x/technical-references/coordinator-service/installation.md +43 -0
- package/versioned_docs/version-v3.x/technical-references/offchain-relayer/_category_.json +8 -0
- package/versioned_docs/version-v3.x/technical-references/offchain-relayer/index.md +51 -0
- package/versioned_docs/version-v3.x/technical-references/offchain-relayer/installation.md +109 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/MACI.md +160 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/MessageProcessor.md +13 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Params.md +33 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Policies.md +39 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Poll.md +170 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/PollFactory.md +33 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/Tally.md +43 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/VkRegistry.md +62 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/VoiceCreditProxy.md +18 -0
- package/versioned_docs/version-v3.x/technical-references/smart-contracts/_category_.json +8 -0
- package/versioned_docs/version-v3.x/technical-references/technical-references.md +48 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/_category_.json +4 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/joinPoll.md +53 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/processMessages.md +106 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/setup.md +96 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/tallyVotes.md +79 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/utilities.md +131 -0
- package/versioned_docs/version-v3.x/technical-references/zk-snark-circuits/zk-snark-circuits.md +42 -0
- package/versioned_docs/version-v3.x/use-cases/_category_.json +4 -0
- package/versioned_docs/version-v3.x/use-cases/governance.md +18 -0
- package/versioned_docs/version-v3.x/use-cases/polling.md +10 -0
- package/versioned_docs/version-v3.x/use-cases/public-goods.md +65 -0
- package/versioned_sidebars/version-v0.x-sidebars.json +8 -0
- package/versioned_sidebars/version-v1.2-sidebars.json +8 -0
- package/versioned_sidebars/version-v2.x-sidebars.json +8 -0
- package/versioned_sidebars/version-v3.x-sidebars.json +8 -0
- package/versions.json +1 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4941.335149859174 1539.1242404916238" width="14824.005449577522" height="4617.3727214748715">
|
|
2
|
+
<!-- svg-source:excalidraw -->
|
|
3
|
+
|
|
4
|
+
<defs>
|
|
5
|
+
<style class="style-fonts">
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: "Virgil";
|
|
8
|
+
src: url("https://excalidraw.com/Virgil.woff2");
|
|
9
|
+
}
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: "Cascadia";
|
|
12
|
+
src: url("https://excalidraw.com/Cascadia.woff2");
|
|
13
|
+
}
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: "Assistant";
|
|
16
|
+
src: url("https://excalidraw.com/Assistant-Regular.woff2");
|
|
17
|
+
}
|
|
18
|
+
</style>
|
|
19
|
+
|
|
20
|
+
</defs>
|
|
21
|
+
<rect x="0" y="0" width="4941.335149859174" height="1539.1242404916238" fill="#ffffff"></rect><g stroke-linecap="round" transform="translate(9.99999999999909 206.55727151618385) rotate(0 245.80608209357115 162.21181007335258)"><path d="M232.88 0.03 C252.85 -3.41, 275.91 -0.44, 296.72 2.65 C317.53 5.73, 338.83 11.95, 357.75 18.55 C376.67 25.15, 394.39 33.12, 410.25 42.25 C426.12 51.38, 441.32 61.75, 452.93 73.33 C464.54 84.91, 473.46 98.42, 479.93 111.75 C486.4 125.07, 490.71 139.08, 491.75 153.27 C492.79 167.46, 490.62 183.06, 486.16 196.9 C481.7 210.74, 474.53 223.92, 464.97 236.32 C455.41 248.71, 443.01 260.82, 428.78 271.3 C414.55 281.78, 397.49 291.69, 379.61 299.19 C361.73 306.7, 341.6 312.3, 321.5 316.32 C301.4 320.34, 280.31 322.61, 259.02 323.32 C237.73 324.02, 214.46 323.21, 193.75 320.53 C173.04 317.85, 153.55 313.51, 134.76 307.25 C115.97 300.99, 96.83 292.42, 81.02 282.97 C65.21 273.53, 51.46 262.49, 39.9 250.57 C28.35 238.65, 18.32 224.77, 11.69 211.44 C5.06 198.11, 1.23 184.54, 0.11 170.59 C-1.01 156.64, 0.52 141.44, 4.97 127.73 C9.43 114.02, 17.03 100.84, 26.85 88.32 C36.67 75.8, 49.59 62.88, 63.88 52.61 C78.16 42.35, 94.76 34.21, 112.58 26.74 C130.4 19.27, 149.81 12.11, 170.8 7.78 C191.79 3.45, 226.07 1.36, 238.5 0.75 C250.92 0.14, 245.17 1.6, 245.36 4.13 M362.44 19.63 C382.06 23.71, 398.89 33.66, 414.26 43.34 C429.63 53.02, 443.59 65.75, 454.67 77.71 C465.75 89.68, 474.59 102.07, 480.74 115.12 C486.9 128.17, 490.99 142.16, 491.59 156.03 C492.19 169.9, 489.26 184.56, 484.35 198.31 C479.44 212.07, 472.22 226.05, 462.13 238.57 C452.04 251.08, 438.36 263.04, 423.82 273.42 C409.29 283.8, 392.69 293.35, 374.91 300.86 C357.14 308.38, 337.44 314.51, 317.15 318.51 C296.87 322.51, 274.18 324.54, 253.2 324.88 C232.22 325.22, 212.03 323.64, 191.27 320.56 C170.51 317.48, 147.64 312.89, 128.65 306.4 C109.66 299.91, 92.34 291.37, 77.32 281.6 C62.3 271.84, 49.68 259.72, 38.55 247.79 C27.41 235.85, 17.1 223.18, 10.5 209.98 C3.9 196.79, -0.47 182.54, -1.05 168.62 C-1.63 154.7, 2.18 140.14, 7.02 126.46 C11.86 112.79, 18.29 99.28, 28 86.56 C37.71 73.84, 50.56 60.64, 65.26 50.14 C79.97 39.65, 98.04 30.72, 116.25 23.6 C134.45 16.48, 154.24 11.32, 174.49 7.42 C194.74 3.52, 216.64 0.48, 237.75 0.19 C258.86 -0.1, 280.38 2.56, 301.13 5.67 C321.89 8.77, 352.47 15.9, 362.29 18.83 C372.11 21.77, 362 20.71, 360.06 23.28" stroke="#e03131" stroke-width="2" fill="none"></path></g><g transform="translate(154.26160481535953 346.06801069812445) rotate(0 101.73332977294922 22.5)"><text x="101.73332977294922" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#e03131" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Coordinator</text></g><g stroke-linecap="round"><g transform="translate(584.7966404467397 381.57873748347447) rotate(0 118.53476505978233 -1.559667961312698)"><path d="M-0.06 -1.09 C39.49 -1.81, 197.75 -3.17, 237.1 -3.5 M-1.56 0.95 C37.85 0.33, 196.18 -1.71, 236.17 -2.16" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(584.7966404467397 381.57873748347447) rotate(0 118.53476505978233 -1.559667961312698)"><path d="M208.11 8.44 C214.18 5.5, 223.32 0.72, 236.17 -2.16 M208.11 8.44 C216.1 4.58, 225.12 0.78, 236.17 -2.16" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(584.7966404467397 381.57873748347447) rotate(0 118.53476505978233 -1.559667961312698)"><path d="M207.85 -12.08 C214.14 -9.2, 223.36 -8.15, 236.17 -2.16 M207.85 -12.08 C216.08 -9.72, 225.18 -7.28, 236.17 -2.16" stroke="#2f9e44" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(918.5655841677053 185.06057435804632) rotate(0 221.47285050643518 185.6004873962379)"><path d="M277.5 46.5 C301.17 66.71, 323.56 84.52, 387.45 139.5 M277.5 46.5 C301.13 67.2, 323.55 84.99, 387.45 139.5 M387.45 139.5 C443.84 185.16, 440.95 184.21, 387.45 232.5 M387.45 139.5 C440.85 186.08, 442.45 184.78, 387.45 232.5 M387.45 232.5 C363.97 252.06, 339.3 271.58, 277.5 324.7 M387.45 232.5 C360.44 254.84, 333.46 275.93, 277.5 324.7 M277.5 324.7 C221.11 370.71, 220.78 370.96, 166.5 324.7 M277.5 324.7 C221.38 373.48, 224.26 373.48, 166.5 324.7 M166.5 324.7 C131.61 296.07, 96.47 265.78, 55.5 232.5 M166.5 324.7 C134.29 297.31, 99.64 269.94, 55.5 232.5 M55.5 232.5 C-0.57 187.82, 1.84 187.12, 55.5 139.5 M55.5 232.5 C0.88 184.6, -2.15 187.96, 55.5 139.5 M55.5 139.5 C92.67 109.48, 132.48 76.29, 166.5 46.5 M55.5 139.5 C100.26 102.84, 142.01 66.65, 166.5 46.5 M166.5 46.5 C223.33 0.31, 223.17 0.28, 277.5 46.5 M166.5 46.5 C219.76 0.78, 223.81 1.18, 277.5 46.5" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1070.2686765962158 325.86081805616504) rotate(0 69.53333282470703 45)"><text x="69.53333282470703" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">CLI </text><text x="69.53333282470703" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">package</text></g><g stroke-linecap="round"><g transform="translate(1080.771052144249 618.6482676030391) rotate(0 -42.111034955448986 54.58837864595216)"><path d="M-0.6 0.19 C-14.55 18.34, -71.01 91.86, -84.94 109.98 M1.29 -0.76 C-12.17 17.57, -68.24 89.81, -82.6 108.29" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1080.771052144249 618.6482676030391) rotate(0 -42.111034955448986 54.58837864595216)"><path d="M-73.43 79.72 C-74.69 84.21, -75.5 91.25, -82.6 108.29 M-73.43 79.72 C-75.59 87.43, -79.18 96.02, -82.6 108.29" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1080.771052144249 618.6482676030391) rotate(0 -42.111034955448986 54.58837864595216)"><path d="M-57.21 92.3 C-61.84 94.19, -65.89 98.71, -82.6 108.29 M-57.21 92.3 C-63.98 96.38, -72.07 101.48, -82.6 108.29" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(762.5987880364128 808.9277588832156) rotate(0 179.3618155509862 104.497753407966)"><path d="M32 0 C132.01 0.37, 233.91 -0.36, 326.72 0 M32 0 C131.69 0.58, 231.96 1.7, 326.72 0 M326.72 0 C346.48 1.48, 358.01 12.59, 358.72 32 M326.72 0 C347.89 -1.5, 358.82 9.05, 358.72 32 M358.72 32 C360.64 87.44, 361.43 145.62, 358.72 177 M358.72 32 C358.47 72.68, 358.35 115.37, 358.72 177 M358.72 177 C357.94 196.81, 348.01 209.1, 326.72 209 M358.72 177 C358.89 197.81, 346.19 209.86, 326.72 209 M326.72 209 C244.35 208.77, 162.37 209.73, 32 209 M326.72 209 C257.11 208.91, 185.94 209.02, 32 209 M32 209 C11.66 210.87, 0.99 199.68, 0 177 M32 209 C11.13 210.37, 2.23 199.47, 0 177 M0 177 C-1.19 141.53, 0.65 104.46, 0 32 M0 177 C-1.28 144.06, -2.12 112.54, 0 32 M0 32 C-0.2 11.94, 9.86 0.31, 32 0 M0 32 C-1.52 9.3, 9.01 -1.75, 32 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(804.4606035873985 868.4255122911818) rotate(0 137.5 45)"><text x="137.5" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">merge message </text><text x="137.5" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">tree (onchain)</text></g><g stroke-linecap="round" transform="translate(1238.2975162368557 801.1294190766512) rotate(0 179.3618155509862 104.497753407966)"><path d="M32 0 C132.57 -0.28, 231.88 0.54, 326.72 0 M32 0 C105.11 -1.41, 178.13 -1.52, 326.72 0 M326.72 0 C347.51 -1.55, 360.13 9.33, 358.72 32 M326.72 0 C347.46 -0.05, 356.66 10.83, 358.72 32 M358.72 32 C358.74 75.18, 358.29 117.53, 358.72 177 M358.72 32 C357.47 80.86, 358.8 128.09, 358.72 177 M358.72 177 C359.4 196.53, 347.44 208.87, 326.72 209 M358.72 177 C356.75 200.23, 348.68 207.83, 326.72 209 M326.72 209 C256.6 210.3, 187.35 211.34, 32 209 M326.72 209 C234.17 209.36, 141.78 208.86, 32 209 M32 209 C11.58 208.83, -0.08 197.77, 0 177 M32 209 C11.51 208.33, -0.38 196.37, 0 177 M0 177 C0.67 120.4, 1.25 61.11, 0 32 M0 177 C-1.94 141.45, -0.4 103.36, 0 32 M0 32 C0.75 9.11, 8.78 0.22, 32 0 M0 32 C-0.06 11.03, 8.62 2.15, 32 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1298.29266308667 838.1271724846174) rotate(0 119.36666870117188 67.5)"><text x="119.36666870117188" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">merge state </text><text x="119.36666870117188" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">(signup) tree </text><text x="119.36666870117188" y="90" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">(onchain)</text></g><g stroke-linecap="round"><g transform="translate(1180.5898016682763 612.4095957577874) rotate(0 60.82705049120409 57.70771456857801)"><path d="M0.52 0.94 C20.68 20.51, 100.39 97.3, 120.62 116.23 M-0.67 0.39 C19.89 19.72, 102.47 95.37, 122.79 114.53" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1180.5898016682763 612.4095957577874) rotate(0 60.82705049120409 57.70771456857801)"><path d="M95.14 102.88 C104.03 104.16, 111.25 109.38, 122.79 114.53 M95.14 102.88 C100.66 105.53, 108.08 109.02, 122.79 114.53" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1180.5898016682763 612.4095957577874) rotate(0 60.82705049120409 57.70771456857801)"><path d="M109.1 87.83 C114.09 93.23, 117.56 102.49, 122.79 114.53 M109.1 87.83 C111.37 93.89, 115.64 100.78, 122.79 114.53" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(1024.6230055369833 1099.0259996874202) rotate(0 43.67070291676191 77.98339806564627)"><path d="M-0.51 -0.99 C14.29 24.98, 73.89 130.4, 88.33 156.53 M1.43 1.1 C16.19 26.66, 73.4 128.72, 87.91 154.71" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1024.6230055369833 1099.0259996874202) rotate(0 43.67070291676191 77.98339806564627)"><path d="M65.18 135.12 C69.64 142.04, 78.23 143.63, 87.91 154.71 M65.18 135.12 C71.57 139.84, 77.42 147, 87.91 154.71" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1024.6230055369833 1099.0259996874202) rotate(0 43.67070291676191 77.98339806564627)"><path d="M83.09 125.1 C82.88 134.58, 86.75 138.82, 87.91 154.71 M83.09 125.1 C84.34 132.76, 85.11 142.78, 87.91 154.71" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(1327.1985900316909 1070.951976383787) rotate(0 -68.62539029776872 85.78173787221067)"><path d="M-0.85 0.29 C-23.79 29.17, -114.64 143.86, -137.37 172.41 M0.91 -0.61 C-22.22 28.03, -115.24 141.81, -138.38 170.74" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1327.1985900316909 1070.951976383787) rotate(0 -68.62539029776872 85.78173787221067)"><path d="M-128.62 142.37 C-131.5 151.25, -133.72 160.65, -138.38 170.74 M-128.62 142.37 C-131.32 150.85, -134.8 159.24, -138.38 170.74" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1327.1985900316909 1070.951976383787) rotate(0 -68.62539029776872 85.78173787221067)"><path d="M-112.67 155.29 C-120.6 159.88, -127.96 165.12, -138.38 170.74 M-112.67 155.29 C-120.32 159.88, -128.67 164.33, -138.38 170.74" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(988.7506424267876 1300.2231666967864) rotate(0 179.3618155509862 104.497753407966)"><path d="M32 0 C147.57 2.18, 259.83 1.91, 326.72 0 M32 0 C91.16 -0.38, 151.58 -1.46, 326.72 0 M326.72 0 C348.93 -1.01, 359.87 11.73, 358.72 32 M326.72 0 C345.94 -1.46, 357.77 12.68, 358.72 32 M358.72 32 C359.17 80.25, 360.7 131.48, 358.72 177 M358.72 32 C356.94 68.2, 357.04 103.1, 358.72 177 M358.72 177 C357.6 196.53, 347.78 208.85, 326.72 209 M358.72 177 C360.44 197.07, 348.68 208.75, 326.72 209 M326.72 209 C250.96 208.37, 179.12 207.43, 32 209 M326.72 209 C233.85 211.63, 140.86 211.63, 32 209 M32 209 C11.99 208.7, 0.27 198.05, 0 177 M32 209 C10.71 209.59, -0.48 197.92, 0 177 M0 177 C-1.43 130.47, -0.18 86.84, 0 32 M0 177 C-0.26 135.6, 0.45 94.93, 0 32 M0 32 C0.32 10.49, 8.81 -0.48, 32 0 M0 32 C1.03 11.13, 10.22 -0.36, 32 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(994.1624610295312 1359.7209201047526) rotate(0 173.9499969482422 45)"><text x="173.9499969482422" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">fetch logs from the</text><text x="173.9499969482422" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">blockchain network </text></g><g stroke-linecap="round"><g transform="translate(1445.73335509147 363.07542740950794) rotate(0 135.69111263422428 0)"><path d="M-0.97 -0.17 C44.33 -0.25, 226.72 -1.04, 272.3 -0.98 M0.73 -1.3 C45.9 -1.22, 226.56 -0.44, 271.83 0.05" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(1445.73335509147 363.07542740950794) rotate(0 135.69111263422428 0)"><path d="M243.56 10.11 C252.99 8.42, 261.3 5.3, 271.83 0.05 M243.56 10.11 C251.99 7.13, 260.54 2.76, 271.83 0.05" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(1445.73335509147 363.07542740950794) rotate(0 135.69111263422428 0)"><path d="M243.71 -10.41 C253 -5.09, 261.26 -1.2, 271.83 0.05 M243.71 -10.41 C252.16 -6.91, 260.67 -4.79, 271.83 0.05" stroke="#2f9e44" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1873.082376491211 144.50920736391072) rotate(0 255.7855456553193 235)"><path d="M320 59 C357.4 92.48, 391.51 129.17, 447.57 177 M320 59 C354.78 91.52, 389.41 123.1, 447.57 177 M447.57 177 C512.34 234.76, 511.9 234.55, 447.57 295 M447.57 177 C512.67 236.88, 512.67 235.26, 447.57 295 M447.57 295 C398.37 338.16, 350.85 381.27, 320 411 M447.57 295 C409.33 328.72, 371.89 361.55, 320 411 M320 411 C254.95 468.33, 255.29 468.87, 192 411 M320 411 C257.42 468.9, 256.81 468.79, 192 411 M192 411 C148.67 367.88, 103.48 329.42, 64 295 M192 411 C157.98 378.75, 121.02 347.31, 64 295 M64 295 C-1.88 237.1, 0.23 234.98, 64 177 M64 295 C1.94 238.02, 1.76 233.89, 64 177 M64 177 C91.84 149.11, 121.91 120.6, 192 59 M64 177 C97.19 144.97, 129.7 116.5, 192 59 M192 59 C254.87 0.67, 255.48 -1.5, 320 59 M192 59 C254.72 -2.27, 256.85 -1, 320 59" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(2033.7084790918202 334.5092073639107) rotate(0 95.26667022705078 45)"><text x="95.26667022705078" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">contracts </text><text x="95.26667022705078" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">package</text></g><g stroke-linecap="round"><g transform="translate(2465.75620179012 384.6980734061008) rotate(0 102.93808544665285 3.119335922625851)"><path d="M-0.36 -0.52 C33.83 0.72, 171.98 5.86, 206.3 6.82 M1.65 1.82 C35.62 2.77, 171.74 4.31, 205.58 5.01" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(2465.75620179012 384.6980734061008) rotate(0 102.93808544665285 3.119335922625851)"><path d="M177.23 14.83 C187.69 11.72, 200.8 6.64, 205.58 5.01 M177.23 14.83 C183 12.81, 189.14 11.12, 205.58 5.01" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(2465.75620179012 384.6980734061008) rotate(0 102.93808544665285 3.119335922625851)"><path d="M177.55 -5.69 C187.77 -0.64, 200.76 2.43, 205.58 5.01 M177.55 -5.69 C183.44 -3.26, 189.51 -0.5, 205.58 5.01" stroke="#2f9e44" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(2116.390578456025 693.5123297460595) rotate(0 0 107.61708933059163)"><path d="M-1.17 1.02 C-0.95 37.08, 0.23 180.82, 0.59 216.33 M0.41 0.51 C0.6 36.26, -0.1 179.07, -0.04 214.79" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(2116.390578456025 693.5123297460595) rotate(0 0 107.61708933059163)"><path d="M-10.25 186.58 C-6.14 194.34, -3.6 201.71, -0.04 214.79 M-10.25 186.58 C-7 192.44, -6.7 198.54, -0.04 214.79" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(2116.390578456025 693.5123297460595) rotate(0 0 107.61708933059163)"><path d="M10.27 186.61 C9.53 194.17, 7.22 201.53, -0.04 214.79 M10.27 186.61 C9.34 192.67, 5.47 198.76, -0.04 214.79" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(1955.7447784407937 978.9315666663242) rotate(0 179.3618155509862 140)"><path d="M32 0 C126.25 0.56, 220.83 1.33, 326.72 0 M32 0 C97.36 0.36, 161.65 -0.56, 326.72 0 M326.72 0 C347.35 -0.78, 359.84 12.24, 358.72 32 M326.72 0 C346.49 -1.69, 358.46 10.62, 358.72 32 M358.72 32 C357.28 98.05, 357.91 167.07, 358.72 248 M358.72 32 C359.45 95.64, 358.79 158.62, 358.72 248 M358.72 248 C359.13 269.23, 348.74 278.93, 326.72 280 M358.72 248 C360.71 271.36, 348.13 281.59, 326.72 280 M326.72 280 C230.32 283.48, 135.12 281.84, 32 280 M326.72 280 C259.26 278.53, 190.96 279.15, 32 280 M32 280 C11.78 278.38, -0.33 270.68, 0 248 M32 280 C8.69 280.39, -0.49 271.62, 0 248 M0 248 C-0.75 193.37, 1.19 140.61, 0 32 M0 248 C-0.13 168.47, -0.02 89.26, 0 32 M0 32 C0.28 9.14, 10.37 -0.35, 32 0 M0 32 C1.32 10.22, 9.36 1.33, 32 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(1961.8565939917798 983.9315666663242) rotate(0 173.25 135)"><text x="173.25" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">use </text><text x="173.25" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">generateMaciState</text><text x="173.25" y="90" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">FromContract to </text><text x="173.25" y="135" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">generate the local </text><text x="173.25" y="180" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">state from the on </text><text x="173.25" y="225" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">chain state</text></g><g stroke-linecap="round" transform="translate(2737.138427058569 149.69807340610078) rotate(0 255.7855456553193 235)"><path d="M320 59 C356.29 92.08, 388.64 122.81, 447.57 177 M320 59 C355.61 92.64, 390.06 124.57, 447.57 177 M447.57 177 C512.64 234.2, 512.43 237.39, 447.57 295 M447.57 177 C509.51 235.6, 512.34 233.73, 447.57 295 M447.57 295 C403.71 335.63, 355.66 377.65, 320 411 M447.57 295 C398.42 340.13, 348.81 385.86, 320 411 M320 411 C254.15 468.94, 257.87 471.89, 192 411 M320 411 C257.01 467.73, 255.86 469.45, 192 411 M192 411 C151.29 373.76, 110.08 333.94, 64 295 M192 411 C155.54 379.06, 118.35 344.96, 64 295 M64 295 C1.54 235.76, 0.61 235.32, 64 177 M64 295 C2.03 235.88, 1.55 234, 64 177 M64 177 C101.91 139.16, 144.1 105.67, 192 59 M64 177 C101.91 142.33, 140.17 107.68, 192 59 M192 59 C255.1 -0.79, 257.97 1.47, 320 59 M192 59 C254.02 -1.41, 254.25 -2.3, 320 59" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(2877.914531185057 362.1980734061008) rotate(0 115.11666870117188 22.5)"><text x="115.11666870117188" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">core package</text></g><g stroke-linecap="round"><g transform="translate(2989.804636791258 634.2449472161688) rotate(0 1.1212325917674661 71.22283195996329)"><path d="M0.54 -0.15 C1.13 23.51, 2.41 119.24, 2.75 143.11 M-0.64 -1.27 C-0.08 22.54, 1.63 117.61, 2.06 141.33" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(2989.804636791258 634.2449472161688) rotate(0 1.1212325917674661 71.22283195996329)"><path d="M-8.71 113.33 C-6.19 120.59, -2.36 126.73, 2.06 141.33 M-8.71 113.33 C-5.1 123.2, -1.24 133.37, 2.06 141.33" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(2989.804636791258 634.2449472161688) rotate(0 1.1212325917674661 71.22283195996329)"><path d="M11.81 112.96 C9.6 120.39, 8.7 126.62, 2.06 141.33 M11.81 112.96 C8.2 122.85, 4.82 133.14, 2.06 141.33" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(2822.920164930775 840.4912346276378) rotate(0 179.3618155509862 140)"><path d="M32 0 C103.3 -0.45, 172.21 1.41, 326.72 0 M32 0 C131.68 -1.84, 232.2 -2.39, 326.72 0 M326.72 0 C346.97 -1.49, 359.23 9.12, 358.72 32 M326.72 0 C346.22 -0.13, 357.9 8.82, 358.72 32 M358.72 32 C361.94 102.57, 361.87 177.18, 358.72 248 M358.72 32 C359.25 75.52, 359.15 119.08, 358.72 248 M358.72 248 C358.15 270.23, 346.1 280.77, 326.72 280 M358.72 248 C360.6 270.75, 346.31 280, 326.72 280 M326.72 280 C235.97 278.23, 143.95 279.72, 32 280 M326.72 280 C263.86 278.45, 200.73 279.75, 32 280 M32 280 C9.17 280.71, 0.51 271.08, 0 248 M32 280 C12.23 278.27, 0.52 270.86, 0 248 M0 248 C-1.52 171.76, 0.19 96.83, 0 32 M0 248 C-0.7 173.24, -0.3 97.42, 0 32 M0 32 C-0.12 9.09, 10.05 -0.15, 32 0 M0 32 C1.49 10.29, 12.56 -0.69, 32 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(2830.3986491829332 890.4912346276378) rotate(0 171.88333129882812 90)"><text x="171.88333129882812" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">the local state </text><text x="171.88333129882812" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">comprises the </text><text x="171.88333129882812" y="90" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">MaciState and Poll</text><text x="171.88333129882812" y="135" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">classes</text></g><g stroke-linecap="round" transform="translate(2832.2781726986527 1249.1242404916238) rotate(0 179.3618155509862 140)"><path d="M32 0 C94.3 1.29, 154.65 -1.27, 326.72 0 M32 0 C141.83 1.29, 253.62 0.98, 326.72 0 M326.72 0 C348.53 1.59, 357.94 9.03, 358.72 32 M326.72 0 C348.74 0.64, 359.79 9.7, 358.72 32 M358.72 32 C356.23 103.21, 357.69 173.16, 358.72 248 M358.72 32 C361.25 79.55, 360.93 126.67, 358.72 248 M358.72 248 C360.03 271.32, 348.11 279.24, 326.72 280 M358.72 248 C360.38 269.34, 346.27 278.75, 326.72 280 M326.72 280 C247.27 278.31, 164.89 277.79, 32 280 M326.72 280 C266.36 282.07, 203.94 281.93, 32 280 M32 280 C10.15 280.01, -0.91 271.25, 0 248 M32 280 C11.7 280.76, 1.17 269.28, 0 248 M0 248 C0.24 198.77, -2.32 148.85, 0 32 M0 248 C-1.01 176.31, -0.85 105.85, 0 32 M0 32 C0.02 12, 12.54 1.82, 32 0 M0 32 C0.59 10.84, 12.64 -1.56, 32 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(2838.139988249639 1254.1242404916238) rotate(0 173.5 135)"><text x="173.5" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">local message </text><text x="173.5" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">processing and </text><text x="173.5" y="90" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">tallying is done </text><text x="173.5" y="135" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">using methods </text><text x="173.5" y="180" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">available to these </text><text x="173.5" y="225" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">two classes</text></g><g stroke-linecap="round"><g transform="translate(3008.520652327013 1167.6513899851889) rotate(0 -1.5596679613129254 31.193359226258508)"><path d="M0.23 0.37 C-0.53 10.81, -3.65 51.81, -4.2 62.18 M-1.11 -0.48 C-1.54 10.19, -1.6 52.87, -2.05 63.61" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(3008.520652327013 1167.6513899851889) rotate(0 -1.5596679613129254 31.193359226258508)"><path d="M-11.77 35.22 C-8.05 42.77, -5.81 54.04, -2.05 63.61 M-11.77 35.22 C-9.5 44.41, -4.81 53.84, -2.05 63.61" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(3008.520652327013 1167.6513899851889) rotate(0 -1.5596679613129254 31.193359226258508)"><path d="M8.75 35.62 C5.7 43.07, 1.17 54.22, -2.05 63.61 M8.75 35.62 C4.56 44.52, 2.8 53.82, -2.05 63.61" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round"><g transform="translate(3320.45424458959 365.98205787034567) rotate(0 147.5511006886028 -4.0183529571190775)"><path d="M0.24 0.02 C49.37 -1.14, 245.14 -6.36, 294.12 -7.61 M-1.09 -1.01 C48.46 -2.49, 246.72 -8.09, 296.31 -9.51" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(3320.45424458959 365.98205787034567) rotate(0 147.5511006886028 -4.0183529571190775)"><path d="M268.43 1.55 C275.4 -2.87, 282.95 -5.62, 296.31 -9.51 M268.43 1.55 C279.01 -1.61, 287.68 -7.1, 296.31 -9.51" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(3320.45424458959 365.98205787034567) rotate(0 147.5511006886028 -4.0183529571190775)"><path d="M267.84 -18.96 C274.85 -18.33, 282.54 -16.02, 296.31 -9.51 M267.84 -18.96 C278.44 -14.97, 287.31 -13.33, 296.31 -9.51" stroke="#2f9e44" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(3632.3878368521746 121.62405010246812) rotate(0 255.78554565531937 235)"><path d="M320 59 C349.24 85.25, 378.64 114.23, 447.57 177 M320 59 C353.11 89.74, 385.32 119, 447.57 177 M447.57 177 C513.37 235.9, 512.58 235.12, 447.57 295 M447.57 177 C510.05 234.87, 511.93 237.55, 447.57 295 M447.57 295 C405.78 332.16, 366.92 368, 320 411 M447.57 295 C409.75 329.79, 374.26 362.7, 320 411 M320 411 C255.06 468.28, 255.77 468.76, 192 411 M320 411 C256.62 471.21, 254.26 468.94, 192 411 M192 411 C150.9 374.39, 112.51 338.12, 64 295 M192 411 C163.18 385.02, 133.61 358.15, 64 295 M64 295 C1.64 235.96, -1.48 235.58, 64 177 M64 295 C0.31 236.26, 1.29 234.22, 64 177 M64 177 C108.89 136.12, 155.44 92.63, 192 59 M64 177 C102.95 140.73, 142.98 103.07, 192 59 M192 59 C254.68 -1.05, 256.15 -0.36, 320 59 M192 59 C254.86 -2.17, 256.09 0.04, 320 59" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(3815.430611205713 311.6240501024681) rotate(0 72.8499984741211 45)"><text x="72.8499984741211" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">circuits </text><text x="72.8499984741211" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">package</text></g><g stroke-linecap="round"><g transform="translate(3888.1733825074944 615.5289316804137) rotate(0 0 81.10273398827212)"><path d="M-0.39 -0.38 C-0.35 26.74, 0.16 134.73, 0.16 161.86 M1.61 -1.63 C1.51 25.74, -0.2 135.64, -0.7 163.22" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(3888.1733825074944 615.5289316804137) rotate(0 0 81.10273398827212)"><path d="M-10.5 134.87 C-8.43 143.57, -5.46 151.07, -0.7 163.22 M-10.5 134.87 C-8.09 143.83, -4.18 153.78, -0.7 163.22" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(3888.1733825074944 615.5289316804137) rotate(0 0 81.10273398827212)"><path d="M10.02 135.2 C6.02 143.74, 2.91 151.14, -0.7 163.22 M10.02 135.2 C5.88 144.08, 3.24 153.92, -0.7 163.22" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(3743.124262105392 828.0138909371349) rotate(0 179.3618155509862 140)"><path d="M32 0 C122.35 -2.99, 210.88 -2.77, 326.72 0 M32 0 C103.96 0.2, 176.58 0.19, 326.72 0 M326.72 0 C349.28 -1.77, 357.21 10.33, 358.72 32 M326.72 0 C349.94 -0.26, 356.95 11.96, 358.72 32 M358.72 32 C361.08 82.91, 361.32 134.39, 358.72 248 M358.72 32 C357.28 106.03, 356.81 180.06, 358.72 248 M358.72 248 C359.31 268.53, 348.91 280.94, 326.72 280 M358.72 248 C357.38 270.09, 349.15 278.31, 326.72 280 M326.72 280 C251.86 281.53, 178.92 282.17, 32 280 M326.72 280 C252.5 279.58, 179.35 279, 32 280 M32 280 C8.71 279.32, -1.89 269.96, 0 248 M32 280 C12.13 280.47, -1.06 271.56, 0 248 M0 248 C-0.28 183.77, -0.02 118.77, 0 32 M0 248 C-0.94 174.26, -0.67 100.99, 0 32 M0 32 C-0.07 10.63, 9.78 -0.19, 32 0 M0 32 C-0.23 11.04, 12.05 1.61, 32 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(3781.5694059034486 945.5138909371349) rotate(0 140.9166717529297 22.5)"><text x="140.9166717529297" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">generate proofs</text></g><g transform="translate(768.2436891650668 10) rotate(0 1288.0833740234375 22.5)"><text x="2576.166748046875" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1971c2" text-anchor="end" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">Note that everything can be done through the CLI (though the objective of this graph is to show the steps and what is involved at each step</text></g><g stroke-linecap="round" transform="translate(4488.389448846303 165.76247813896543) rotate(0 221.47285050643518 185.6004873962379)"><path d="M277.5 46.5 C313.45 75.39, 344.99 106.3, 387.45 139.5 M277.5 46.5 C318.86 81.83, 359.74 115.37, 387.45 139.5 M387.45 139.5 C441.78 184.48, 443.21 187.52, 387.45 232.5 M387.45 139.5 C442.28 186.9, 444.31 186.74, 387.45 232.5 M387.45 232.5 C356.81 258.13, 328.58 282.51, 277.5 324.7 M387.45 232.5 C359.72 256.64, 330.09 281.95, 277.5 324.7 M277.5 324.7 C223.2 370.06, 223.71 369.7, 166.5 324.7 M277.5 324.7 C220.49 371.64, 222.7 372.4, 166.5 324.7 M166.5 324.7 C127.42 293.73, 86.83 259.78, 55.5 232.5 M166.5 324.7 C123.45 287.15, 79.24 252.64, 55.5 232.5 M55.5 232.5 C0.24 185.48, -1.11 185.25, 55.5 139.5 M55.5 232.5 C-0.08 187.52, 1.12 187.03, 55.5 139.5 M55.5 139.5 C96.23 105.37, 139.29 70.88, 166.5 46.5 M55.5 139.5 C88.77 113.3, 121.29 84.85, 166.5 46.5 M166.5 46.5 C223.23 0.24, 220.81 -0.32, 277.5 46.5 M166.5 46.5 C222.49 -1.1, 220.02 -1.53, 277.5 46.5" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(4640.092541274814 306.5627218370846) rotate(0 69.53333282470703 45)"><text x="69.53333282470703" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">CLI </text><text x="69.53333282470703" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">package</text></g><g stroke-linecap="round"><g transform="translate(4164.867176126616 363.16654359468157) rotate(0 161.8657843832874 -5.075525889013079)"><path d="M-0.55 0.68 C53.69 -1, 270.44 -8.87, 324.34 -10.52 M1.37 0 C55.6 -1.48, 269.73 -7.32, 323.72 -9.18" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(4164.867176126616 363.16654359468157) rotate(0 161.8657843832874 -5.075525889013079)"><path d="M295.85 1.93 C302.85 0.76, 306.91 -4.05, 323.72 -9.18 M295.85 1.93 C306.51 -1.41, 317.12 -6.44, 323.72 -9.18" stroke="#2f9e44" stroke-width="2" fill="none"></path></g><g transform="translate(4164.867176126616 363.16654359468157) rotate(0 161.8657843832874 -5.075525889013079)"><path d="M295.23 -18.58 C302.28 -15.47, 306.47 -16, 323.72 -9.18 M295.23 -18.58 C306.28 -14.23, 317.11 -11.57, 323.72 -9.18" stroke="#2f9e44" stroke-width="2" fill="none"></path></g></g><mask></mask><g stroke-linecap="round" transform="translate(4530.500483801752 804.6843103940068) rotate(0 179.3618155509862 140)"><path d="M32 0 C115.56 1.06, 202.17 2.73, 326.72 0 M32 0 C129.53 -1.61, 226.97 -0.94, 326.72 0 M326.72 0 C348.08 0.39, 357.94 9.85, 358.72 32 M326.72 0 C349.54 -1.04, 360.02 11.02, 358.72 32 M358.72 32 C358.97 85.5, 360.49 138.87, 358.72 248 M358.72 32 C359.23 107.32, 357.86 181.97, 358.72 248 M358.72 248 C360.57 269.91, 348.55 278.62, 326.72 280 M358.72 248 C356.51 271.34, 346.43 280.85, 326.72 280 M326.72 280 C240.46 280.11, 156.4 279.36, 32 280 M326.72 280 C212.66 279, 97.84 278.61, 32 280 M32 280 C11.57 280.44, -0.84 269.25, 0 248 M32 280 C10.81 282.25, -1.86 267.62, 0 248 M0 248 C-0.25 194.58, 1.02 144.38, 0 32 M0 248 C0.65 167.03, 0.73 87.14, 0 32 M0 32 C-1.82 12.11, 10.12 -0.97, 32 0 M0 32 C-0.69 12.65, 11.48 1.29, 32 0" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(4540.7123054562535 832.1843103940068) rotate(0 169.14999389648438 112.5)"><text x="169.14999389648438" y="0" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">submit commitments</text><text x="169.14999389648438" y="45" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">on chain after </text><text x="169.14999389648438" y="90" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">verifying that the </text><text x="169.14999389648438" y="135" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">zk-SNARK proofs </text><text x="169.14999389648438" y="180" font-family="Virgil, Segoe UI Emoji" font-size="36px" fill="#1e1e1e" text-anchor="middle" style="white-space: pre;" direction="ltr" dominant-baseline="text-before-edge">are valid</text></g><g stroke-linecap="round"><g transform="translate(4726.117678663939 570.8105862364046) rotate(0 0 85.3407413838006)"><path d="M-0.46 -0.24 C-0.31 28.33, 0.75 142.34, 0.83 170.75 M1.49 -1.42 C1.58 27.43, 0.69 143.54, 0.32 172.32" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(4726.117678663939 570.8105862364046) rotate(0 0 85.3407413838006)"><path d="M-9.67 144.03 C-7.34 153.65, -3.93 160.55, 0.32 172.32 M-9.67 144.03 C-7.34 150.6, -3.84 158.12, 0.32 172.32" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g><g transform="translate(4726.117678663939 570.8105862364046) rotate(0 0 85.3407413838006)"><path d="M10.85 144.23 C7.24 153.71, 4.7 160.55, 0.32 172.32 M10.85 144.23 C7.87 150.64, 6.04 158.11, 0.32 172.32" stroke="#1e1e1e" stroke-width="2" fill="none"></path></g></g><mask></mask></svg>
|
|
Binary file
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- Do not edit this file with editors other than draw.io -->
|
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
4
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="1056px" height="752px" viewBox="-0.5 -0.5 1056 752" content="<mxfile host="app.diagrams.net" modified="2023-11-29T16:51:50.688Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" version="22.1.3" etag="Du7xUACCIrZPDX01dIWM" type="google"><diagram name="Page-1" id="wvIkwBEWbKhA9weWhCag">3VvdcuI2FH4aZtqLZCwLG/tyQ9LtTLudzNDZtpfCFlitsTyyCGGfvpItY/RDliaAKBck1rEkS58/nV8Ywenq9TNDdfGF5rgchUH+OoKPozAMkyAR/6RkqyRBGnWSJSN5JwODYEa+YSUMlHRNctxoHTmlJSe1LsxoVeGMazLEGN3o3Ra01J9aoyW2BLMMlbb0D5LzopMm4WSQ/4zJsuifDOK0u7NCfWe1k6ZAOd3sieDTCE4Zpby7Wr1OcSnR63Hpxv104O5uYQxX/JgBoVoG3/Z7w7nYqmpSxgu6pBUqnwbpA6PrKsdygkC0hj6/UloLIRDCvzHnW/Xe0JpTISr4qlR3xdrY9k85/j7qm3+p6drG46vW2qpWt1a5QG23DV2zTInGig2ILbECILYxATukBUcxXWHxFNGF4RJx8qLPjhRXlrt+A5ziQiHqRhfePrqpP3TVal5QuVaTfsYVZohjuSBxhhaNhf+AroRqUxCOZzVq97cRykpHUs2PGcevB8/Xgd2qARFUmk2puniiDv5m0BugVwbFns6Ig48DFN0Y/WKbfiD0x7/Y4t8zoxlumi/iI0yAf/bBJNDYN0kuyL7JjbEvsdkHA3/sSyz2/Y7KcvuV8isgXjTW1d5FiZdayMzW84bkW++wTEDqD5beefZ2IMcAakfyPoDwO8eybT1jRsRuMfuQo5L4O6oA+ED+CJjOYT3V0GdKxIyDJTIUAgiAQenuXalhBra7dRwHd2gpALpYZAUilZA+07K8r3VD/cOP3lVDGOmmOkkdqiF1qIbJKVTDrQUqwKEAgMdAENixypSwbE3kESFVvea2zRYzkLrBl2FfYh7P8EjLlJyCfrcWqABXpOLTANmhihkqi/9CSd4pLelbGZp0BNElHSW/kQvQyDhw8wN0dIQuocfQBdixy1dUkvx/Q8dwfEk6pj7oeAStzkEht/eY6r4RCMZncx77Te07j5WiYVyKXT7MmbhayivlPqqsD2VX6FbehTp0qYO5oYu50QmYG15r3BNeLO4xmbtz4c/AXDvsaXinUlGVi79zVJZUrq0tL8nq2GpF+Aq36x2FD9JCFPsaeKl8hLzTxnKIUx9f0lM1/VSXJp44+Gzi/i4+Q9tuYUYWcnnrhlTLHYIzKswZ4fJG24NgJiFbIdYBLyw4yvjuzdRm3jj49gve+k/jAdPuBQ60ozNFBY76zmoASOxhAK5laBvdzxHPCkcCVGDAdXgazug/eEpLKvNKFa0kfxekLA2RcEyWlWhmAjOZgnqQiJIMlZ/UjRXJ8/IQ+XVtdgqFbmiUxJVChGdyRfrTt/dKHnGNWw5TCf/eC5rj7kDsv6IFYQ2/3XcTQ/3dTFzKqU+EndzYxj6M7aEgenfv/VFLX0DSohaPQXS/HpdnGNyJT1t/uee7KswVuH+J4f6B8Ni8zknUhR3n/YZxLrVDhTftqxVYGZ6I6WQrZ8SjyzFJzWwEONLpOEVuNrzW8O8cxU+3Ex0DM/47X/EAOuI/o3hwVSc8Mjzi1OWixWfiJvQS4J0xcQtD2+bAsT+b06/nWusGZp1/OJmXqBvAWytbQUfZCvr8/uL3v2I3uqZEbRRBw1JfMlELvZSxjqGVoxwFPXrS0C5HXXX+36LVzku4CK28lKOOoZWrrDQ5GtwPOoWJmVqFZhR9wCn8xBja7nWrZYfmjQcFqfGgONqf74gBEXh7QGJtRRsgLrpFv9uptQOxGadtBk0cOmQHXbakdXqnb8RpDDfrUuLYR3XWDFTckBSqu4zzCyWZXEHGcE7kQCvya5OmL7TVCrTmpE0xHRzuW0mYQQp0uEK72nKh/Tzkv2sJ0Rx+JNIxYvitDXz6Fw==</diagram></mxfile>" style="background-color: rgb(255, 255, 255);"><defs/><g><path d="M 625 30 L 530 30 L 530 103.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 530 108.88 L 526.5 101.88 L 530 103.63 L 533.5 101.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><path d="M 745 30 L 869 30 L 869 103.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 869 108.88 L 865.5 101.88 L 869 103.63 L 872.5 101.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="625" y="0" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 30px; margin-left: 626px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Generate proofs</div></div></div></foreignObject><text x="685" y="34" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Generate proofs</text></switch></g><path d="M 530 170 L 530 195 L 435 195 L 435 213.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 435 218.88 L 431.5 211.88 L 435 213.63 L 438.5 211.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="470" y="110" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 140px; margin-left: 471px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">ProcessMessages</div></div></div></foreignObject><text x="530" y="144" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">ProcessMessages</text></switch></g><path d="M 695 170 L 695 223.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 695 228.88 L 691.5 221.88 L 695 223.63 L 698.5 221.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="635" y="110" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 140px; margin-left: 636px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">TallyVotes</div></div></div></foreignObject><text x="695" y="144" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">TallyVotes</text></switch></g><rect x="809" y="110" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 140px; margin-left: 810px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Subsidy</div></div></div></foreignObject><text x="869" y="144" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Subsidy</text></switch></g><path d="M 685 60 L 685 85 L 684.66 105.61" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 684.58 110.86 L 681.19 103.81 L 684.66 105.61 L 688.19 103.92 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><path d="M 435 290 L 435 315 L 435 333.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 435 338.88 L 431.5 331.88 L 435 333.63 L 438.5 331.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="340" y="220" width="190" height="70" rx="10.5" ry="10.5" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 188px; height: 1px; padding-top: 255px; margin-left: 341px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">offchain Poll.processMessages()</div></div></div></foreignObject><text x="435" y="259" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">offchain Poll.processMessages()</text></switch></g><path d="M 435 430 L 435 473.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 435 478.88 L 431.5 471.88 L 435 473.63 L 438.5 471.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><ellipse cx="435" cy="390" rx="60.00000000000001" ry="40" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 390px; margin-left: 376px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Circuit inputs</div></div></div></foreignObject><text x="435" y="394" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Circuit inputs</text></switch></g><path d="M 435 540 L 435 560 L 435 550 L 435 563.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 435 568.88 L 431.5 561.88 L 435 563.63 L 438.5 561.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="375" y="480" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 510px; margin-left: 376px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Generate proof off-chain</div></div></div></foreignObject><text x="435" y="514" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Generate proof off-c...</text></switch></g><path d="M 375 600 L 332.57 600 L 332.57 295 L 296.37 295" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 291.12 295 L 298.12 291.5 L 296.37 295 L 298.12 298.5 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="375" y="570" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 600px; margin-left: 376px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Validate proof off-chain</div></div></div></foreignObject><text x="435" y="604" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Validate proof off-c...</text></switch></g><path d="M 180 320 L 180 345 L 180 363.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 180 368.88 L 176.5 361.88 L 180 363.63 L 183.5 361.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="70" y="270" width="220" height="50" rx="7.5" ry="7.5" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 218px; height: 1px; padding-top: 295px; margin-left: 71px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">onchain<br />MessageProcessor.processMessages()</div></div></div></foreignObject><text x="180" y="299" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">onchain...</text></switch></g><path d="M 180 460 L 180 490 L 180 513.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 180 518.88 L 176.5 511.88 L 180 513.63 L 183.5 511.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><ellipse cx="180" cy="415" rx="85" ry="45" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 168px; height: 1px; padding-top: 415px; margin-left: 96px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">state and ballot root commitment + the proof generated off chain</div></div></div></foreignObject><text x="180" y="419" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">state and ballot root commit...</text></switch></g><rect x="105" y="530" width="150" height="80" rx="12" ry="12" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 148px; height: 1px; padding-top: 570px; margin-left: 106px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Verify using the Solidity Verifier smart contract and processMessages zKeys</div></div></div></foreignObject><text x="180" y="574" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Verify using the Solidity...</text></switch></g><rect x="0" y="210" width="130" height="60" fill="none" stroke="none" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 128px; height: 1px; padding-top: 240px; margin-left: 1px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">messages are processed in batches</div></div></div></foreignObject><text x="65" y="244" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">messages are processed...</text></switch></g><rect x="720" y="70" width="145" height="50" fill="none" stroke="none" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 143px; height: 1px; padding-top: 95px; margin-left: 721px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Depend on messages being processed first</div></div></div></foreignObject><text x="793" y="99" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Depend on messages being...</text></switch></g><path d="M 970 550 L 970 516.37" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 970 511.12 L 973.5 518.12 L 970 516.37 L 966.5 518.12 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="910" y="550" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 580px; margin-left: 911px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">onchain - Tally.tallyVotes()</div></div></div></foreignObject><text x="970" y="584" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">onchain - Tally.tall...</text></switch></g><ellipse cx="970" cy="475" rx="85" ry="35" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 168px; height: 1px; padding-top: 475px; margin-left: 886px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Needs new tally commitment<br />proof</div></div></div></foreignObject><text x="970" y="479" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Needs new tally commitment...</text></switch></g><path d="M 695 300 L 695 320 L 700.57 320 L 700.18 333.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 700.03 338.88 L 696.73 331.79 L 700.18 333.63 L 703.73 331.99 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="615" y="230" width="160" height="70" rx="10.5" ry="10.5" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 265px; margin-left: 616px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">offchain Poll.tallyVotes()</div></div></div></foreignObject><text x="695" y="269" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">offchain Poll.tallyVotes()</text></switch></g><path d="M 695 420 L 695 445 L 703 445 L 703 463.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 703 468.88 L 699.5 461.88 L 703 463.63 L 706.5 461.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><ellipse cx="695" cy="380" rx="60.00000000000001" ry="40" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 380px; margin-left: 636px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Circuit inputs</div></div></div></foreignObject><text x="695" y="384" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Circuit inputs</text></switch></g><path d="M 703 530 L 703 550 L 703 540 L 703 553.63" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 703 558.88 L 699.5 551.88 L 703 553.63 L 706.5 551.88 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="643" y="470" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 500px; margin-left: 644px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Generate proof off-chain</div></div></div></foreignObject><text x="703" y="504" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Generate proof off-c...</text></switch></g><path d="M 703 620 L 703 640 L 702.06 640" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 707.31 640 L 700.31 643.5 L 702.06 640 L 700.31 636.5 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="643" y="560" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 590px; margin-left: 644px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Validate proof off-chain</div></div></div></foreignObject><text x="703" y="594" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Validate proof off-c...</text></switch></g><path d="M 817 695 L 899 695 L 899 681 L 970 681 L 970 616.37" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/><path d="M 970 611.12 L 973.5 618.12 L 970 616.37 L 966.5 618.12 Z" fill="rgb(0, 0, 0)" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="all"/><rect x="600" y="640" width="217" height="110" rx="16.5" ry="16.5" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/><g transform="translate(-0.5 -0.5)"><switch><foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 215px; height: 1px; padding-top: 695px; margin-left: 601px;"><div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;"><div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">Store data<br /><br />tallyCommitment<br />results tally<br />total spent voice credits<br />per vote option spent voice credits</div></div></div></foreignObject><text x="709" y="699" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">Store data...</text></switch></g></g><switch><g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/><a transform="translate(0,-5)" xlink:href="https://www.drawio.com/doc/faq/svg-export-text-problems" target="_blank"><text text-anchor="middle" font-size="10px" x="50%" y="100%">Text is not SVG - cannot display</text></a></switch></svg>
|