diff --git a/README.md b/README.md index b792970..e5fd19a 100644 --- a/README.md +++ b/README.md @@ -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 +```