New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@yield-protocol/ui-core

Package Overview
Dependencies
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yield-protocol/ui-core

The core package provides all the core [observables](https://rxjs.dev/guide/observable) and user functions:

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
8
Created
Source

Yield Protocol UI-CORE

The core package provides all the core observables and user functions:

Core Observables

Streams of mission critical protocol data.

Note: Every dApp implemetation should subscribe to these observables.

View Observables

View observables are support observables (data streams). They provide informational insight into the protocol. For example, they are used for estimations of potential transactions, user input validation and any potential protocol limitations/errors. They are mostly used for display and purposes, and user input validations.

Note: View Observables are not critical to protocol functioning and can be subscribed/unsubscribed to at any point within a dApp.

User Actions

Actions are the callable protocol functions available to the end user (eg. Borrow, lend, addLiquidity etc)

Types

All the yield Protocol types are also exposed for easier implementation/reference.

FAQs

Package last updated on 24 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts