-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |