Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noir-lang/noir-library-starter
Template repository used for Noir-lang maintained libraries.
https://github.com/noir-lang/noir-library-starter
Last synced: 23 days ago
JSON representation
Template repository used for Noir-lang maintained libraries.
- Host: GitHub
- URL: https://github.com/noir-lang/noir-library-starter
- Owner: noir-lang
- License: apache-2.0
- Created: 2024-09-20T11:11:23.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-19T21:21:11.000Z (about 2 months ago)
- Last Synced: 2024-12-19T22:30:05.981Z (about 2 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - noir-library-starter - library template (Boilerplates)
README
# noir-library-starter
This repository is a template used by the noir-lang org when creating internally maintained libraries.
This provides out of the box:
- A simple CI setup to test and format the library
- A canary flagging up compilation failures on nightly releases.
- A [release-please](https://github.com/googleapis/release-please) setup to ease creating releases for the library.
- Contributing guidelines specified in [CONTRIBUTING.md](CONTRIBUTING.md)Feel free to use this template as a starting point to create your own Noir libraries.
---
# LIBRARY_NAME
Add a brief description of the library
## Noir version compatibility
TODO: Update Noir version numbers tested compatible with
This library is tested to work as of Noir version 1.0.0-beta.x.
## Benchmarks
TODO
## Installation
In your _Nargo.toml_ file, add the version of this library you would like to install under dependency:
```toml
[dependencies]
LIBRARY = { tag = "v0.1.0", git = "https://github.com/noir-lang/LIBRARY_NAME" }
```## `library`
### Usage
`PLACEHOLDER`