https://github.com/web3-storage/goodbits
https://github.com/web3-storage/goodbits
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/web3-storage/goodbits
- Owner: web3-storage
- Created: 2022-08-22T16:38:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T20:25:40.000Z (about 2 years ago)
- Last Synced: 2025-11-15T18:27:18.490Z (7 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goodbits
A list of good things.
## Add to the list
Make a commit adding a line of JSON to [list.ndjson](./list.ndjson). The file format is [newline delimited json](http://ndjson.org/).
Make your entry a JSON object with a `"cid"` property with the [CID](https://docs.ipfs.tech/concepts/content-addressing/) of the resource and a `"tags"` property to express what kind of goodness should be associated with the CID.
### Example
```json
{ "cid": "bafybeicaniz6j6bn2dgm3iln5cegevguhqftu7aefwjsz6mrgrhcdhkus4", "tags": ["https://nftstorage.link/tags/bypass-default-csp"] }
```
Note that `https://nftstorage.link/tags/bypass-default-csp` tag is currently used to bypass default CSP value.