LikeDAO is a web app to facilitate participation and discussion in LikeCoin Chain's governance.
Built using React, GraphQL, Golang and PostgreSQL. Deployed with Kubernetes and Helm.
See Architecture Docs for more details.
# Target genesis url for bdjuno to parse from
export GENESIS_URL=https://raw.githubusercontent.com/likecoin/mainnet/master/genesis.json
make setup
docker-compose up
# In another tab
make -C react-app dev
Note that it will take BDJuno some time to get data populated to the database
Then visit http://localhost:3000
Managed by asdf
The LikeDAO is a generic DAO platform that does not only work with the LikeCoin chain but also other Cosmos-based chain, the following states the customizable configurations that can be modified to make the app work with one's favourite chain.
Please visit here for more information
Please visit here for more information
Please visit here for more information
Pick what version you would like to deploy, or build the images yourself as follow.
make docker-build
make docker-push
After ensure the images are in place, follow the instruction in deploy folder.