@secretkeylabs/stacks-tools 0.1.0-9ff782f → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,17 @@
1
- # pool-tools
1
+ # stacks-tools
2
2
 
3
- A collection of methods for the Stacks API and to manage pools.
3
+ A collection of methods for calling the Stacks API and managing Stacks pools.
4
4
 
5
- Supports ESM imports only.
5
+ ## Quickstart
6
+
7
+ Install dependencies with
8
+
9
+ ```shell
10
+ bun install
11
+ ```
12
+
13
+ and build the package with
14
+
15
+ ```shell
16
+ bun run build
17
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secretkeylabs/stacks-tools",
3
- "version": "0.1.0-9ff782f",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"