@croptop/core-v6 0.0.60 → 0.0.61
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 +12 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,14 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Croptop turns a Juicebox project with a 721 hook into a permissioned publishing marketplace. Project owners define posting rules, then anyone who meets those rules can publish new NFT tiers and mint the first copy of each post.
|
|
4
4
|
|
|
5
|
-
Docs: <https://docs.juicebox.money>
|
|
6
5
|
Site: <https://croptop.eth.limo>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
- [ARCHITECTURE.md](./ARCHITECTURE.md) — system overview, contract roles, data flow
|
|
10
|
+
- [INVARIANTS.md](./INVARIANTS.md) — scoped guarantees that must hold across users, owners, deployers, and integrators
|
|
11
|
+
- [RISKS.md](./RISKS.md) — runtime, admin, deployment, and integration risks
|
|
12
|
+
- [USER_JOURNEYS.md](./USER_JOURNEYS.md) — end-to-end flows for posters, owners, and deployers
|
|
13
|
+
- [ADMINISTRATION.md](./ADMINISTRATION.md) — owner and operator playbook
|
|
14
|
+
- [AUDIT_INSTRUCTIONS.md](./AUDIT_INSTRUCTIONS.md) — what auditors should focus on
|
|
15
|
+
- [SKILLS.md](./SKILLS.md) — domain knowledge for working in this repo
|
|
16
|
+
- [STYLE_GUIDE.md](./STYLE_GUIDE.md) — code-style conventions
|
|
17
|
+
- [CHANGELOG.md](./CHANGELOG.md) — release notes
|
|
13
18
|
|
|
14
19
|
## Overview
|
|
15
20
|
|