Skip to content

A decentralized + incentivized content curation network

License

Notifications You must be signed in to change notification settings

faddat/stargaze

 
 

Repository files navigation

Stargaze

Build Status Go Report Card LOC codecov

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

Run a local, single-node chain

# install binaries
make

# create keys
make create-wallet

# initialize chain
make init

# run
starsd start

CLI

The curating module can be accessed via CLI and REST API.

starsd tx curating post -h
starsd tx curating upvote -h

About

A decentralized + incentivized content curation network

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.3%
  • Shell 5.3%
  • Makefile 1.8%
  • Dockerfile 0.6%