This is a backup of the original aztec-connect repository at https://github.com/AztecProtocol/aztec-connect.git
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Charlie Lye 79cfff569e
Merge branch 'master' of github.com:aztecprotocol/aztec-connect
3 weeks ago
.circleci Fix 3 weeks ago
.vscode Aztec Connect C++ directory with Rollup C++ - rollup_cli, db_cli, ..., aztec-connect.wasm (#2288) 2 months ago
audits Add audits. 3 weeks ago
aztec-connect-cpp Cl/build submodule (#2359) 2 months ago
blockchain-vks Aztec Connect C++ directory with Rollup C++ - rollup_cli, db_cli, ..., aztec-connect.wasm (#2288) 2 months ago
build-system@7ef44034b2 Fix broken bootstrap_docker.sh. Move build-image to build-system. Remove old public publish scripts. 2 months ago
contracts fix: contracts formatting (#2380) 2 months ago
markdown/specs Cleanup 3 weeks ago
scripts Move barretenberg to submodule. (#1924) 3 months ago
yarn-project Use TF variables for infura keys and devnet auth token (#25) 3 weeks ago
.editorconfig Move to yarn 3 plug 'n play and workspaces, pure ESM modules. (#1599) 6 months ago
.gitattributes Move to yarn 3 plug 'n play and workspaces, pure ESM modules. (#1599) 6 months ago
.gitignore Passing package name and version in sdk's client logs (#2284) 2 months ago
.gitmodules Cl/build submodule (#2359) 2 months ago
.nvmrc Move to yarn 3 plug 'n play and workspaces, pure ESM modules. (#1599) 6 months ago
LICENSE Update LICENSE. 3 weeks ago
PROJECT Missing file. 1 year ago
README.md Cleanup 3 weeks ago
VERSION Deployment Updates (#724) 1 year ago
bootstrap.sh Aztec Connect C++ directory with Rollup C++ - rollup_cli, db_cli, ..., aztec-connect.wasm (#2288) 2 months ago
bootstrap_docker.sh Fix broken bootstrap_docker.sh. Move build-image to build-system. Remove old public publish scripts. 2 months ago
build_manifest.json Initial Loki setup (#2381) 2 months ago
build_manifest.sh Fix broken bootstrap_docker.sh. Move build-image to build-system. Remove old public publish scripts. 2 months ago

README.md

Aztec Connect (v2.1) Monorepo

  • aztec-connect-cpp - C++ proof generators and merkle tree db.
  • blockchain-vks - Generates verification key smart contracts.
  • contracts - Solidity smart contracts.
  • yarn-project/account-migrator - Builds initial data tree with accounts from v2.0.
  • yarn-project/alpha-sdk - Alpha version of SDK to enable dapp developers to interface with external wallets.
  • yarn-project/aztec-dev-cli - Development cli tool.
  • yarn-project/barretenberg.js - Wrapper around barretenberg wasm and assorted low level libs.
  • yarn-project/blockchain - TypeScript for interacting with smart contracts and the blockchain.
  • yarn-project/end-to-end - End to end tests. Uses docker to launch a mainnet fork, falafel, and run test suite against them.
  • yarn-project/falafel - Rollup server.
  • yarn-project/halloumi - Proof generation server.
  • yarn-project/hummus - Webpack proof of concept website and terminal using sdk.
  • yarn-project/kebab - Proxy server sitting between falafel and ETH node.
  • yarn-project/sdk - SDK for interacting with a rollup provider.
  • yarn-project/wasabi - Load testing tool.