Skip to content

Template repository used for Noir-lang maintained libraries.

License

Notifications You must be signed in to change notification settings

noir-lang/noir-library-starter

Repository files navigation

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 setup to ease creating releases for the library.

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

Benchmarks

TODO

Installation

In your Nargo.toml file, add the version of this library you would like to install under dependency:

[dependencies]
LIBRARY = { tag = "v0.1.0", git = "https://github.com/noir-lang/LIBRARY_NAME" }

library

Usage

PLACEHOLDER

About

Template repository used for Noir-lang maintained libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages