@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.
- package/README.md +15 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
|
-
#
|
|
1
|
+
# stacks-tools
|
|
2
2
|
|
|
3
|
-
A collection of methods for the Stacks API and
|
|
3
|
+
A collection of methods for calling the Stacks API and managing Stacks pools.
|
|
4
4
|
|
|
5
|
-
|
|
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
|
+
```
|