New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

decentralized-finance-defi

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decentralized-finance-defi

## Usage This package provides several examples to use DeFi features.

  • 1.2.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-78.79%
Maintainers
1
Weekly downloads
 
Created
Source

Decentralized Finance

Usage

This package provides several examples to use DeFi features.

const walletAddress = '0xA63CD0d627c34Ce3958c4a82E6bB12F7b9C1c324'
const accountInfo = await DeFiProvider.getCompoundAccountData(walletAddress as string)

console.log(`The collateral value in ETH is: ${account.accounts[0].total_collateral_value_in_eth.value}.`)

Payment Examples

Deposit Example

In order to earn interests you can deposit some assets.

Borrow Examples

If you provide some assets as collateral you can borrow other assets.

Compliance Examples

Investment Examples

FAQs

Package last updated on 13 Jan 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc