Skip to content

Commit

Permalink
docs: add table of contents to README
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Jun 20, 2024
1 parent b3d835f commit 2727f0b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@

## Overview

`use-wallet` is a TypeScript library that simplifies integrating Algorand wallets into decentralized applications (dApps).
`use-wallet` is a TypeScript library that makes it easy to integrate Algorand wallets into your decentralized applications.

Version 3.x has been rewritten as a framework-agnostic core library that can be used in any JavaScript or TypeScript project. It ships with framework specific adapters for React, Vue, and SolidJS.
Version 3.x has been rewritten as a framework-agnostic core library that can be used in any modern JavaScript or TypeScript project. It ships with framework specific adapters for React, Vue, and SolidJS.

## Get Started

- [Installation](#installation)
- [Configuration](#configuration)
- [Quick Start (React)](#quick-start-react)
- [Quick Start (Vue)](#quick-start-vue)
- [Quick Start (SolidJS)](#quick-start-solidjs)
- [Example Apps](#example-apps)
- [Custom Provider](#custom-provider)
- [WalletManager API](#walletmanager-api)
- [BaseWallet API](#basewallet-api)

## Installation

Expand Down

0 comments on commit 2727f0b

Please sign in to comment.