Socket
Socket
Sign inDemoInstall

@venly/connect

Package Overview
Dependencies
Maintainers
4
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@venly/connect

Venly Connect SDK


Version published
Maintainers
4
Created
Source

Venly Connect SDK

Venly Connect is a javascript SDK specifically designed to perform common blockchain tasks. It is created as a way to perform tasks that are otherwise not possible due to security implications (e.g: creating signatures). Venly Connect wraps all of Venly's functionalities within a JavaScript layer in order to facilitate development.

Documentation on how to use it can be found on below pages:

  • Introduction: https://docs.venly.io/widget/widget/introduction
  • Getting started: https://docs.venly.io/widget/widget/getting-started
  • All of Venly's documentation: https://docs.venly.io/

v2 Migration Guide

Installation (changes only for head scripts)

<script src="/node_modules/@venly/connect/umd/index.js"></script>

or when importing from a CDN

<script src="https://unpkg.com/@venly/connect/umd/index.js"></script>

Imports

All types/objects are now imported directly from @venly/connect

import { Wallet } from "@venly/connect";

Keywords

FAQs

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

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