Skip to content

Nimbus is a personalized Web3 portfolio tool

Notifications You must be signed in to change notification settings

getnimbus/nimbus-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba2c7a8 · Nov 13, 2024
Feb 13, 2024
Dec 5, 2023
Oct 20, 2023
Jan 23, 2024
May 30, 2024
Nov 13, 2024
May 30, 2024
Dec 3, 2023
Feb 22, 2024
Oct 25, 2023
Aug 10, 2022
May 30, 2024
May 30, 2024
Jan 23, 2024
Jun 24, 2023
May 30, 2024
Aug 7, 2022
May 31, 2024
Nov 10, 2023
May 30, 2024
May 30, 2024

Repository files navigation

Nimbus - A personalized portfolio tool for Web3 investors

Nimubs architecture

Website: https://getnimbus.io

✨ USP

  • 👀 On-chain & CEX tracking: We help you track your investment on Binance, CoinBase, Bybit,… and the biggest chains like Ethereal, Solana, Polygon, BNB, Base,...
  • 📊 Investment metrics (PnL, Volatility, Returns, Sharpe ratio,…): Most other tools only show what you have right now, but with Nimbus, we give you advantage analysis so you can get your PnL, portfolio volatility, Sharpe ratio, money flow,… You can understand what is going on with your investment, and what the next step to do.
  • 👩‍🌾 Yield farming suggestion: Don’t just let your token stay the same, we turn your holding into passive income by suggesting yield farming opportunities
  • 🐳 Whale analysis: The easiest way to gain in this market is to follow the whale, with our hand-pick whale list, you can get their insight, and then make a huge profit like them

Project Setup

yarn install

Commands

Build

Development, HMR

yarn run dev

Then after that, load the unpacked extension to the browser under dist folder

Production

Minifies and optimizes extension build

yarn run build

Load extension in browser

Loads the contents of the dist directory into the specified browser

yarn run serve:chrome
yarn run serve:firefox