Socket
Socket
Sign inDemoInstall

@keepkey/chain-adapters

Package Overview
Dependencies
Maintainers
9
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keepkey/chain-adapters

> TODO: description


Version published
Weekly downloads
0
Maintainers
9
Weekly downloads
 
Created
Source

@shapeshiftoss/chain-adapters

TODO: description

Usage

const chainAdapters = require('@shapeshift/chain-adapters');

// TODO: DEMONSTRATE API

Hot Reloading

To enable hot reloading, you need to have WML and Watchman installed.

  • Once WML is installed, add link(s) from packages to corresponding node_modules in project, ie:

// TODO: update package name once lib is published

wml add lib/packages/chain-adapters web/node_modules/@shapeshift/chain-adapters
  • Check packages are linked correctly by running wml list, you should see a response similar to this:
Links:
enabled (0) /Users/userName/projectFolder/lib/packages/chain-adapters -> /Users/userName/projectFolder/web/node_modules/@shapeshift/chain-adapters
  • Start WML
wml start

Note: If you start wml and nothing happens, or you see an error, a common cause is watchman is not watching the linked directory. Try "watching" the directory that was linked.

watchman watch [path-to-package]
  • In a different terminal window, run the typescript server inside the package.
yarn dev

FAQs

Package last updated on 05 Nov 2022

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