https://github.com/checkernetwork/walrus-checker
Walrus subnet checker
https://github.com/checkernetwork/walrus-checker
Last synced: 11 months ago
JSON representation
Walrus subnet checker
- Host: GitHub
- URL: https://github.com/checkernetwork/walrus-checker
- Owner: CheckerNetwork
- License: other
- Created: 2025-02-24T12:03:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T08:18:53.000Z (about 1 year ago)
- Last Synced: 2025-05-07T09:27:15.751Z (about 1 year ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# walrus-checker
Walrus Checker Module
## Development
Install [Zinnia CLI](https://github.com/filecoin-station/zinnia).
```bash
$ # Lint
$ npx lint
$ # 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.