@0xward/cultos-utils 1.0.0 → 1.0.1
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 +14 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
|
-
# cultos-utils
|
|
2
|
-
Utility and identity generator for CultOS ecosystem.
|
|
1
|
+
# @0xward/cultos-utils
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
Core utilities and generation modules for CultOS—a futuristic AI-powered application built for the Stacks ecosystem enabling users to architect viral, internet-style cult meme tokens.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
- **Meme Framework Parameters:** Configurable boundaries for setting up automated viral mechanics.
|
|
7
|
+
- **Stacks Interoperability:** Clean utilities designed to streamline interaction with Clarity smart contracts.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
```bash
|
|
11
|
+
npm install @0xward/cultos-utils
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## License
|
|
15
|
+
MIT © [0xward](https://github.com/0xward)
|