@secretkeylabs/stacks-tools 0.1.0-9192a06 → 0.1.0-9ff782f
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.
- package/README.md +3 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# pool-tools
|
|
2
2
|
|
|
3
|
-
A collection of methods for
|
|
3
|
+
A collection of methods for the Stacks API and to manage pools.
|
|
4
4
|
|
|
5
|
-
|
|
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
|
-
```
|
|
5
|
+
Supports ESM imports only.
|