Utopian.io wants to reward Open Source contributors for their hard work. Forked from https://github.com/busyorg/busy, Utopian uses the STEEM Blockchain to reward contributors in cryptocurrency.
See the website in action here:
Get in touch on Discord: https://discord.gg/Pc8HG9x
git clone https://github.com/utopian-io/utopian.io utopian.io
cd utopian.io
npm install
openssl req -x509 -sha512 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes
export SERVER_SSL_CERT="/path/cert.pem"
export SERVER_SSL_KEY="/path/key.pem"
export NODE_TLS_REJECT_UNAUTHORIZED=0
Replace path with the path to the generated .pem files. You may need to authorise your browser in using a self-signed SSL certificate
Add the enviroment variable UTOPIAN_APP using the app name of your Steem Connect oauth application. You can create a SC app here https://v2.steemconnect.com/apps/create. The same app will have to be used and setup in the backend https://github.com/utopian-io/api.utopian.io.
npm run dev-server
Our sister project utopian-io/api.utopian.io provides the back-end APIs for Utopian. If you want to run Utopian locally, you do need to run that project, though you may want to check it out!
We use BrowserStack for testing our frontend and our bug contributions! We are verry thankful that browserstack.com supports utopian.io
GNU Public License v3.0. Copyright Utopian.io
Original source code licensed under MIT License. Copyright Busy