Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit submissions for Card3 #1099

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions wave-2/submissions/Card3/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"validator_address" : "story1695upj4syw60hw7pezdgvv4j3eg2496g7c6hud" ,
"discord_id" : "446341726735564812" ,
"discord_username" : "kenctoshi"
}
1 change: 1 addition & 0 deletions wave-2/submissions/Card3/submission-bonus-task-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://testnet.storyscan.app/validators/storyvaloper1695upj4syw60hw7pezdgvv4j3eg2496gshwkhx
20 changes: 20 additions & 0 deletions wave-2/submissions/Card3/submission-general-task-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Automatic installer for the Story node

For ubuntu 22.04:

- Install latest story (v0.11.0) and geth (v0.9.4) binary
- Run story by using COSMOVISOR tool so that can automatically upgrade by config the blockheight
- Include downloading snapshots for both story and geth
- current two kinds of snapshot, pick one of them
- prune has no tx index
- archive is much larger than prune
- Make sure you have human-readable identifier for your node (your moniker name)

```bash
# Using prune snapshot
wget -O install.sh https://raw.githubusercontent.com/card3/story-validator/refs/heads/main/scripts/install.sh && chmod +x install.sh && \
./install.sh -m <your moniker name>
# If using archive snapshot, run below
wget -O install.sh https://raw.githubusercontent.com/card3/story-validator/refs/heads/main/scripts/install.sh && chmod +x install.sh && \
./install.sh -m <your moniker name > --archive
```
22 changes: 22 additions & 0 deletions wave-2/submissions/Card3/submission-general-task-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Story Blockchain Grafana Dashboard
## Overview
This Grafana dashboard provides comprehensive monitoring and visualization for the Story blockchain. It offers real-time insights into the blockchain's performance, consensus mechanisms, and network health, making it an essential tool for validators and network operators.
Dashboard Structure
The dashboard is organized into three main sections:
1. Blockchain Overview
2. Consensus Metrics
3. Validator Metrics

## How to Use
Demo Link: http://34.143.199.206:3000/d/be15zg6lujx1cc/validator
Account: user
Password: user

## Installation Guide
1. In Grafana, go to 'Create' > 'Import'.
2. Copy and paste the JSON configuration provided in this submission.
3. Select your Prometheus data source.
4. Click 'Import' to create the dashboard.

Grafan Dashboard File
https://raw.githubusercontent.com/card3/story-validator/refs/heads/main/dashboard/grafana.json