Git Product home page Git Product logo

cryptoportfolio's Introduction

Crypto Portfolio CMS

Warning: changes have been made to the CryptoCompare API, one must now sign up for a API key (it used to be fully open), so this script currently doesn't fetch the coin values. In other words: This code needs some changes in order to make the new CryptoCompare API work.

An open-source Crypto Portfolio php script. Calculate your investment profits in percentage and EUR or USD. All your quick stats on one page. All made possible thanks to the CryptoCompare API!

Preview

  • Automatically show currency ICON.
  • Add and delete new crypto-currencies directly to your self-hosted Crypto Portfolio from the front-end of the CMS.
  • Calculates profit or loss in percentage and currency of choice (USD $ or EUR โ‚ฌ)

LIVE DEMO?

For a LIVE DEMO, visit: http://cointools.nl/portfoliodemoGITHUB/

Log in with username: demo Password: password

Screenshots:

Screenshot

Uncomment a line to show charts on your dashboard: Screenshot

Feel free to help out by adding new functions, codes, charts etc. to the Crypto Portfolio CMS code.

Happy trading!

How to start?

For a Dutch documentation, click here: https://cryptobelasting.ams3.digitaloceanspaces.com/CryptoPortfolioCMS-documentatie.pdf

Step one: Download all script files from this github page. This version is in English language. For the Dutch version, download link here: http://cointools.nl/download_cryptoportfolio.php

Step two: Upload all files to your webhosting account.

Step three: Create a new database and import the SQL file to your newly created database (for example with PhpMyAdmin).

Step four: Go to folder 'php', and edit db.php with your database information (database name, username, password etc). In the same folder (php) open config.php, and change fiat to USD or EUR.

Step five: Create a file called: .htaccess (yes, including the dot at the beginning .htaccess) and add the following two lines to the .htaccess file:

RewriteEngine on

RewriteRule ^(.*).html$ $1.php [L]

All done!

That's it! Visit your url in your browser and log in by using demo as username, and password as password. IMPORTANT to change your username and password directly after your first login!

CryptoCompare API: https://www.cryptocompare.com/api/ Layout by CreativeTim: https://www.creative-tim.com/product/paper-dashboard

cryptoportfolio's People

Contributors

thatsailorman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.