Story
Story is the World's IP Blockchain platform designed to onramp Programmable IP for powering next-generation AI, DeFi, and consumer applications through tokenization of intellectual property. Through its Proof of Creativity mechanism and EVM-compatible L1 blockchain, it enables creators to tokenize, monetize, and distribute their IP while ensuring proper attribution and compensation across collaborative scenarios and AI-powered remixes
Official | Discord | Twitter | Explorer
NODE | CPU | RAM | SSD | OS |
---|---|---|---|---|
Story | 4 | 8 | 200 GB | Ubuntu 22.04 LTS |
rm -f installstory.sh && wget https://raw.githubusercontent.com/catsmile100/Validator-Testnet/main/Story/installstory.sh
dos2unix installstory.sh && chmod +x installstory.sh && ./installstory.sh && rm -rf installstory.sh
sudo systemctl status story-geth
sudo systemctl start story-geth
sudo systemctl stop story-geth
sudo systemctl restart story-geth
sudo systemctl enable story-geth
sudo systemctl disable story-geth
sudo journalctl -u story-geth -f
sudo systemctl status story
sudo systemctl start story
sudo systemctl stop story
sudo systemctl restart story
sudo systemctl enable story
sudo systemctl disable story
sudo journalctl -u story -f
curl localhost:17657/net_info | jq
curl localhost:17657/status
curl -s localhost:17657/status | jq -r .result.validator_info.address
curl -s localhost:17657/status | jq .result.sync_info.latest_block_height
curl -s localhost:17657/status | jq .result.sync_info.catching_up
story validator export --export-evm-key
story validator create --stake 1000000000000000000 --private-key "your_private_key"
story validator stake \
--validator-pubkey "VALIDATOR_PUB_KEY_IN_BASE64" \
--stake 1000000000000000000 \
--private-key xxxxxxxxxxxxxx
sudo systemctl stop story geth
sudo systemctl disable story geth
sudo rm /etc/systemd/system/story.service /etc/systemd/system/geth.service
rm -rf $HOME/.story $HOME/bin $HOME/go/bin/story $HOME/go/bin/geth
sudo systemctl daemon-reload