Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filecoin-station/spark
💥 Storage Provider Retrieval Checker as a Filecoin Station Module 🛰️
https://github.com/filecoin-station/spark
checker filecoin retrieval web3
Last synced: 2 months ago
JSON representation
💥 Storage Provider Retrieval Checker as a Filecoin Station Module 🛰️
- Host: GitHub
- URL: https://github.com/filecoin-station/spark
- Owner: filecoin-station
- License: other
- Created: 2023-04-27T08:54:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T12:09:52.000Z (3 months ago)
- Last Synced: 2024-10-21T14:57:43.958Z (3 months ago)
- Topics: checker, filecoin, retrieval, web3
- Language: JavaScript
- Homepage: https://filspark.com
- Size: 276 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spark
SP Retrieval Checker Module- [Roadmap](https://pl-strflt.notion.site/SPARK-Roadmap-ac729c11c49b409fbec54751d1bc6c8a)
- [API](https://github.com/filecoin-station/spark-api)## Development
Install [Zinnia CLI](https://github.com/filecoin-station/zinnia).
```bash
$ # Lint
$ npx standard
$ # Run module
$ zinnia run main.js
$ # Test module
$ zinnia run test.js
```## Release
On a clean working tree, run the following command:
```bash
$ ./release.sh
$ # Example
$ ./release.sh 1.0.0
```Use GitHub's changelog feature to fill out the release notes.
Publish the new release and let the CI/CD workflow upload the sources
to IPFS & IPNS.