Skip to content

Commit

Permalink
docs: add account tags (#7011)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaki authored Jun 11, 2024
1 parent fa8f12f commit 8580467
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/aztec/concepts/accounts/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Accounts
sidebar_position: 0
tags: [accounts]
---

**Every account in Aztec is a smart contract** which defines the rules for whether a transaction is or is not valid. This allows implementing different schemes for transaction signing, nonce management, and fee payments. However, encryption and nullifying keys, which are specific to private blockchains, are still enshrined at the protocol level.
Expand Down
1 change: 1 addition & 0 deletions docs/docs/aztec/concepts/wallets/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Wallets
sidebar_position: 1
tags: [accounts]
---

In this page we will cover the main responsibilities of a wallet in the Aztec network.
Expand Down
1 change: 1 addition & 0 deletions docs/docs/guides/js_apps/authwit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: How to use authentication witnesses (authwit)
tags: [accounts]
---

This page assumes you have authwit set up correctly in your contract. To learn how to do that, [go here](../smart_contracts/writing_contracts/authwit.md).
Expand Down
1 change: 1 addition & 0 deletions docs/docs/guides/js_apps/create_account.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: How to Create a New Account
tags: [accounts]
---

This guide explains how to create a new account using Aztec.js.
Expand Down
1 change: 1 addition & 0 deletions docs/docs/tutorials/write_accounts_contract.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Writing an Account Contract
tags: [accounts]
---

This tutorial will take you through the process of writing your own account contract in Aztec.nr, along with the Typescript glue code required for using it within a wallet.
Expand Down

0 comments on commit 8580467

Please sign in to comment.