
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
@maci-protocol/coordinator
Advanced tools
Please refer to Offchain relayer service documentation for more information.
pnpm install
pnpm run build
Install Redis database (if the scheduler module is going to be used) using the official guide
Download the zkeys
pnpm run download-zkeys:test
# for production zkeys
# pnpm run download-zkeys:ceremony
cd apps/coordinator
pnpm run generate-keypair
.env.example for reference)cp .env.example .env
pnpm run start
# or
pnpm run start:prod
Remember to run it from the monorepo root directory.
# Build docker
docker compose -f apps/coordinator/docker-compose.yml build
# Run container detached
docker compose -f apps/coordinator/docker-compose.yml up -d
# Enter the container
docker compose -f apps/coordinator/docker-compose.yml exec coordinator-service /bin/sh
# Stop container
docker compose -f apps/coordinator/docker-compose.yml down
It is possible to deploy subgraph using coordinator service.
First, you need to setup subgraph and create a project. Subgraph dashboard.
Then, set env variables:
# Subgraph name
SUBGRAPH_NAME="maci-subgraph"
# Subgraph provider url
SUBGRAPH_PROVIDER_URL=https://api.studio.thegraph.com/deploy/
# Subgraph deploy key
SUBGRAPH_DEPLOY_KEY=*******
# Subgraph project folder
SUBGRAPH_FOLDER=../subgraph
After deployment, subgraph url will be available in studio dashboard and you can use this type of url to get latest deployed version in your application:
https://api.studio.thegraph.com/.../{SUBGRAPH_NAME}/version/latest
FAQs
Coordinator service for MACI
We found that @maci-protocol/coordinator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.