GithubHelp home page GithubHelp logo

awesome-aztec's Introduction

Awesome Aztec

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

Awesome Twitter

Contents

Official Resources

Learning

Talks and workshops

Blog Posts and Articles

Tutorials

Coding

Dev Tools

Boilerplates

Libraries

  • Aztec.nr docs and source code
    • Includes:
      • aztec (core) - the core of the framework
      • easy-private-state - for easily creating private state
      • safe-math - for safe arithmetic
      • value-note - for storing arbitrary values
  • Noir libraries - Noir libraries can be used in Aztec contracts

Contract development

Common Patterns

  • Authentication Witness - authentication witnesses are like token approvals on Ethereum, but are much more flexible and powerful.
  • Calling public function from private functions - private functions cannot directly manipulate public state, they can by staging a call to a public function that updates public state.
    • You can also use this pattern to "pass" public inputs into private state by passing the input as an argument to a private function, staging a public function call that validates the input against the current public state.
  • The list is growing quickly, see this page of the docs for the latest, most complete list.

Projects

Reference

awesome-aztec's People

Contributors

critesjosh avatar porco-rosso-j avatar signorecello avatar brunny-eth 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.