Skip to content

nicolaiort/stonx-frontend

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

stonx-frontend

A simple dashboard for viewing some of your assets. Information aggregation is powered by stonx-backend.

Powered by (among many others):

Features

Supported assets (powered by stonx-backend)

Warning: We currently save your bitpanda api keys in plaintext in the backend's db

  • Bitpanda Wallets (Needs a bitpanda api token that can read your assets)
  • Bitpanda Indices (Needs a bitpanda api token that can read your assets)
  • Binance Spot (Needs a binance api token that can read your assets)
  • ETH Wallets (Only needs the public key/address)
  • BTC Wallets (Only needs the public key/address)
  • DOGE Wallets (Only needs the public key/address)

Frontend Views

View Description
Dashboard Get a quick overview of your current portfolio status
Bitpanda See all of your bitpanda assets
Binance See all of your binance spot assets
Wallets See all of your custom added wallets and add new wallets
Setting User settings - Update your email, username, password and connect to exchanges
About As the name suggests: An about page that also lists all npm packages used in the frontend (coming soon)
Login As the name suggests: The login screen. You have to provide an email address and password in order to log in
Register/Signup As the name suggests: The signup screen. You have to provide an email address, username, password and bitpanda api key to sign up.

Roadmap

For supported tokens and some other data related features take a look at the backend roadmap

  • Update the add wallet modal styling
  • Darkmode everywhere
  • Initial Signup
  • Update the wallet cards
  • View timeseries data

Config

You can configure the frontend via a 'env.js' file. This file resides in the static folder and can be overwritten by mounting a file following the same scheme into the docker container ./env.js:/usr/share/nginx/html/env.js

Dev Setup ๐Ÿ› 

yarn
yarn dev --open

About

A crypto portfolio viewer for your crypto wallets and bitpanda assets. Data powered by stonx-backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published