Skip to content

kellycryptos/SynArc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

276 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SynArc Logo

SynArc

SynArc is secure funding and coordination infrastructure for creators, independent teams, and digital organizations. We help communities pool capital, vote on funding releases through milestone-based escrows, and manage shared treasuries transparently without complex overhead.

Next.js TypeScript TailwindCSS Arc Testnet Privy OpenZeppelin npm version

Launch App β†’ Β· Developer SDK Docs Β· SDK GitHub Β· Arc Ecosystem


1. Introduction

For modern creators, independent developers, and digital organizations, managing shared funds and coordinating community decisions is often complex, fragmented, and lacks trust. Backers want to ensure their capital is spent responsibly, while creators need frictionless tools to collect support and coordinate with their team.

SynArc solves this by providing a unified platform for community funding and treasury management:

  • Milestone-Based Escrow & Backer Protection: Lock community contributions in secure smart contract vaults that only release funds progressively as milestones are approved by backer votes.
  • Frictionless Micro-Funding: Receive support payments and micro-donations with near-zero transaction fees, making small-scale contributions viable.
  • Simple On-Chain Governance: Propose, vote on, and execute community decisions collectively without needing complex technical setups.
  • Automating Treasury Safeguards: Configure automated rules to protect your treasury from inflation or idle funds, ensuring capital is automatically routed to where it is needed most.
  • Open SDK Integration: Build custom automated rules or connect external applications to govern your shared workspace.
Proposal Creation ──> Off-Chain Signing ──> On-Chain Queue ──> Treasury Settlement

2. Vision

Modern online teams and creators deserve coordination tools that are secure, transparent, and simple to use. SynArc is designed to solve the primary challenges of decentralized collaboration:

  • Capital Protection: Building backer trust by linking payouts directly to project progress and verified milestones.
  • Stablecoin-Native Reserves: Minimizing price volatility risks by holding and managing treasuries in stable digital assets.
  • Rule-Based Automation: Automating routine treasury sweeps and yield-generating balances based on community-approved rules.
  • Frictionless Setup: Allowing anyone to connect a social account, secure a workspace wallet, and start raising or coordinating funds instantly.

2a. How it Works

SynArc simplifies the funding and governance lifecycle:

  1. Launch a Project Workspace: A creator or team launches a workspace and configures milestone-locked funding goals.
  2. Collect Community Support: Backers fund the project using low-fee digital dollars, directly supporting the project's milestones.
  3. Release Funds on Progress: Raised funds are held in escrow. As milestones are completed, community members vote to approve and release the next tranche of capital.
  4. Automate Treasury Rules: The workspace treasury automatically monitors allocations, moving idle reserves to yield accounts or other project addresses based on community-approved thresholds.

3. Features

🎨 Creator Economy

  • ⚑ Creator DAOs: One-click template-based DAO launches with isolated milestone-based escrow contracts deployed directly from the user's wallet.
  • πŸ’Έ USDC Nanopayments ($0.01+): Direct micro-tipping and creator support enabled by Arc's low-fee transactions.
  • πŸ† Creator Leaderboard: Real-time rankings of top Creator DAOs by total funds raised and backer count.
  • πŸ‘€ Creator Profile Pages: Customizable profiles with live on-chain metrics, social links, and AI-driven legitimacy audits.
  • 🏦 Milestone Escrows: Backer protection via secure on-chain lockups released progressively upon community vote approval.

πŸ›οΈ Governance & Treasury

  • Proposals & Voting: Secure on-chain proposals and cryptographic voting signatures.
  • Multi-Asset Treasury: Vault management supporting both USDC and EURC stablecoins.
  • Autonomous Rebalancing: Real-time monitoring and rebalancing of treasury allocations via an AI agent.

πŸŒ‰ Circle CCTP Bridge

  • Bidirectional Routing: Slippage-free stablecoin bridging between Arc Testnet and external chains (Ethereum Sepolia, Base Sepolia, Avalanche Fuji, Solana Devnet).
  • Native Burns & Mints: Secure attestation polling without using risky wrapper tokens or liquidity pools.

3a. Creator DAOs & How to Launch

Creator DAOs are decentralized funding and governance structures that allow builders, artists, developers, and AI agents to raise capital and align with their community transparently.

