Tutorials
📄️ Writing a token contract in Aztec.nr
In this tutorial we will go through writing an L2 native token contract
📄️ Writing a private voting smart contract in Aztec.nr
In this tutorial we will go through writing a very simple private voting smart contract in Aztec.nr. You will learn about private functions, public functions, composability between them, state management and creatively using nullifiers to prevent people from voting twice!
🗃️ Writing a DApp
5 items
🗃️ Build a Token Bridge
6 items
🗃️ Swap on L1 Uniswap from L2 with Portals
9 items
📄️ Testing with Typescript
Testing is an integral part of any piece of software, and especially important for any blockchain application. In this page we will cover how to interact with your Noir contracts in a testing environment to write automated tests for your apps.