Skip to content

erikpr1994/libratum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libratum helps you to rebalance your cryptos to have always the same percentage of each. Let see an example! Imagine you want to have 50% of the total amount(in €) in each crypto, crypto A and crypto B. Crypto A cost 2€ and you have 5 coins and crypto B cost 3€ and you have 10 coins, the tool will sell crypto B to have more crypto A and comply with the % amount and you will have 10 A coins and 6,66 B coins.

Screenshots

Getting started

Make sure you have git and NodeJS installed. We recommend to use NVM to manage NodejS versions.

  1. Clone this repo and enter!

    git clone https://github.com/erikpr1994/libratum
    cd libratum
  2. Install dependencies for the frontend.

    cd client
    npm install
  3. Install dependencies for the backend.

    cd server
    npm install
  4. Start the client and the server

    cd client
    npm run dev
    
    cd server 
    npm start
  5. The app will show on localhost:3000

Tech stack

Front End:

Back End:

About

Libratum helps you to rebalance your cryptos to have always the same percentage of each.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •