JSPM

  • Created
  • Published
  • Downloads 109
  • Score
    100M100P100Q95446F
  • License UNLICENSED

Package Exports

  • wido
  • wido/dist/wido.js
  • wido/dist/wido.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wido) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

wido

JavaScript library for interacting with the Wido protocol which allows you to seamlessly move liquidity across vaults and chains.

With the help of this package you can enable omni-chain zaps into your dApp.

Learn more about Wido on https://joinwido.com.

Installation

yarn add wido

or

npm install --save wido

Docs

https://docs.joinwido.com/integrate-wido/wido-javascript-sdk

Features

  • Typescript ✅
  • ES modules ✅
  • Docs generated with typedoc ✅

Test

yarn test
yarn coverage

Build

yarn build

Debugging

To debug in VS Code:

Choose a file > Add a breakpoint > Press F5

Read more: https://vitest.dev/guide/debugging.html

Publish

yarn publish
yalc publish

And then, in your app, run:

yalc add wido