Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Sep 2, 2024
1 parent b98535a commit 78274a5
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# pool-tools
# stacks-tools

A collection of methods for the Stacks API and to manage pools.
A collection of methods for calling the Stacks API and managing Stacks pools.

Supports ESM imports only.
## Quickstart

Install dependencies with

```shell
bun install
```

and build the package with

```shell
bun run build
```

0 comments on commit 78274a5

Please sign in to comment.