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.
Hardware | Minimum Requirement |
---|---|
CPU | 4 Cores |
RAM | 8 GB |
Disk | 200 GB |
Bandwidth | 10 MBit/s |
- 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
- Story 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
- Geth Peer:
story-geth --exec 'admin.addPeer("enode://fadb83227922096e59346a8b6ea442de0468ef2d3d10555ca2689596be967cc426acc6a885c0997a092164928aac5ea035e0a28039da1db4701c6cbc70e64992@story-testnet-peer-geth.tech-coha05.xyz:30303")' attach ~/.story/geth/iliad/geth.ipc
Visit service page: https://services.tech-coha05.xyz/networks/story/snapshot.html
source <(curl -s https://raw.githubusercontent.com/Coha05/Story/main/auto-install-story.sh)
curl localhost:26657/status | jq
story validator export --export-evm-key
sudo nano ~/.story/story/config/private_key.txt
https://faucet.story.foundation
story validator create --stake 1000000000000000000 --private-key "your_private_key"
- Wallet private key:
sudo nano ~/.story/story/config/private_key.txt
- Validator key:
sudo nano ~/.story/story/config/priv_validator_key.json