Socket
Socket
Sign inDemoInstall

@emurgo/yoroi-lib

Package Overview
Dependencies
106
Maintainers
4
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @emurgo/yoroi-lib

## Getting started


Version published
Weekly downloads
196
increased by10.11%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

Yoroi Lib

Getting started

Install Yoroi LIB

npm i @emurgo/yoroi-lib

Install Cross CSL for your runtime. NodeJS example:

npm i @emurgo/cross-csl-core @emurgo/cross-csl-nodejs

Create an instance of WasmModuleProxy and pass it to createYoroiLib:

import { createYoroiLib } from '@emurgo/yoroi-lib';
import { init } from '@emurgo/cross-csl-nodejs';

const yoroiLib = createYoroiLib(init());

FAQs

Last updated on 29 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc