🔗
Public Repositories
$ls -la ./repositories/
Nillion Verifier
A comprehensive tutorial for setting up and running a Nillion verifier node, with step-by-step instructions and troubleshooting guides.
DockerNodeTutorial
Story Validation Race
The main goal of the race is to distribute test tokens to validators who actively participate in the network and make meaningful contributions.
ChallengeNode
BEVM Automation
This script automates the setup process for running a BEVM node using Docker on your Server.
DockerTutorialAutomation
Contribution Stats
$git log --author="Starfish" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }'
added lines: 12483, removed lines: 5291, total lines: 7192