Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@poap-xyz/drops

Package Overview
Dependencies
Maintainers
0
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poap-xyz/drops

Drops module for the poap.js library

  • 0.5.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

@poap-xyz/drops

License: MIT

@poap-xyz/drops is a package to interact with POAP Drops.

Features

  • Create a Drop
  • Update a Drop attributes
  • Fetch a single Drop
  • Fetch multiple Drops
  • Search Drops

Installation

NPM

npm install @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios

Yarn

yarn add @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios

Usage

  import { DropsClient } from '@poap-xyz/drops';
  import { PoapCompass, PoapDropApi } from '@poap-xyz/providers';

  const client = new DropsClient(
    new PoapCompass('you_api_key'),
    new PoapDropApi('your_api_key'),
  );

Documentation

For more detailed documentation, please visit this link.

Examples

For example scripts and usage, please check the examples.

Contributing

We welcome contributions! Please see the CONTRIBUTING.md file for guidelines.

License

@poap-xyz/drops is released under the MIT License.

FAQs

Package last updated on 04 Jul 2024

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