Thanks to visit codestin.com
Credit goes to github.com

Skip to content

anonid-top/Story

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

image

Story is a blockchain making IP protection and licensing programmable and efficient. It automates IP management, allowing creators to easily license, remix, and monetize their work. With Story, traditional legal complexities are replaced by on-chain smart contracts and off-chain legal agreements, simplifying the entire process.

System Requirements

Hardware Minimum Requirement
CPU 4 Cores
RAM 8 GB
Disk 200 GB
Bandwidth 10 MBit/s

Service

- Cosmos RPC: https://story-cosmos-testnet-rpc.tech-coha05.xyz

- Metamask RPC: https://story-evm-testnet-rpc.tech-coha05.xyz

- Validator assdress: https://testnet.story.explorers.guru/validator/storyvaloper15a4fph700vr0t0arfsrleeyh4al9087ee3evct

- Peer: b37eff82c86e867f8bf4df1199fbd90cc411b9dd@story-testnet-peer.tech-coha05.xyz:36656

LIVE PEERS

PEERS=$(curl -sS https://story-cosmos-testnet-rpc.tech-coha05.xyz/net_info | jq -r '.result.peers[] | "\(.node_info.id)@\(.remote_ip):\(.node_info.listen_addr)"' | awk -F ':' '{print $1":"$(NF)}' | paste -sd, -)
echo $PEERS
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.story/story/config/config.toml

Auto Install with systemd

source <(curl -s https://raw.githubusercontent.com/Coha05/Story/main/auto-install-story.sh)

Register your Validator

curl localhost:26657/status | jq

Make sure catching_up = false image

1. Export wallet:

story validator export --export-evm-key

2. Get wallet key and import to Metamask wallet

sudo nano ~/.story/story/config/private_key.txt

3. Import wallet to Metamask and faucet

https://faucet.story.foundation

4. You need at least have 1 IP on wallet before go to last step

5. Register validator

story validator create --stake 1000000000000000000 --private-key "your_private_key"

image

BACK UP FILE

  1. Wallet private key:
sudo nano ~/.story/story/config/private_key.txt
  1. Validator key:
sudo nano ~/.story/story/config/priv_validator_key.json

That all good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%