Skip to content

Commit

Permalink
refactor: removed on page TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Dec 15, 2023
1 parent d35df9f commit 3fccf76
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions content/guides/advanced/introduction-to-durable-nonces.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,38 +65,6 @@ implement:
triggers. With Durable Nonces, these transactions can be pre-signed and
executed when the trigger condition is met.

---

We'll learn a ton in this guide:

- [Durable Nonce Applications](#durable-nonce-applications)
- [Introduction to Durable Nonces](#introduction-to-durable-nonces)
- [Double Spend](#double-spend)
- [Recent Blockhashes](#recent-blockhashes)
- [Durable Nonces](#durable-nonces)
- [Nonce Account](#nonce-account)
- [Nonce Authority](#nonce-authority)
- [Durable Nonces with Solana CLI](#durable-nonces-with-solana-cli)
- [Create Nonce Authority](#create-nonce-authority)
- [Create Nonce Account](#create-nonce-account)
- [Fetch Nonce](#fetch-nonce)
- [Displace Nonce Account](#displace-nonce-account)
- [Advancing Nonce](#advancing-nonce)
- [Withdraw from Nonce Account](#withdraw-from-nonce-account)
- [Live Example: DAO Offline Co-Signing](#live-example-dao-offline-co-signing)
- [Using Recent Blockhashes](#using-recent-blockhashes)
- [Using Durable Nonces](#using-durable-nonces)
- [Durable Nonces with Solana `web3.js`](#durable-nonces-with-solana-web3js)
- [Create Nonce Authority](#create-nonce-authority-1)
- [Create Nonce Accounts](#create-nonce-accounts)
- [Fetch Initialised Nonce Account](#fetch-initialised-nonce-account)
- [Sign Transaction using Durable Nonce](#sign-transaction-using-durable-nonce)
- [Live Example: Poll Simulation App](#live-example-poll-simulation-app)
- [Live App](#live-app)
- [References](#references)

Let's get started!

## Introduction to Durable Nonces

### Double Spend
Expand Down

0 comments on commit 3fccf76

Please sign in to comment.