0.0.4 โ€ข Published 3 years ago

@multifarm/widget-demo v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Multifarm Treasury Dashboard Widget

Multifarm.fi

Multifarm.fi launch App

A collection of Multifarm Treasury Dashboard Widget components.

๐Ÿ’ก Currently supported components set

  • <MultifarmProvider />
  • <Dashboard />
  • <PortfolioTable />
  • <AssetsChartCard />
  • <BlockchainChartCard />
  • <RiskChartCard />
  • <YieldTypeChartCard />
  • <AprChartCard />
  • <HighlightsChartCard />
  • <DailyChartCard />

๐Ÿ‘ฉโ€๐Ÿซ Install

  1. Install @multifarm/widget and it's peer dependencies via npm or yarn

by using npm:

$ npm install @multifarm/widget recharts clsx

by using yarn:

$ yarn add @multifarm/widget recharts clsx

๐Ÿ‘€ Usage

  1. Register an account on Multifarm.fi;

  2. Go to your Account page, API section; Find out an API Key;

  3. In addition to previous step, you should be able to register an allowed URL domains, that are going to use the widget. Please note, even with valid API Key, you won't be able to access API if you don't set up allowed domains. It can be set up on Account page, API section;\ \ In order you miss API token, or it's invalid, or URLs on Account page and your site mismatch - components won't be rendered\ \ fail setup

  4. Import a Provider component and wrap your app, or just the peace of code, you are going to use Multifarm, with <MultifarmProvider> component, and provide a required token option, from step 2;

import { MultifarmProvider } from '@multifarm/widget'

export default function App() {
  return (
    <MultifarmProvider token={API_KEY}>
      {/* Your app code here */}
    </MultifarmProvider>
  )
}
  1. That's it โœ…. You should be able to use other components from @multifarm/widget package, inside MultifarmProvider component;

๐Ÿ“š Components description

ComponentDescription
MultifarmProviderA root component, that should wrap all components from this package.
Dashboarda "page" component, that includes all other components into a single "Dashboard" page. Recommended if you don't plan to build your own components structure and pages. No configuration is needed. UI reference - https://cln.sh/IHNRP9 , https://cln.sh/lHYwhQ , https://cln.sh/PoJ1yt;

All other components are small parts of Dashboard, that can be used standalone, in order you wish to build your own components structure.

ComponentDescription
PortfolioTablea single table of strategies. UI reference - https://cln.sh/pyIdPN;
AssetsChartCarda single pie chart card for strategies. UI reference - https://cln.sh/AJfRMp;
BlockchainChartCarda single pie chart card for strategies blockchains. UI reference - https://cln.sh/k5H7VE;
RiskChartCarda single pie chart card for strategies risk. UI reference - https://cln.sh/Cdkjjc;
YieldTypeChartCarda single pie chart card for strategies yield types. UI reference - https://cln.sh/REvqJw;
AprChartCarda single line chart card for strategies APR (y). UI reference - https://cln.sh/U376xp;
HighlightsChartCarda single line chart card for strategies highlights. UI reference - https://cln.sh/RUKEZi;
DailyChartCarda single bar chart card for strategies daily earnings. UI reference - https://cln.sh/nqke6x;

๐Ÿ‘ฉ Support

Contact widget@multifarm.fi for any feature request or bug. Also, feel free to create a new issue in GitHub repo.

๐Ÿ”ฎ Future features

โญ๏ธ - in progress โœ… - done

  1. ๐Ÿงช โญ๏ธ New standalone components from Dashboard
  2. ๐Ÿงช โœ… Ability to customization
  3. ๐Ÿงช โœ…๏ธ Mobile UI
  4. ๐Ÿงช TypeScript support
0.0.4

3 years ago

0.0.39

3 years ago

0.0.38

3 years ago

0.0.37

3 years ago

0.0.36

3 years ago