clockwork-press 0.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.
Files changed (3) hide show
  1. package/LICENSE +12 -0
  2. package/README.md +8 -0
  3. package/package.json +9 -0
package/LICENSE ADDED
@@ -0,0 +1,12 @@
1
+ Clockwork License 1.0 (source-available)
2
+
3
+ Copyright (c) 2026 Mithril Labs / Daniel Volkov
4
+
5
+ Permission is granted to use, copy, modify and run this software to operate a fee machine for a token you
6
+ control, on the condition that the service share routing it contains (a share of every claim, at or above the
7
+ floor pinned in the package, sent on-chain to the Clockwork address) is left in place and functioning.
8
+ You may not remove, reduce below the floor, or redirect that routing, and you may not offer this software or a
9
+ derivative of it to third parties as a service. Reading, auditing and reporting on the code is always permitted.
10
+
11
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. IT MOVES REAL ASSETS ON A PUBLIC CHAIN UNDER
12
+ YOUR OWN KEYS; YOU ARE RESPONSIBLE FOR WHAT IT DOES WITH THEM.
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # clockwork-press
2
+
3
+ your fees, on a clock, with receipts.
4
+
5
+ the fee machine for tokens on robinhood chain: it claims a token's creator fees, splits them, burns in slices on a
6
+ fifteen-minute clock, and prints every hash. it runs in your own repository on your own wallet. it never holds a key.
7
+
8
+ this version only reserves the name. the first working release ships with client zero, gmerald.xyz.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "clockwork-press",
3
+ "version": "0.0.1",
4
+ "description": "your fees, on a clock, with receipts. the fee machine for tokens on robinhood chain. name reserved; the first release ships with client zero.",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "repository": "github:MithrilDaniel/clockwork",
7
+ "publishConfig": { "access": "public" },
8
+ "files": ["README.md", "LICENSE"]
9
+ }