@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.
Files changed (2) hide show
  1. package/README.md +12 -7
  2. 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
- Architecture: [ARCHITECTURE.md](./ARCHITECTURE.md)
8
- User journeys: [USER_JOURNEYS.md](./USER_JOURNEYS.md)
9
- Skills: [SKILLS.md](./SKILLS.md)
10
- Risks: [RISKS.md](./RISKS.md)
11
- Administration: [ADMINISTRATION.md](./ADMINISTRATION.md)
12
- Audit instructions: [AUDIT_INSTRUCTIONS.md](./AUDIT_INSTRUCTIONS.md)
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@croptop/core-v6",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",