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

@mintgate/react-mintgate

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintgate/react-mintgate

## Current Widgets * Token gating form component

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-45.83%
Maintainers
3
Weekly downloads
 
Created
Source

Getting Started with MintGate React Widget Library

Current Widgets

  • Token gating form component

You can add the MintGate token gating setup form into your project directly. The form allows anyone on your site to set up a token gated link without accessing the MintGate site.

Getting Started as a developer

  1. You will need to access your developer keys to get started with the widget integration. Your individual users will not need to get their own developer key, only you as the developer/enterprise would.

Go to https://www.mintgate.app/. Log into the Twitter account that you want to use the keys of.

  1. Once you have logged in, go to https://www.mintgate.app/token_api.

  2. For using the widget, copy your the token key under Widget Token.

  3. In your project, install the package.

  4. Integration. In your app integration, you need to pass the Widget Token as a prop. For example:

import TPPFormWidget from "./lib/components/token-gating-form/TPPFormWidget"

const App = () => (
    <div>
        <TPPFormWidget jwttoken="yourwidgettoken"></TPPFormWidget>
    </div>
);
  1. (Optional) We offer 16 different widget styles that you can pass in via the theme prop:
  • aqua - black - bumblebee - cupcake - cyberpunk - dark - dracula - fantasy - forest - garden - halloween - light (default) - luxury - pastel - retro - synthwave - valentine
import TPPFormWidget from "./lib/components/token-gating-form/TPPFormWidget"

const App = () => (
    <div>
        <TPPFormWidget jwttoken="yourwidgettoken" theme="themename"></TPPFormWidget>
    </div>
);

Questions?

Reach out to devs@mintkudos.com.

FAQs

Package last updated on 03 May 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