Stargaze is a protocol for incentivized content creation and curation. It creates attestations of content from social networks (currently Twitter), and enables their curation via quadratic voting. It is built as a sovereign proof-of-stake blockchain with it's own governance, that can interoperate with other blockchains such as Ethereum and Bitcoin via IBC.
# install binaries
make
# create keys
make create-wallet
# initialize chain
make init
# run
starsd start
The curating module can be accessed via CLI and REST API.
starsd tx curating post -h
starsd tx curating upvote -h