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 dreamwalker #1101

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
5 changes: 5 additions & 0 deletions wave-2/submissions/sharath110/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"validator_address": "0x04a9c1141583aa93EE14bd960668AC2197F1A841",
"discord_id": "393575678760583169",
"discord_username": "sharath1"
}
1 change: 1 addition & 0 deletions wave-2/submissions/sharath110/submission-bonus-task-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://testnet.storyscan.app/validators/storyvaloper1te43plhw4hxqfr2kh6c3xmghkfcghc9vwjv26u
1 change: 1 addition & 0 deletions wave-2/submissions/sharath110/submission-bonus-task-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://medium.com/@gsharathkumar18/story-protocal-ip-f449a51c399b
1 change: 1 addition & 0 deletions wave-2/submissions/sharath110/submission-bonus-task-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://youtu.be/0cbU1LUr42o?si=IuC6my8Ct3Ocwr29
49 changes: 49 additions & 0 deletions wave-2/submissions/sharath110/submission-general-task-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
SUBMISSION-GENERAL-TASK 1

Automatic installer for the Story node

install the necessary tools for managing your Story Protocol node, run the following command in your terminal:


```
cd $HOME && wget https://raw.githubusercontent.com/sharath110/story/main/node.sh && chmod +x node.sh && ./node.sh
```

Auto Script Summary - Node Management

This script is designed to streamline and simplify the management of Story
Protocol nodes by offering a user-friendly, menu-driven interface. It allows users
to perform a variety of essential tasks with minimal manual intervention
ensuring efficient and smooth node operation.

Key Features:

. Dependency Management: Automatically installs and configures all
necessary dependencies for seamless node operation.

. Binary Setup: Manages the installation and updates of binaries, ensuring
the node runs on the correct version.

. Node Operations: Simplifies starting, stopping, refreshing, and monitoring
the node's status with easy-to-use commands.

. Validator Key Management: Facilitates key generation, backup, and
recovery for validator nodes, enhancing security.

. Staking and Balances: Securely check token balances and stake tokens to
participate in network activities.

. Backup and Recovery: Offers options to back up and restore node data,
protecting against data loss.


The script is interactive, prompting users to select desired operations, making it
accessible to both beginners and experienced users. By automating critical node
management tasks, it reduces complexity, allowing users to focus on more
strategic responsibilities.


more infomation readme https://github.com/sharath110/story/blob/main/README.md

Sources Repository:
https://github.com/sharath110/story/blob/main/node.sh