How to Launch a Creator DAO

  1. Choose a Template: Select from predefined templates (Music Creator, Artist, AI Agent, or Arc Builder) on the Create DAO page.
  2. Set Milestones: Define the phases of your project and assign a USDC funding amount to each milestone.
  3. Deploy the Escrow: Click Launch Creator DAO to deploy your independent SynArcCrowdfund escrow smart contract directly to Arc Testnet.
  4. Share and Fund: Copy your public profile URL (e.g., https://synarcdao.xyz/creator/[slug]) and invite your community to back you using USDC nanopayments.

3b. Autonomous Treasury Agent

SynArc features a fully autonomous Treasury Agent deployed and verified on Arc Testnet at 0x88BdF819466C1802ce6C780a9fbdF3A314cab07D.

  • Auto Rebalancing (via CCTP): Programmatically shifts stablecoin reserves across chains without wrapper tokens to maximize DAO treasury health. (Live)
  • Auto Payments & Payouts: Manages scheduled or milestone-based USDC/EURC distributions directly to creators, team members, or contributors. (Live)
  • Risk Monitoring & Emergency Pause: Monitors treasury reserves in real-time, alert on unusual outflow rates or low liquidity, and executes on-chain pauses if anomalies are found. (Live)
  • Auto Yield Farming: Programmatically allocates idle stablecoins to approved conservative DeFi yield pools (Aave, Compound, Morpho). (Coming Soon)
  • Multi-Chain Auto Sweep: Automatically detects and sweeps incoming funds from bridges directly into the primary treasury wallet. (Coming Soon)
  • ERC-8004 Agent Standard: Verified identity registry representing capabilities, execution keys, and reputation scores transparently on-chain.

3c. Bidirectional Circle CCTP Bridge

A fully bidirectional stablecoin routing pipeline built natively with Circle CCTP to enable frictionless capital mobility:

  • Deposit (IN): Bridge native USDC from Ethereum Sepolia, Base Sepolia, Avalanche Fuji, and Solana Devnet directly into Arc Testnet.
  • Withdraw (OUT): Bridge USDC from Arc Testnet back to external EVM networks, changing user wallet chains dynamically.
  • Consensus Polling: Programmatic attestation polling with Circle Sandbox Iris endpoints for secure, wrapper-free stablecoin transfers.

3d. Developer Agent SDK

Integrate autonomous agents and decentralized organizations programmatically using the @synarc/agent-sdk npm package.

Installation

npm install @synarc/agent-sdk

Quickstart Example

import { SynArcAgent } from '@synarc/agent-sdk';

// Initialize agent client
const agent = new SynArcAgent({ 
  rpcUrl: 'https://rpc.testnet.arc.network',
  privateKey: process.env.PRIVATE_KEY 
});

// Register ERC-8004 on-chain agent identity
await agent.registerIdentity({
  name: "Autonomous Portfolio Rebalancer",
  capabilities: ["treasury-monitoring", "cctp-rebalancing"],
  metadataUri: "https://metadata.synarcdao.xyz/agents/rebalancer-01.json"
});

// Cast a programmatic vote on a proposal
const proposalId = "0x...";
await agent.vote(proposalId, 1 /* For */);

4. Arc Ecosystem Alignment

SynArc is built natively for Arc β€” a high-performance, EVM-equivalent blockchain engineered to power the agentic economy.

Arc Specification Value
Network Name Arc Testnet
Chain ID 5042002
RPC URL https://rpc.testnet.arc.network
Currency USDC
Block Explorer testnet.arcscan.app
Fallback RPC 1 https://arc-testnet.drpc.org
Fallback RPC 2 https://5042002.rpc.thirdweb.com

Arc's dedicated focus on institutional-grade settlement, native USDC capital, and autonomous agent participation perfectly aligns with SynArc's governance framework.

Canteen ARC CLI & Resilient RPC Fallbacks

SynArc is integrated with the Canteen Builder Program, providing personalized high-performance RPC connections and gasless transaction routing for all critical treasury and governance operations.

CLI Installation & Commands

To manage and retrieve your personalized Canteen RPC endpoints, install the Canteen ARC CLI tool:

# Install uv tool suite (if not present)
curl -LsSf https://astral.sh/uv/install.sh | sh

# Install the Canteen ARC CLI
uv tool install git+https://github.com/the-canteen-dev/ARC-cli

Once installed, use the following commands:

  • arc-canteen login - Log into your Canteen developer account.
  • arc-canteen rpc-url - Fetch your personalized, high-performance Arc RPC endpoint.
  • arc-canteen update product - Sync your latest product status with the Canteen registry.

Centralized 4-Endpoint RPC Resiliency Chain

To ensure uninterrupted uptime for our users and AI agents, the SynArc frontend implements a centralized sequential fallback resolver traversing four RPC nodes in priority order:

  1. Personalized Canteen RPC (process.env.NEXT_PUBLIC_ARC_RPC_URL)
  2. Arc Testnet Public RPC (https://rpc.testnet.arc.network)
  3. dRPC Arc Testnet Node (https://arc-testnet.drpc.org)
  4. Thirdweb Arc Testnet Node (https://5042002.rpc.thirdweb.com)

If the primary endpoint experiences rate limits or downtime, the system transparently loops through the fallback nodes to maintain client connectivity.


5. Governance Infrastructure

SynArc utilizes a modular, battle-tested governance stack that brings enterprise-level safety to on-chain organizations.

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                     SynArc Protocol                    β”‚
β”‚                                                        β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚
β”‚  β”‚   Governor   β”‚  β”‚  Timelock    β”‚  β”‚  Treasury   β”‚  β”‚
β”‚  β”‚  (OZ Votes)  │──│ Controller  │──│  (USDC)     β”‚  β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚
β”‚           β”‚                                  β”‚         β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”                  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”‚
β”‚  β”‚  Off-Chain   β”‚                  β”‚   Delegate   β”‚    β”‚
β”‚  β”‚   Voting     β”‚                  β”‚   Registry   β”‚    β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Proposal Lifecycle

  1. Creation: Members with voting power above the proposalThreshold propose executable transactions on-chain.
  2. Pending: A configurable delay allows members to adjust delegations before voting snapshot is finalized.
  3. Active: Token holders cast votes (For, Against, or Abstain) cryptographically signed via their embedded wallets.
  4. Passed: Proposals meeting quorum and majority requirements are queued into the TimelockController.
  5. Execution: After the timelock delay expires, the proposed transactions are executed, dispersing funds or modifying configurations.

6. Treasury Coordination

SynArc coordinates and reports on DAO treasury assets entirely in USDC, ensuring predictable, low-volatility financial runway for organizations.

  • Liquid Reserves: Operating capital held in secure, highly liquid multisig vaults (Target: 82%).
  • Yield Generation: Capital placed in conservative yield-bearing platforms like Morpho to counter inflation (Target: 15%).
  • Ecosystem Liquidity: Deployed in automated market makers like ArcDEX to maintain token and LP stability (Target: 3%).

All treasury interactions are authorized strictly via successful governance outcomes, precluding single-point-of-failure vulnerabilities.


7. Tech Stack

Frontend

Web3 Integration

  • Authentication & Embedded Wallets: Privy
  • Ethereum Provider Interface: Wagmi 2
  • Low-Level Client Library: Viem 2

Smart Contracts

  • Governance Engine: SynArcGovernor (inherits from OpenZeppelin Governor)
  • Execution Delay: TimelockController (OpenZeppelin)
  • Voting Mechanism: SynArcToken (ERC20Votes)
  • Asset Management: SynArcTreasury (EVM USDC multi-signature integration)
  • Milestone Escrow: SynArcCrowdfund (Dynamic stablecoin escrow with milestone locks and refund checks)
  • AI Agent Wallet: SynArcAgent (Autonomous ERC-8004 AI Agent execution contract)

Network

  • Execution Layer: Arc Testnet

7a. Complete Tech Stack

Frontend & Styling:

  • Next.js 15 - React framework with App Router
  • TailwindCSS 4 - Utility-first CSS framework
  • Framer Motion - Animation library

Web3 Integration:

  • Privy - Authentication and embedded wallets
  • ethers.js - Ethereum library (via Viem compatibility)
  • Wagmi / Viem - Low-level web3 client

Deployment:

  • Vercel - Hosting and deployment platform

8. Architecture

synarc-dao/
β”œβ”€β”€ app/
β”‚   β”œβ”€β”€ (dashboard)/          # Authenticated and protected application views
β”‚   β”‚   β”œβ”€β”€ dashboard/        # Main governance metrics & action cards
β”‚   β”‚   β”œβ”€β”€ proposals/        # Interactive proposal feed and creation wizard
β”‚   β”‚   └── treasury/         # Comprehensive treasury ledger and visual reports
β”‚   β”œβ”€β”€ (marketing)/          # Public-facing brand presentation and landing views
β”‚   β”‚   └── page.tsx          # Homepage with integrated roadmap timeline
β”‚   └── api/                  # API endpoints and background event webhooks
β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ ui/                   # Reusable atomic design tokens (GlassCard, SynArcLogo, etc.)
β”‚   β”œβ”€β”€ layout/               # Global page layouts, navigation components, and footers
β”‚   β”œβ”€β”€ dashboard/            # Specialized widgets and telemetry cards
β”‚   β”œβ”€β”€ proposals/            # Proposal creation, voting, and timeline sub-components
β”‚   └── sidebar/              # Responsive sidebar navigation controls
β”œβ”€β”€ hooks/
β”‚   β”œβ”€β”€ useGovernanceStore.ts # Global Zustand state provider managing simulated states
β”‚   β”œβ”€β”€ useUSDCBalance.ts     # Live balance fetcher utilizing ERC-20 contract interfaces
β”‚   └── useSwitchArcNetwork.ts# Automated RPC configuration and chain-switching utility
β”œβ”€β”€ lib/                      # Base configurations, utilities, and helper functions
β”œβ”€β”€ providers/                # Top-level React wrappers (Web3, Privy, Theme)
└── styles/                   # Core Tailwind configurations and global styles

9. Roadmap

βœ… Phase 1 β€” Governance Frontend

  • βœ… Clean, modern landing pages with Arc-native glassmorphic aesthetics
  • βœ… Real-time analytics dashboard with deep data visualization
  • βœ… Responsive, mobile-optimized UI layout
  • βœ… Proposal submission and detail view pages

βœ… Phase 2 β€” Authentication & Onboarding

  • βœ… Privy authentication with embedded wallets (email, social, MetaMask)
  • βœ… Zero-gas cryptographic signature verification
  • βœ… Live balance polling from Arc Testnet nodes
  • βœ… Creator DAO template system (milestone escrow, AI + human campaigns)
  • βœ… SynArcCrowdfund escrow contract β€” deployed, verified on ArcScan
  • βœ… Live USDC milestone approvals and on-chain releases

βœ… Phase 3 β€” On-Chain Governance

  • βœ… SynArcGovernor (OpenZeppelin Governor) deployed and verified on Arc Testnet
  • βœ… TimelockController with configurable execution buffers
  • βœ… Full EVM smart contract reads/writes in the UI (USDC, Governor, escrows)
  • βœ… Proposal submission, voting, queueing, and execution on-chain

βœ… Phase 4 β€” Arc Ecosystem Integration

  • βœ… Real USDC-denominated treasury disbursements via governance
  • βœ… Autonomous AI agent identity registered on ERC-8004 registry on-chain
  • βœ… Delegate registries for frictionless voting weight delegation
  • βœ… Bidirectional Circle CCTP Bridge (Arc ↔ Ethereum Sepolia, Base, Fuji, Solana)
  • βœ… Treasury Agent live: Auto Payments, Risk Monitoring & Emergency Pause, Auto Rebalancing
  • βœ… @synarc/agent-sdk TypeScript SDK published on npm

🚧 Phase 5 β€” Advanced Features (In Progress)

  • πŸ”œ Auto Yield Farming β€” deploy idle stablecoins to Aave / Compound / Morpho
  • πŸ”œ Multi-Chain Auto Sweep β€” pull bridge deposits automatically into treasury
  • πŸ”œ Creator DAO mainnet graduation β€” move verified escrows to Arc Mainnet
  • πŸ”œ Cross-DAO nanopayment routing β€” pay creators across DAOs from any chain

πŸ—“ Phase 6 β€” Future Architecture

  • Encrypted voting via Zero-Knowledge (ZK) proofs
  • Private coordinator sets for shielded voting positions
  • DAO configuration dashboard and parameter management UI

10. Deployment

Live Deployment

https://www.synarcdao.xyz/

Deploying to Vercel

  1. Install the Vercel CLI globally:
    npm install -g vercel
  2. Initiate deployment from the synarc-dao subfolder:
    vercel --prod
  3. In the Vercel project settings page, add the corresponding environment variables:
    • NEXT_PUBLIC_PRIVY_APP_ID
    • NEXT_PUBLIC_RPC_URL

Privy Production Settings

  1. Log into your dashboard at privy.io.
  2. Add your production URL to the Allowed Origins whitelist.
  3. Ensure the "Embedded Wallets" toggle is set to Enabled under login methods.

10a. Deployed Contracts

All core SynArc smart contracts are deployed on the Arc Testnet (chainId: 5042002) and are verified on the ArcScan block explorer:

Contract Name Address Description ArcScan
SynArc Governor 0x83Fa2adf3f66e4951D7E9F2576a79e9d644aE25e Proposal voting and supermajority execution logic Inspect
SynArc Treasury 0xFE0F6bF45D363d34CD5fC1781594a7471736dC18 Vault managing USDC/EURC stablecoin deposits and timelocked releases Inspect
SynArcToken (sARC) 0xBd0C6b83DaBF2c04Ab762C262ea0B036d2D1368e ERC20 governance token authorizing user voting weight checkpoints Inspect
EURC Token 0x89B50855Aa3bE2F677cD6303Cec089B5F319D72a Circle stablecoin accepted for treasury operations and campaigns Inspect
ERC-8004 Registry 0x8004A818BFB912233c491871b3d84c89A494BD9e Trustless Agents Identity Registry for agent verification Inspect
SynArcAgent 0x88BdF819466C1802ce6C780a9fbdF3A314cab07D Autonomous portfolio monitoring, rebalancing, and CCTP bridge triggers Inspect

ℹ️ All contracts are deployed on Arc Testnet. Verified contracts have direct explorer links.


11. Folder Structure

SynArc organizes its code base into high-cohesion, low-coupling directories to maximize development efficiency:

synarc-dao/
β”œβ”€β”€ app/                      # Next.js 15 app router pages & api paths
β”œβ”€β”€ components/               # UI components, layout models, sub-systems
β”œβ”€β”€ contracts/                # Smart contract repositories (Hardhat/Foundry)
β”œβ”€β”€ data/                     # Configuration JSONs and mock records
β”œβ”€β”€ hooks/                    # Reusable React hooks (web3 connections, stores)
β”œβ”€β”€ lib/                      # Client setup files, cryptographic utils
β”œβ”€β”€ providers/                # React Global context wrappers
β”œβ”€β”€ public/                   # Static images, icons, and assets
β”œβ”€β”€ styles/                   # Global style sheets & Tailwind targets
β”œβ”€β”€ types/                    # System-wide static type safety interfaces
β”œβ”€β”€ utils/                    # Clean mapping and math helper functions
β”œβ”€β”€ package.json              # Project packages and build scripts
└── tsconfig.json             # Compiler rules for TypeScript

12. Security Philosophy

SynArc is developed with a strict security-first mindset, preparing for institutional integration:

  • Trustless Settlement: The TimelockController acts as a non-bypassable barrier, ensuring all token holders have sufficient warning to withdraw funds if malicious updates pass.
  • Decentralized Control: No admin keys, multi-sigs, or backdoors. The governance smart contract is the sole owner of the treasury and other core protocol components.
  • Non-Custodial Integrity: User private keys are never transmitted, stored, or managed by the SynArc server layer. All cryptographic keys are secured directly via hardware and client-side systems using Privy.
  • Mathematical Transparency: All votes are verified cryptographically via ECDSA signatures on the client side, ensuring full provability of election inputs.
  • Isolated Creator Escrows: Every Creator DAO deploys its own independent SynArcCrowdfund escrow contract from the creator's wallet. No single contract holds funds for multiple creators β€” eliminating shared-contract attack surfaces.
  • Permissionless Architecture: Anyone can verify the escrow source code. Contract addresses are surfaced in the UI after deployment and linkable on ArcScan for full on-chain transparency.

Recent Security Improvements

Area Improvement Status
Escrow Isolation Each creator gets a fresh, independent contract deployment βœ… Live
On-Chain State Reads totalRaised and contributor counts read directly from chain via viem βœ… Live
RPC Resiliency 4-endpoint sequential fallback chain prevents single-point-of-failure βœ… Live
Verification Docs Hardhat CLI + ArcScan UI verification guide published in docs/07-smart-contracts.md βœ… Live
Pre-Audit Review Internal security review of Governor, Timelock, and Crowdfund contracts πŸ”„ In Progress
ZK Voting Encrypted ballots via Zero-Knowledge proofs πŸ—“ Planned

⚠️ Warning: SynArc's smart contracts are currently undergoing internal pre-audit reviews. Ensure proper testing on Arc Testnet before committing high-value operational reserves.


13. Future Plans

Initiative Timeline Objectives
Mainnet Transition Q3 2026 Audited production deployment of Governor and Timelock Controller models on Arc Mainnet.
Privacy Expansion Q4 2026 Private coordinator election setups, ZK-Snark voting protocols, and secret ballot options.
Autonomous Execution Q1 2027 AI agent delegation layers with automated intent checking and programmable execution limits.
Ecosystem Bridges Q2 2027 Cross-chain governance links allowing remote treasury operations via safe bridges.

14. License

This repository is licensed under the MIT License. Check LICENSE for additional details.


Built for the Arc agentic economy.

Website Β· Twitter Β· GitHub Β· Arc Network

Β© 2026 SynArc. All rights reserved.

About

SynArc is a governance and treasury platform that enables creators and DAOs to launch transparent organizations, receive USDC funding, and manage treasuries autonomously on Arc.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors