@venly/connect
TypeScript icon, indicating that this package has built-in type declarations

2.4.0 • Public • Published

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:

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";

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @venly/connect

Homepage

venly.io

Weekly Downloads

903

Version

2.4.0

License

MIT

Unpacked Size

501 kB

Total Files

428

Last publish

Collaborators

  • venly_io
  • nipe
  • davyvanroy
  • alpacoder