https://github.com/aztecprotocol/devcontainer-feature
https://github.com/aztecprotocol/devcontainer-feature
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aztecprotocol/devcontainer-feature
- Owner: AztecProtocol
- Created: 2025-03-20T20:41:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T14:03:02.000Z (11 months ago)
- Last Synced: 2025-06-09T05:14:50.314Z (8 months ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dev Container Features for Noir Development
This repository contains [Dev Container Features](https://containers.dev/implementors/features/) for Noir language development. It provides out-of-the-box support for installing Noir's Nargo CLI and the Barretenberg library in your development containers.
## Available Features
This repository provides the following features:
- Nargo CLI and Noirup
- BB CLI and BBup
## Usage
Check the READMEs in `src/barretenberg` and `src/noir` for usage instructions
## Development
This repository follows the [Dev Container Feature specification](https://containers.dev/implementors/features/).
### Testing
You can test the features using the Dev Container CLI:
```bash
devcontainer features test --global-scenarios-only .
```