GithubHelp home page GithubHelp logo

victorjcarolino / awesome-noir Goto Github PK

View Code? Open in Web Editor NEW

This project forked from noir-lang/awesome-noir

0.0 0.0 0.0 84 KB

A curated list of awesome things related to learning and programming in Noir.

License: Creative Commons Zero v1.0 Universal

awesome-noir's Introduction

Awesome Noir

A curated list of resources for learning and programming in Noir.

Awesome Twitter Discord

Contents


Official Resources

Learning

Learning By Doing

  • [Practice Exercises] Noir-by-example
    • An introduction to Noir with a bunch of simple examples
    • Learn how to organize your Noir logic, write For Loops, and create complex package structures
  • [Video Series] BattleZips-Noir (Source Code)
    • Walkthrough of building an on-chain Battleships game using zero-knowledge
    • Follow along and build your own game using Noir
  • [Practice Exercises] Circuit Examples
    • Demonstration of dot products & Merkle proofs in Noir, in comparison to Circom and RISC0

Talks & Workshops

Blog Posts & Articles

Get Coding

Dev Tools

Boilerplates

Libraries

  • Standard Library - the Noir Standard Library
  • Ethereum Storage Proof Verification - a library that contains the primitives necessary for RLP decoding (in the form of look-up table construction) and Ethereum state and storage proof verification (or verification of any trie proof involving 32-byte long keys)
  • BigInt - a library that provides a custom BigUint56 data type, allowing for computations on large unsigned integers
  • ECrecover - a library to verify an ECDSA signature and return the source Ethereum address
  • U(int)2B(tyes) - a library for converting u8->u120s to [u8] array
  • Sparse Merkle Tree Verifier - a library for verification of sparse Merkle trees
  • Signed Int - a library for accessing a custom Signed Integer data type, allowing access to negative numbers on Noir
  • Fraction - a library for accessing fractional number data type in Noir, allowing results that aren't whole numbers
  • RSA - This repository contains an implementation of a RSA signature verify for the Noir language.
  • Merkle Root - a library for calculating Merkle root from given inputs. Using the Poseidon function for hashing.

Projects

A curated list of projects powered by Noir.

Authentication

  • Anonymous proof of token ownership on Aztec (for token-gated access)

Gaming

Governance

Social

  • FruityFriends - Various circuits (Proof of Intersection, Proof of Proximity, Proof of Proper Secret) to be used in social applications

Contribute

Propose link additions by visiting README.md and click the "pen" icon in the top right corner. Make changes to the file and follow the instructions to create a pull request.

License

CC0

awesome-noir's People

Contributors

brunny-eth avatar cc-a23187 avatar colinnielsen avatar crisgarner avatar critesjosh avatar erayack avatar hhamud avatar resurgencelabs avatar ruizehung avatar savio-sou avatar signorecello avatar tomoima525 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.