Skip to content

Utopian.io Frontend - Utopian wants to reward open-source contributors!

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.BUSY
Notifications You must be signed in to change notification settings

roundminer/utopian.io

 
 

Repository files navigation

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:

Contributing to this Project

Get in touch on Discord: https://discord.gg/5qMzAJ

Clone and Install

git clone https://github.com/utopian-io/utopian.io utopian.io

cd utopian.io

npm install

Generate and Export SSL Certificates

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

Run The Frontend

npm run dev-server

API 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!

License

GNU Public License v3.0. Copyright Utopian.io

Original source code licensed under MIT License. Copyright Busy

About

Utopian.io Frontend - Utopian wants to reward open-source contributors!

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.BUSY

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • CSS 6.9%
  • HTML 0.2%