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

@enzymefinance/api

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enzymefinance/api

Enzyme is an Ethereum-based protocol for decentralized on-chain asset management.

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
41
-66.39%
Maintainers
3
Weekly downloads
 
Created
Source

Enzyme API Client

Summary

  • The Enzyme API is a gRPC-based API (see https://grpc.io/).
  • We currently provide a Javascript/Typescript client to interact with the API. Other clients (python, go) can be generated.
  • We are very happy to get feedback from all users, either on Discord or also through our support email (support@avantgarde.finance)

Quick start

  • Create an API token in the Enzyme App (https://app.enzyme.finance/account/api-tokens)
  • Head over to Buf Studio (online gRPC-API client): (https://studio.buf.build/avantgardefinance/enzyme/enzyme.enzyme.v1)
  • Add the target URL: https://api.enzyme.finance/
  • Add authorization headers: Key: Authorization, Value: Bearer <Your API token here>
  • Select a method
  • Fill in request parameters, e.g. vault address

API Client

We provide an API client package that can be used in your Javascript / Typescript projects: https://www.npmjs.com/package/@enzymefinance/api Various examples on how to use the API client are available from our Github repo: https://github.com/enzymefinance/sdk/tree/main/examples

Documentation

https://buf.build/avantgardefinance/enzyme/docs/main:enzyme.enzyme.v1

FAQs

Package last updated on 06 Feb 2025

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