Skip to content

đŸ’„ Storage Provider Retrieval Checker as a Filecoin Station Module đŸ›°ïž

License

Notifications You must be signed in to change notification settings

CheckerNetwork/spark-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8cb77c8 Â· Nov 18, 2024

History

96 Commits
Nov 18, 2024
Oct 21, 2024
Oct 21, 2024
Sep 24, 2024
Apr 27, 2023
Jul 25, 2023
Jun 12, 2024
Sep 24, 2024
May 31, 2023
Sep 13, 2024
Jul 10, 2024
Aug 12, 2024

Repository files navigation

spark

SP Retrieval Checker Module

Development

Install Zinnia CLI.

$ # 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:

$ ./release.sh <semver>
$ # 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.